ASP.NET AJAX Toolkit Forum Posts

September 2009 - Posts

How to disable dates in calendar extender.
Hi there What i would like to do is beable to disable the dates before todays date for example make the un selectable. Any ideas? Hadley Read More...
can not continua key in after press "Tab" key on Internet Explorer 8
Hi, I facing a problem on Internet Explorer 8 + updateplanel and not idea to solve it. could you help me ? In my form has 3 textboxs to let user key in and the 1st textbox will do validation (vb.script) onTextChanged event. User is not allowed to continua...
Masked Edit and Single Digit Days/Months
Hello, The default ShortDatePattern for many language cultures are single digit day/month. i.e. en-US is "M/d/yyyy" en-AU is "d/MM/yyyy" This comes from System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern...
ColorPickerExtender fails when using SelectedColor
Colorpickerextender stops working when I set SelectedColor. Is this a bug or am I doing something wrong? <asp:Label ID="Label1" Text="Color" runat="server" /> <asp:TextBox ID="TextBox1" runat="server"...
Using a confirm button extender inside a modal popup
I have a gridview. In my gridview I have a "View Details" button. When this button is clicked, the details are displayed in gridview (user control) in a modal popup. This detailsGridview user control allows the user to delete details. I have...
DropDownList based on autocomplete textbox selection.
I have a textbox (with AutoCompleteExtender) from which user select a city. I'd like to fill a dropdownlist with municipalities of the selected city. Any suggest? thanks. Read More...
checkbox as targetcontrolid in ModalPopupExtender
Hi, I'm trieng to build dynamic multiple ModalPopupExtenders and bind there TargetControlID to a dynamic checkboxes: while (dr.Read()) { trRow = new TableRow(); if (dr["TimeStamp"].ToString() != "" ) trRow.ForeColor = System.Drawing...
Disabling validation control extendor
Hi, I am using validation control extender with required field validator. I have a radio button list having 2 options & 2 drop down list based on that option. The required field validator is associated with the listbox. I am disabling one of the dropdown...
ModalPopupExtender with Radio Buttons
I have 4 radio buttons in a group. If I try to add the same modalpopup extender to more than one buttons the page stops functioning properly. Is there any nice examples on multiple radio buttons to one extender? Read More...
Rating control on change event throw the error
Hi, I need to redirect the user to login page while giving the rating ,if he is not logged in. I am doing this check on the ajaxtoolkit rating control onchange event. But it throws the error "Response.Redirect cannot be called in a Page callback"...
More Posts Next page »