U
UJ
I have a JavaScript that fills in a text box with a date/time. I then need
to access it my code behind code. If I make the input field runat=server, I
can get at it by code behind but JavaScript can't see it. If I don't have
the runat=server, then JavaScript can get at it but I can't get at it in the
code behind.
Can anybody tell me how to make this work correctly ?
Thanks.
Jeff.
to access it my code behind code. If I make the input field runat=server, I
can get at it by code behind but JavaScript can't see it. If I don't have
the runat=server, then JavaScript can get at it but I can't get at it in the
code behind.
Can anybody tell me how to make this work correctly ?
Thanks.
Jeff.