Linq to SQL filter by logged in user in web forms
-
Hi I am struggling with this linq query:
var query = (from b in db.Builders where b.UserID==Login.User.Identity select b).ToList();
The compiler yells at me. :( What am I missing? Thank You in advance.
Frazzle the name say's it all
-
Hi I am struggling with this linq query:
var query = (from b in db.Builders where b.UserID==Login.User.Identity select b).ToList();
The compiler yells at me. :( What am I missing? Thank You in advance.
Frazzle the name say's it all
What exactly is the compiler yelling ?
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
-
What exactly is the compiler yelling ?
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman
I fixed it now I know to use the HttpContext. I wish to thank You for answering My post. :)
Frazzle the name say's it all
-
I fixed it now I know to use the HttpContext. I wish to thank You for answering My post. :)
Frazzle the name say's it all
Why was this Down voted? Am I doing this wrong? Is there a better way? I am a noob and would like to learn so please tell Me if there is a better way. Thanks in advance
Frazzle the name say's it all
-
Why was this Down voted? Am I doing this wrong? Is there a better way? I am a noob and would like to learn so please tell Me if there is a better way. Thanks in advance
Frazzle the name say's it all
Guess it was a nonsense univoter. Fixed it as what you did was the right thing. If you find the answer yourself, then definitely post the solution, as other people may run into the same problem, and your solution may save someone else a few hours. :laugh:
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman