ASP.NET AJAX Toolkit Forum Posts

June 2006 - Posts

Collabsible Panel with nested Repeaters
I am trying to display a list of Job Categories and the jobs. I have this setup as nested repeaters. I want the job categories to be the header to hide and show..... Can someone help? <code> <% @ Page Language ="VB" MasterPageFile ="~/LRRI.master...
Reworked ModalPopup
With great thanks to stoneym , IDisposable , Ricardo Francisco , and the Atlas Control Toolkit Team, I've reworked the ModalPopupExtender to fix many of the bugs. Highlights: You can submit through an updatepanel without setting UseSubmitBehavior to false...
BUG - NumericUpDownExtender in Gridview EditItemTemplate
Hi there! I've just downloaded the latest release of the AtlasControlToolkit and wanted to plumb the NumericUpDownExtender into my Gridview. I want to use it for editing quantities, but it when you put it in an EditItemTemplate, it comes up with an error...
100% Dynamic Drag Panels - How?
I'm confused and need some help. My company is creating some web parts that will go into a portal we have developed, however these parts will also be "sold seperately" and should be able to work in any portal that uses web parts. So we inherit from a...
Collapse or Expand Panel from button click in VB
Atlas is adding a lot of character to my pages!! Thanks for your hard work. Within my button1_click, I would like to collapse a panel and continue on processing the server code to run the sproc, show grid, etc... Using VB, Something like: Protected Sub...
Add AutoCompleteExtender to dynamically created control problem
Hi, I'm trying to add AutoComplete behavior to a dynamically created TextBox that's in a custom server control. At first, I used the following code which worked fine: string js = "< script type=\"text/xml-script\">" + "< page xmlns:script=\"http...
UpdateProgress & Delay
Has there been a suggestion to make a property to only display the updateprogress display after a certain amount of delay? Some commands are so quick that a progress is more distracting and might seem like a postback since something pops up and goes away...
ReorderList throws exception when reordering items with DBNull columns
Hi, I'm using a ReorderList to reorder items in a DataSet containing values that may be DBNull. However, whenever any of the values are DBNull, ReorderList.cs throws a "Failed to reorder" exception with the inner exception "Object cannot be cast from...
ModalPopup problem with DOCTYPE
My application interface was built with <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > to avoid the "100% rendering problem with the tables" in IE. The problem is that ModalPopup wont work with this doctype. I can see the Modal...
One more limitation from "ATLAS"?
Hi, I have this simple scenario... One ModalPopup extender with an UserControl inside (placed in design time).. this UserControl has a TextBox, a ImageButton and a CheckBoxList, all inside an UpdatePanel. My problem is, the imagebutton doesn't fire the...
More Posts Next page »