Im new in .NET and using codebehind. I have first.aspx and codes in .aspx.vb.
Is it possible to get the value of input field?
.aspx
<input type="hidden" name="hfCode" value="YES">
.aspx.vb
Private Sub btSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btSave.Click
? i want to get the value of hfCode.
End Sub
Any help is very much appreciated.
Thanks.
Is it possible to get the value of input field?
.aspx
<input type="hidden" name="hfCode" value="YES">
.aspx.vb
Private Sub btSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btSave.Click
? i want to get the value of hfCode.
End Sub
Any help is very much appreciated.
Thanks.