Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
6395 Points
1182 Posts
Apr 04, 2012 02:05 PM|LINK
Make sure you use the correct client side id of the textbox, then it will work. What is the client side id of your textbox?
If you have multiple textboxes you get the values the same way for each one, i.e. Request.Form("clientsideid").
mm10
Contributor
6395 Points
1182 Posts
Re: how to get value from dynamic created text box
Apr 04, 2012 02:05 PM|LINK
Make sure you use the correct client side id of the textbox, then it will work. What is the client side id of your textbox?
If you have multiple textboxes you get the values the same way for each one, i.e. Request.Form("clientsideid").