DotNetGnat
Programmer
Hello Guys,
I have a question which may be a simple one for you guys.
Ok i have a Login control(login.ascx)...if i put it on a aspx page(login.aspx)
page...everything works fine...if user enter wrong credential, message which says "sorry
your login is incorrect" appears fine...
but when i drop this login control into another control MyLogin.ascx
instead of a aspx page...i get the following error..."cannot have more
than one form tags"...
then i went in and removed the form tags but now i dont get the
invalid login message
How do i solve this problem??
Thanks
-DNG
I have a question which may be a simple one for you guys.
Ok i have a Login control(login.ascx)...if i put it on a aspx page(login.aspx)
page...everything works fine...if user enter wrong credential, message which says "sorry
your login is incorrect" appears fine...
but when i drop this login control into another control MyLogin.ascx
instead of a aspx page...i get the following error..."cannot have more
than one form tags"...
then i went in and removed the form tags but now i dont get the
invalid login message
How do i solve this problem??
Thanks
-DNG