Stories recently tagged with 'AjaxControlToolkit'

How to append options to CascadingDropDown after initially populated v(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 10 months, 6 days ago

I needed to add additional dropdown options to a DropDownList web control in use by the Ajax Control Toolkit CascadingDropDown ASP.NET AJAX extender. The CascadingDropDown provided a means to get an automatic population of a set of options called by the web service. needed a way to append an “All” option to the drop down list, but I didn’t want to automatically include “All” as valid option in my Web Service. I wanted to append it on a specific form rather than as part of the data feed. read more...

add a comment |category: |Views: 8

tags: another

ModalPopupExtender to show a MessageBox(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 1 month ago

How you can use a ModalPopupExtender to display a MessageBox read more...

add a comment |category: |Views: 285

tags: another

ModalPopupExtender in a GridView sample(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 3 months ago

Although the ModalPopulExtender isn’t new at all there are still countless poeple who search the web for a comprehensive sample on how a ModalPopupExtender is used in a GridView. It can be pretty tricky to handle so I decided to come up with a good example of most things that you need tot know about it. Hence this blog post is a sample on how you can use the ModalPopupExtender in a GridView coupled with an UpdatePanel. Working with the ModalPopup from a GridView can be a pain, but with a good reference nice results can be yielded. read more...

2 comments |category: |Views: 904

tags: another

Building jQuery and ASP.Net AJAX Enabled Controls Part 2(mosesofegypt.net)

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

In the previous part I talked about how to build the client control. In this part I'll show how to put it all together to build an ASP.NET AJAX Enabled Server Control read more...

add a comment |category: |Views: 229

tags: another

Building jQuery and ASP.Net AJAX Enabled Controls Part 1(mosesofegypt.net)

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

Building jQuery and ASP.Net AJAX Enabled Controls, The jQueryCollapsiblePanelExtender Part 1 Client Control read more...

add a comment |category: |Views: 63

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

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

Master\Detail with CollapsiblePanel and HoverMenu(mosesofegypt.net)

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

Master details GridView with CollapsiblePanelExtender and HoverMenuExtender read more...

add a comment |category: |Views: 639

tags: another

AJAX On Demand Loading using GridView and CollapsiblePanelExtender(mosesofegypt.net)

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

How to Building on demand Master/Detail grouping Grid with GridView and ASP.NET AJAX toolkit CollapsiblePanelExtender read more...

3 comments |category: |Views: 736

tags: another

Scalable CSS for AJAX Control Toolit Tabs(blog.turlov.com)

submitted by aturlovaturlov(355) 3 years, 7 months ago

Shows how to override the default CSS included with the AJAX Control Toolkit Tabs control to make the tabs display properly when the browser font size increased. read more...

add a comment |category: |Views: 67

tags: another

3 Tips for Working with the AjaxControlToolkit's TabContainer Control(mattberseth.com)

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

Three quick tips you might find useful when using the Toolkit's Tab control. I included demo's for all three tips so you can get a feel for how it looks and behaves. read more...

add a comment |category: |Views: 148

tags: another

How to fix ASP.NET Ajax Rating control jump to top of page bug?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 3 years, 10 months ago

This little hack shows how to overcome little bug in Asp.Net Ajax Control Toolkit Rating Control that causes focus to jump to the top of page when user clicks on the control to rate some content. read more...

add a comment |category: |Views: 107

tags: another

Matt Berseth: LinkedIn Style Themes for Tab Container Control(mattberseth.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 11 months ago

LinkedIn Style Themes for the AjaxControlToolkit Tab Container Control read more...

1 comment |category: |Views: 135

tags: another

Building a grouping Grid with GridView and ASP.NET AJAX toolkit Collap(mosesofegypt.net)

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

Building a grouping Grid with GridView and ASP.NET AJAX toolkit Collap read more...

add a comment |category: |Views: 155

tags: another

Fixing the Jumping AJAX Rating Control(brennan.offwhite.net)

submitted by offwhiteoffwhite(975) 3 years, 11 months ago

The Rating Control has a bug that causes the page to jump tot the top after clicking. Here is a simple fix using jQuery. read more...

add a comment |category: |Views: 31

tags: another