How to get the values from runtime generated textboxes

asiaenforcer

New member
Joined
Oct 28, 2010
Messages
3
Programming Experience
3-5
I have able to generate several labels and textboxes based on a table in the database during runtime. My problem is that I could not get these values from these textboxes whenever a user changes these values and update them.

Thank you for any answer or idea.

I am using ASP.NET 2 (VB.NET).
 
Thanks for the link. Sorry, I have already find solution to my problem. I just need to put the codes outside of ... if (Page.IspostBack)
 
Back
Top