Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i retrieve a record from SQL server 2008 database into vb.net 2010 form ?
i have a database called "election"
it has a table called "votertb"
there is data inside this table & i am able to Add data infor this table through a form i've designed in vb.net 2010

what i need is to select a row in "votertb" table using textbox1 which called ID

thank you
Posted
Comments
[no name] 22-Mar-13 16:32pm    
Okay so connect to the database, write a select query and execute it. What exactly are you having trouble with?

1 solution

Your question makes clear, that you have a lot to learn. No problem, here are lot of articles you can choose from:
http://lmgtfy.com/?q=vb.net+ado.net+tutorial[^]
 
Share this answer
 
v2

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