I'm working on a project to syndicate library content with RSS.... and learn .NET, C#, and AJAX

Monday, July 16, 2007

__doPostBack and JavaScript focus

Most of the ASP.NET controls call a JavaScript function, __doPostBack, to make their magic. Today I found a nice, simple explanation about how this works...
Understanding the JavaScript __doPostBack Function?

I am working on getting the Delete button (and other buttons) not to operate when Refreshed. I'm thinking of just changing the focus() with JavaScript...

No comments: