Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
retriving data from sql database to dynamic created textbox in vb.net 2010..
I am trying to create dynamic multiple textbox and stored the data into the sql server database and also retrived from data from database what shouid i do..?


What I have tried:

retriving data from sql database to dynamic created textbox in vb.net 2010..
Posted
Comments
[no name] 29-May-17 18:19pm    
Retrieve -> someString = yourTextbox.Text
Insert -> yourTextbox.Text = someString

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