Search Results

1
vote

catching button clicks in javascript without server interaction

It sounds that you're doing a request to the server on each click, the password box being reset in each page load is typical behavior of the browsers. …
1
vote

Can I stop .NET eating IDs?

What I usually do is create a general function that receives the name of the field. It adds the usual "asp.net" prefix and returns the object. var elemPrefix = 'ctl00-ContentPlaceHo …