Stories recently tagged with 'ModalPopup'

Make Sure Item is Selected For Deletion in ListView Prior to Post Back(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

I have been adding the ability to delete multiple items in a ListView for a while now. One thing that has been bugging me though was the user could click the button to delete the selected items even if no items were selected which would popup a delete confirmation. If the user clicked yes, then a post back would occur and be confusing. read more...

add a comment |category: |Views: 21

tags: another

Clear Input Fields in an AjaxControlToolkit ModalPopup When Cancel is (beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

It has always bugged me that when I click cancel in an AjaxControlToolkit ModalPopup that any input fields are not cleared. If you click the the button that causes the popup again, the fields still contain any data that was entered prior to the initial cancel. read more...

add a comment |category: |Views: 100

tags: another

Delete Confirmation Popup in ASP.NET ListView Item Using ThickBox jQue(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

In my post last week I initially tried using the jQuery ThickBox plugin to popup a confirmation dialog from an ASP.NET ListView item. I had some trouble at the time getting it to work how I wanted so I moved on to using the SimpleModal plugin. This weekend I decided to go back and try the ThickBox plugin again. read more...

add a comment |category: |Views: 180

tags: another

Modal Delete Confirmation in an ASP.NET ListView Using SimpleModal jQu(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

I have been using the ModalPopupExtender from the AjaxControlToolkit for quite some time now to confirm delete requests prior to allowing the page to be posted back to the server. Since I have been spending so much time with jQuery lately I thought I would try to put something together that was jQuery specific. read more...

add a comment |category: |Views: 127

tags: another

Popup Master-Detail using GridView, DetailsView and JQuery with jqModa(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 9 months ago

Popup Master-Detail using GridView, DetailsView and JQuery with jqModal read more...

add a comment |category: |Views: 752

tags: another

Master-Detail with the GridView, DetailsView and ModalPopup Controls(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

A while back I wrote a post describing how the DetailsView, GridView, UpdatePanel and the AjaxControlToolkit's ModalPopup controls could be used to implement the common Master/Details UI pattern. I cheated a bit when creating my original example in that I didn't really complete the implementation - the Save button on the popup didn't actually do anything. Since writing that post I have received a lot of email and a number of people left comments asking me to complete the example - so here it is. If you plan on reading through this article, I recommend playing around with the demo site to get a feel for how the page works. All data changes are only persisted to memory, so don't worry about messing up the data set. read more...

add a comment |category: |Views: 906

tags: another