Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have page [asp 2.0] that have loginstatus button!

 

and also "search tool", emm.. you know: textbox and button...

 

the problem is - everytime i enter some text in search textbox and don't press button, but ENTER key, loginstatus button works and i'm logged out... :(

 

it looks smth like that:

 

<html>
<head>
........
</head>
<body>
<form id = "form1" runat = "server">
     ...........
     ...........
     loginstatus1.......
     .........
     textbox_search....
     button_search....
     .............
</form>
</body>
</html>

 

 

do i have to create form tags to each - loginstatus button and "search tool"???

 

but there can be only one form tag[whit runat server] per page!

 

:confused:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...