Wrong form submit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry if this is the wrong forum, but couldn't find anywhere more suitable in
MSDN DF.

I have two forms on my page, one is a login, the second is a search box.
When i enter info into the search box and hit enter, it submits the first
login box. How can i get it to associate a particular button with a
particular form. Each part is written in VB as an .ascx.

Cheers

Rob
 
I have two forms on my page, one is a login, the second is a search box.
When i enter info into the search box and hit enter, it submits the first
login box. How can i get it to associate a particular button with a
particular form. Each part is written in VB as an .ascx.

ASP.NET can only have one FORM per page so I think you'll have to explain
this closer.
BTW: As you suggested, this is not the best news group for ASP.NET questions
try microsoft.public.dotnet.framework.aspnet instead.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
 
Back
Top