J
Joh
I have a vb.net application where I have a client side html input:
<td><input name="CurrentUserStatus" type="text" id="UserStatus" /></
td>
Is there anyway I can acces the value of this control from server side
inside my vb.net code? (please note I don't want to have runat=server
for the input control)
<td><input name="CurrentUserStatus" type="text" id="UserStatus" /></
td>
Is there anyway I can acces the value of this control from server side
inside my vb.net code? (please note I don't want to have runat=server
for the input control)