Handling ENTER in TextBox, ASP.NET

Well here is my way on how to handle the ENTER key on the TextBox in asp.net so it execute my method call instead the default form action. I have a textbox and a linkbutton that invokes the search, but I also would like to hook up to that linkbutton when I press ENTER on …

Handling ENTER in TextBox, ASP.NET Read More »