C
Chris
Hello.
I had a question that I was hoping someone might be able
to answer.
I have an ASP .NET Web Form with a custom control that
generates HTML based on certain criteria.
This control is on the web form. For example the control
will generate a question with an HTML input text box.
When my web form does a post how do I get the contents of
this text box?
When I do request.form.item("txtTextBox") it returns
nothing.
In the HTML of the web form the input text box shows-up
but I can't obtain the contents. Does someone know what
I'm doing wrong?
Thanks for your time,
Chris
I had a question that I was hoping someone might be able
to answer.
I have an ASP .NET Web Form with a custom control that
generates HTML based on certain criteria.
This control is on the web form. For example the control
will generate a question with an HTML input text box.
When my web form does a post how do I get the contents of
this text box?
When I do request.form.item("txtTextBox") it returns
nothing.
In the HTML of the web form the input text box shows-up
but I can't obtain the contents. Does someone know what
I'm doing wrong?
Thanks for your time,
Chris