D
dancer
Using ASP.Net 2.0, I had files that were compiling fine and running fine on
my local host against Framework 2.0 until I downloaded WebMatrix. I brought
one into WebMatrix and got the following message upon trying to run it.
Now I also get that message when I try to run this file and any others on my
local host outside of WebMatrix.
Who has an answer?
Control 'operation' of type 'TextBox' must be placed inside a form tag with
runat=server.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Control 'operation' of type
'TextBox' must be placed inside a form tag with runat=server.
I did a search, and all my TextBox controls are inside a form tag with
runat=server included.
THE REASON I downloaded WebMatrix was because I needed to run against 1.1
because of the limitations of my hosting server. Now I can't be successful
with 1.1 OR 2.0.
my local host against Framework 2.0 until I downloaded WebMatrix. I brought
one into WebMatrix and got the following message upon trying to run it.
Now I also get that message when I try to run this file and any others on my
local host outside of WebMatrix.
Who has an answer?
Control 'operation' of type 'TextBox' must be placed inside a form tag with
runat=server.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Control 'operation' of type
'TextBox' must be placed inside a form tag with runat=server.
I did a search, and all my TextBox controls are inside a form tag with
runat=server included.
THE REASON I downloaded WebMatrix was because I needed to run against 1.1
because of the limitations of my hosting server. Now I can't be successful
with 1.1 OR 2.0.