Hi guys,I come across an idea which going to do the same things like ajax update progress, why this needy because when there are IIIrd party controls like telerik in aspx pages, there is a conflict between rad ajax manager and asp ajax control manager, so I m sharing my idea of using it. Scenario: I have a button in that page which is going to get huge amount of data and time spend to get the data from database is considerable, then refer the below steps,
function ShowProcessDiv(displayType) { document.getElementById("divProcess").style.display = displayType; }
Page.ClientScript.RegisterStartupScript(this.GetType(), "alert", "<script language='javascript'>javascript: ShowProcessDiv('none');</script>");