S
Seb
I want to develop a server control which query a database several
times. The thing is I cant just include the result of a linq query as
a datasource since I need to query several times and work on the
results... and perhaps query some more.
Should I include a reference to my datacontext class?
I also want it to act a bit like asp:Login in the sense that it
creates a database if one isn't present or create the need tables if
one is.
Can someone point me in the right direct either by some hints or by a
url?
best regards,
seb
times. The thing is I cant just include the result of a linq query as
a datasource since I need to query several times and work on the
results... and perhaps query some more.
Should I include a reference to my datacontext class?
I also want it to act a bit like asp:Login in the sense that it
creates a database if one isn't present or create the need tables if
one is.
Can someone point me in the right direct either by some hints or by a
url?
best regards,
seb