By tag: AjaxControlToolkit
0
kicks
How to append options to CascadingDropDown after initially populated v
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” o...
0
kicks
ModalPopupExtender to show a MessageBox
How you can use a ModalPopupExtender to display a MessageBox
0
kicks
Apply Expand All & Collapse All to Collapsible Panels in ASP.NET AJAX
Apply Expand All and Collapse All to Collapsible Panels in ASP.NET AJAX
0
kicks
ModalPopupExtender in a GridView sample
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...
0
kicks
Building jQuery and ASP.Net AJAX Enabled Controls Part 2
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
0
kicks
Building jQuery and ASP.Net AJAX Enabled Controls Part 1
Building jQuery and ASP.Net AJAX Enabled Controls, The jQueryCollapsiblePanelExtender Part 1 Client Control
0
kicks
Clear Input Fields in an AjaxControlToolkit ModalPopup When Cancel is
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.
0
kicks
ASP.NET Popup Message Box User Control
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 ...
0
kicks
Master\Detail with CollapsiblePanel and HoverMenu
Master details GridView with CollapsiblePanelExtender and HoverMenuExtender
0
kicks
AJAX On Demand Loading using GridView and CollapsiblePanelExtender
How to Building on demand Master/Detail grouping Grid with GridView and ASP.NET AJAX toolkit CollapsiblePanelExtender
0
kicks
Scalable CSS for AJAX Control Toolit Tabs
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.
0
kicks
3 Tips for Working with the AjaxControlToolkit's TabContainer Control
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.
0
kicks
How to fix ASP.NET Ajax Rating control jump to top of page bug?
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.
0
kicks
Matt Berseth: LinkedIn Style Themes for Tab Container Control
LinkedIn Style Themes for the AjaxControlToolkit Tab Container Control
0
kicks
Building a grouping Grid with GridView and ASP.NET AJAX toolkit Collap
Building a grouping Grid with GridView and ASP.NET AJAX toolkit Collap