D
David Jia
I have a html form in aspx pages, so how can I grant value to the hidden
field in this form?
For Example:
<body>
<script language="C#" runat="server">
string strTest = "test";
</script>
<form name="try" action="post" >
<input name="test1" type="hidden" />
</form>
How to make test1's value equals to strTest in C# script. Thank you very
much
field in this form?
For Example:
<body>
<script language="C#" runat="server">
string strTest = "test";
</script>
<form name="try" action="post" >
<input name="test1" type="hidden" />
</form>
How to make test1's value equals to strTest in C# script. Thank you very
much