S
Soma
Hi,
I have a C# application where I have a client side html input:
<input name="CalText" type="text" id="CalText" />
Is there anyway I can acces the value of this control from server side
inside my C#code? (please note I don't want to have runat=server
for the input control)
Thanks
I have a C# application where I have a client side html input:
<input name="CalText" type="text" id="CalText" />
Is there anyway I can acces the value of this control from server side
inside my C#code? (please note I don't want to have runat=server
for the input control)
Thanks