M
Morys
Can somebody help? Thank you in advance.
This is the code:
<form action="gdform.asp" method="post">
#1
If I place the runat="server" in the form tag the action is replaced
by the name of the aspx form.
#2
If I don't place the runat="server" in the form tag, I get the
following error message:
[HttpException (0x80004005): Control 'txtFirstName' of type 'TextBox'
must be placed inside a form tag with runat=server.]
Any suggestions? Thank you again.
This is the code:
<form action="gdform.asp" method="post">
#1
If I place the runat="server" in the form tag the action is replaced
by the name of the aspx form.
#2
If I don't place the runat="server" in the form tag, I get the
following error message:
[HttpException (0x80004005): Control 'txtFirstName' of type 'TextBox'
must be placed inside a form tag with runat=server.]
Any suggestions? Thank you again.