LINQ and Lambda Expression
-
i have a drop down in my project, i have to connect with DB for my project details. i have to bind in drop down only two data from one single column.That column have more than 10 data. But i want get and list only two data from that column using Linq and Lambda Expression. Please give suggession.
-
i have a drop down in my project, i have to connect with DB for my project details. i have to bind in drop down only two data from one single column.That column have more than 10 data. But i want get and list only two data from that column using Linq and Lambda Expression. Please give suggession.
One suggestion would be to post a question in one of the programming forums, though by your vague description I'm not sure which one, this forum is for bug reporting and suggestions for the CodeProject site. Maybe the Database Discussion Boards[^] is what you need?
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle