Is there a way to change the action of the form tag programmtically? Like from the code behind file?
I tried something like form.action = "whatever.aspx" but its not acceptable. I looked on MSDN for all the members of the htmlform library and action doesn't show up.
Any Ideas?
- VBRookie
I tried something like form.action = "whatever.aspx" but its not acceptable. I looked on MSDN for all the members of the htmlform library and action doesn't show up.
Any Ideas?
- VBRookie