I have inherited an ASP.NET 1.1 web application. On the page there are various buttons, textboxes and other controls. There is also a password textbox and password button. If the user types in the password and presses the enter key (while the focus is in the textbox) then I need it to kick off the code behind’s btnPassword click event
Tag: .net
Append semicolon on pressing enter key in asp.net textbox
How to add a semicolon to the text in asp.net text box (web application), on pressing enter and move the cursor to next line? Answer Here is a solution using pure JavaScript. HTML Code Behind (onclick javascript event wire up) JavaScript
How to: Back button support “Ajax”
I have an asp.net ajax website, it full of things happen on the same page without page reload, such as sorting records, paging,… When the user go to another page in the same site and press the browser back button, how can i make the browser save the page state to return to it with the preselected options such as