Click here to Skip to main content
15,910,980 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm developping an application with ADO .Net entity data model, i have a table Users, with 3 columns (idUser, nameUser, statusUser), from an sql db. What is the code to, select the first user of the table that have (statusUser = 0), and show her name in a label?
Posted
Updated 11-May-13 21:48pm
v5
Comments
debkumar@codeproject 12-May-13 3:58am    
Your question is not on a specific problem. Go through any article which illustrates database access using C#. It's a very typical method and readily available in net.

If you find any issue, describe that. I may try to answer that.

Cheers,

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900