david7777 Posted February 21, 2005 Posted February 21, 2005 Is it possible to get a reference to a client side control from server code? ie- I have HTML souce "<INPUT type='hidden' id='HeaderNumber' Value='2'>" In my server side code, i want to get the value in the hidden field. How do i do this? Anything like "FindControl()"? Its not as simple as making the control server side - it is generated from a cached usercontrol, so i cant make it "runat=server". Quote Bypass your proxy and get anonymous internet surfing FREE!
kahlua001 Posted February 24, 2005 Posted February 24, 2005 Use Request.Form("hiddenformname") on postback Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.