Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
513 views

How to load a page in iframe which is in a modal popup extender on button click event?

How to load a page in iframe which is in a modal popup extender on button click event? Hi i have a grid with a link button in a page(say for example: "page1"), When i click the link button, i need to ...
1
vote
2answers
5k views

Modal Pop-up Image Viewer for Asp.net

I am looking for a control which can show me selected image detail view which is actually gonna be bigger image in a modal pop up to show a better view of image to my customers. You know those ...
0
votes
2answers
927 views

How to refresh DataGrid and DropDown on main page after hiding modal popup

I am adding records to a database from a modal popup. After hiding the modal popup, the page has not been refreshed even though I have Rebound the controls. I have reviewed a few postings on the web ...
0
votes
1answer
187 views

Sending Notification in Modal Popup to Users

This question can be little different than you expect. I am wondering how would I show notification modal popup on a user's browser window whenever they come online and whichever the website they ...
0
votes
3answers
23k views

ASP.NET AJAX Control Toolkit: Show a ModalPopup and then do PostBack

I want to show a modal popup when a user click on an asp button. The user must select an option of a panel. The value of the option selected must be saved to an input hidden and then the asp.net ...