runat=server problem
-
Hi! i've got the following code:
name:
mail:
text:
but when i execute the program, i get an error message: Control 'name' of type 'TextBox' must be placed inside a form tag with runat=server. but ut has a tag, called runat=server scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.
-
Hi! i've got the following code:
name:
mail:
text:
but when i execute the program, i get an error message: Control 'name' of type 'TextBox' must be placed inside a form tag with runat=server. but ut has a tag, called runat=server scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.
You need to make sure that your asp.net controls are placed within a set of
<form></form>
tags -- Ian Darling "The different versions of the UN*X brand operating system are numbered in a logical sequence: 5, 6, 7, 2, 2.9, 3, 4.0, III, 4.1, V, 4.2, V.2, and 4.3" - Alan Filipski -
Hi! i've got the following code:
name:
mail:
text:
but when i execute the program, i get an error message: Control 'name' of type 'TextBox' must be placed inside a form tag with runat=server. but ut has a tag, called runat=server scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.
The error is not saying that your
TextBox
has norunat=server
attribute, it is saying that you have not placed a Form withrunat=server
around theTextBox
. regards, Paul Watson Bluegrass South Africa Christopher Duncan quoted: "All Corvettes are red. Everything else is just a mistake." Crikey! ain't life grand? Einstein says... -
Hi! i've got the following code:
name:
mail:
text:
but when i execute the program, i get an error message: Control 'name' of type 'TextBox' must be placed inside a form tag with runat=server. but ut has a tag, called runat=server scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.
thank you now it runs scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.
-
Hi! i've got the following code:
name:
mail:
text:
but when i execute the program, i get an error message: Control 'name' of type 'TextBox' must be placed inside a form tag with runat=server. but ut has a tag, called runat=server scio me nihil scire My OpenSource(zlib/libpng License) Engine: http://sourceforge.net/projects/rendertech Its incurable, its a Pentium division failure.
Hi, I have a kind of related problem to this. I have a form and I have the runat=server included but I want the form to have an action also and this is not working. I'm not sure if it's possible to have both runat server and action leading to another URL together...now that i'm testing, I have a HTML submit button and when i click on it, I get the aspx page reloaded as if no action was set. Any idea if this is possible? Thanks, Talal