R
Ravindra
Hi All
I generate several HtmlInputText controls at runtime
(could be any number of HtmlInputTexts,depending on
database value). I can view them without any problem by
adding them to the html table on my aspx page.
On postback,I need to collect data from the HtmlInputTexts
to submit to the server. So I want to find the dynamically
generated HtmlInputText controls. However, i can't
find the HtmlInputText controls. WHY???
Any Suggestions will be of great help
Thx in advance
Ravindra
I generate several HtmlInputText controls at runtime
(could be any number of HtmlInputTexts,depending on
database value). I can view them without any problem by
adding them to the html table on my aspx page.
On postback,I need to collect data from the HtmlInputTexts
to submit to the server. So I want to find the dynamically
generated HtmlInputText controls. However, i can't
find the HtmlInputText controls. WHY???
Any Suggestions will be of great help
Thx in advance
Ravindra