How To Get value From HTML TextBox to ASP.Net(VB) Codebehind
I have a textbox in html,i wanna get the value in my ASP.Net(VB)
codebehind. I set the html proprties runat="Server". But still
i couldn get the value.
Hi,
If you add runat=server, you should be able to access the control. Check your code or try by recreate the control again.
Can u send me the code ?
:)
Originally posted by IndiraPriyaDars hini
I have a textbox in html,i wanna get the value in my ASP.Net(VB)
codebehind. I set the html proprties runat="Server". But still
i couldn get the value.
Comment