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 dont press button, but ENTER key, loginstatus button works and im logged out...
it looks smth like that:
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!
and also "search tool", emm.. you know: textbox and button...
the problem is - everytime i enter some text in search textbox and dont press button, but ENTER key, loginstatus button works and im logged out...
it looks smth like that:
Code:
<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!