F
Frank Rizzo
Ok, this is probably so simple...
Anyway, I'd like to pass a value in the hidden variable. I have code
like this:
<form...>
<input type="Hidden" name="zzz" value="1">
...
</form>
I want to replace the value with another when the page gets generated in
the code behind file. How do I do such a thing?
Regards
Anyway, I'd like to pass a value in the hidden variable. I have code
like this:
<form...>
<input type="Hidden" name="zzz" value="1">
...
</form>
I want to replace the value with another when the page gets generated in
the code behind file. How do I do such a thing?
Regards