sidnijs Posted August 7, 2006 Posted August 7, 2006 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: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.