I work on ERP system and want to know
How I can find(search) a record in C# using sql server
like when I select the user ID then show all the record that used or related to this ID it in c# form.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Mar 21, 2009, 1:39 PM
Hi
Simply you can have text box and data grid and pass the input text value to the SQL query using ADO.NET and bind the data set to the grid.
If i am worng in understanding your query then please let me know
Thanks -- Vijaya Kadiyala
http://dotnetvj.blogspot.com
Bechir BejaouiPosted Mar 17, 2009, 11:25 AM