User conrol reading Request.Form

  • Thread starter Thread starter George Ter-Saakov
  • Start date Start date
G

George Ter-Saakov

I have a user control which embeds regular HTML input controls (not set as
runat="server")
What event it should be subscribed to read value of HTML controls?
Is it on Load event?


Thanks.
George.
 
George said:
I have a user control which embeds regular HTML input controls (not set as
runat="server")
What event it should be subscribed to read value of HTML controls?
Is it on Load event?

Hello George,

Yes, that's right.

Best regards,

Eric
 
Hi George,

I apologize for it if there is any misunderstanding.

If you want to read the value of the HTML input control, we can use the
Request object. Please refer to the following URLs for the detailed
information.

Using Forms and Processing User Input
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/
UsingFormsandProcessingUserInput.asp

Programming Microsoft .NET
Chapter 5: Web Forms continued
http://www.microsoft.com/mspress/books/sampchap/5200a.asp

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top