September 2009 - Posts
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...
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...
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 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"...
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...
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...
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...
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...
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...
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 »