Stories recently tagged with 'Popup'

ASP.NET Popup Message Box User Control(beckelman.net)

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

Alerting my users to some action that is about to occur or has occurred has always been a pain for me in web programming. Everyone has probably used Page.ClientScript.RegisterStartupScript to popup generic message boxes. Tonight I was looking for a better way to accomplish this task and came across Janko's post Create MessageBox user control using ASP.NET and CSS . He presents a great user control to display four types of messages. I decided to take things a little further by using the ModalPopup control from the AjaxControlToolkit as well as some additional CSS and images from Matt Berseth's post YUI Style Yes/No Confirm Dialog with the ModalPopupExtender. I also added the ability to set the height and width of the message container. Though far from perfect, I think its a good start for an evening's work. Please check it out and let me know if you have ideas to improve the control. read more...

add a comment |category: |Views: 683

tags: another

Details Popup Via jQuery clueTip Plugin(beckelman.net)

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

Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup. read more...

add a comment |category: |Views: 732

tags: another

Details Popup Via jQuery clueTip Plugin(beckelman.net)

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

Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup. read more...

add a comment |category: |Views: 732

tags: another