Code in $(document).ready is NOT executed in partial postback; pageLoad() function works for partial postback. Both work in full(standard postback).
For the javascript code register in ClientScript.RegisterClientScriptBlock, it is on the page for both full and partial postback. (Because in partial postback, Page_Load event on server side also gets called.)
http://encosia.com/2009/03/25/document-ready-and-pageload-are-not-the-same/
Showing posts with label partial postback. Show all posts
Showing posts with label partial postback. Show all posts
Friday, May 1, 2009
Subscribe to:
Posts (Atom)