How to make more than one default button in asp.net (Enter Key Problem)

How to make more than one default button in asp.net (Enter Key Problem)

I have 2 buttons on my asp.net page. First one is for search and second one is login. 

When I enter user id and password and hit on the enter button, it executes the search button. it is not executing login button. 

When i enter user id and password and hit enter key login button should execute as well as enter keyword in search box then search button should execute. 

Comments

Sumit Garg said…
how can we URL rewrite form database column value.

Popular posts from this blog

Basic concept and fundamentals of ASP.NET MVC (Model View Controller) Architecture

MVC Architecture Model In ASP.NET

ASP.NET MVC 3 Introduction