Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ima using ajax in my application
i have a parent window with gridview

in that parent window i have 5 products..if user select the drop down window with some product name

(ex: stabilizer) I am opening a pop up window and calculating the values,from their pop up window..

iam sending the values to the parent gridview..

once user select the another product iam doing the same..

the vaues sending receving done in javascript..

now my problem is after 3-4 time when user try to open the popup window.. the pop up is hanging...
Posted

1 solution

Have a look at this article:
Partial update of parent page via AJAX (ASP.NET 2.0) on close of a child window - conditionally[^]

Looks like what you are trying is in the article and you can follow the same.

kiran.puchakayala wrote:
now my problem is after 3-4 time when user try to open the popup window.. the pop up is hanging...

This is not the normal behaviour so no-one will be able to explain you why this is happening (might be seeing code someone may).
 
Share this answer
 
Comments
kiran.puchakayala 17-Jun-10 1:04am    
Reason for my vote of 1
i asked why the pop up is hanging..
i am also using the update panel.java script for that..my question is after 3-4 times popup open that pop up is hanging .how to avoid it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900