I assume what you are asking is when the user hits the ENTER key on their
keyboard, the search is performed as if the user clicked the Search
Button and you want it to perform the login when the cursor is currently
in the username or password field.
This page has the code to add to accomplish the task:
http://weblogs.asp.net/jeff/archive/...26/420618.aspx
"=?Utf-8?B?c3M=?=" <> wrote in
news:2F10A443-2396-43DC-9B78-:
> Hi Friends,
>
> In an aspx page ,i am having a header user control containing a search
> text box,with a "Go" button.
>
> In the page i am having a login page containg text boxes for userid
> and password.
>
> The problem is,after entering the password when the user clicks the
> enter button,it shows the search results page(the focus is on the
> header user control).
>
> How to go about
>
> Thanks in Advance
> Regards,
> ss
>