Click here to Skip to main content
15,890,973 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi every one,

As we know there occurs no post back for ajax tool kit controls.
i am using Modelpopupextender control,where popupcontrolid is set to a panel in which contains my gridview. I show this popup on textbox keyup event through javascript.Every thing is working fin. But, the problem is when i click on gridview(popup) for sorting on a column, the popup gets dissapear and i am unable to find modelpopupextender control to show again. How to show again the popup window from javascript and in which event. If ther is any other solution plz sujjest. If possible send me the code.


The given answer is OK but the peoblem is i am unable to get the ID of the ModelPopUpExtender, so that i acan show directly in poge load event or any other event. Unable to understand what is the reason behind of not getting its ID even.

thanks
Posted
Updated 29-Apr-10 21:41pm
v2

1 solution

When you show the popup set a value in a hidden field.And on page load check this hiddenfield and change that popup visiblility accordingly.
 
Share this answer
 

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