How we get The Value of Dynamic generate TextBox in asp.net?
aekta
2007-03-31 02:38:07 UTC
How we get The Value of Dynamic generate TextBox in asp.net? i have a web form and in which i want to create textbox dynamically by click on Button.Now on another button click,I want to get value entered in textbox.
Five answers:
Smutty
2007-03-31 08:13:52 UTC
when creating the textbox assign it an ID so that you can reference it later just like a textbox generated at design time.