ClientScript.RegisterStartupScript Not working after adding Update Panel
HI Guys,I have report grid in which if i click a particular row, it will open another page of document view. I use the ClientScript.RegisterStartupScript(this.GetType(), "script", sb.ToString()) in the code behind to open this page. (sb.ToString()is the script written in code behind to open the another page) Everything was working good.
Now i added the update panel to the page (added in master page). Now the ClientScript.RegisterStartupScript is not working nor throwing any exception error. Will the update panel will affect the ClientScript.RegisterStartupScript() ? Help me to resolve this.
Regards,
Rajabharathi R