i am working in a form where i have used some javascript alert Popups before using
<asp:updatepanel /> the java script was working fine but when i applied the updatepanel the java script popups are not working plz help me out.

Hi,
You will want to have a look at the
ScriptManager.RegisterStartupScript() function. You can assign your javascript code via this method to the updatepanel and then it should fire everytime insteadof just on a full page load.

Hope that helps,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.