ASP.NET AJAX Toolkit Forum Posts

July 2009 - Posts

Can't find HTMLEditor in the Toolkit
Using Visual Studio 2008 with SP1. Downloaded the latest version of AJAXControlToolkitBinary.zip from CodePlex and unzipped it. The Readme file instructions say to simply drop the dll file in the Bin folder of your website. So, I did that and then went...
Checkbox and Modalpopupextender -checkbox not checked
I am trying to use the modalpopup exdender with a checkbox. Actually it iis one of a mutuallyexclusive extender but that does not seem to matter for this example. When I click the checkpox the panel opens but the check box is not checked. In addition...
OnClientCancel not functioning with ConfirmButtonExtender
Hello, I’ve been using a ConfirmButtonExtender with success in my web app but have hit a snag that is making me pull my hair out. In short, the assigned OnClientCancel function does not execute, even if the Cancel button is clicked by the user. In fact...
AutoCompleteExtender with a datagrid
I have a very simple web page that has a user control that contains the autocompleteextender. All properties for this control are set in the page_load event. This works fine. I can get the data I want to use in the autocomplete. Once a row is selected...
ModalPopupExtender properties ignored when .Show is called instead of using the TargetControlId
My ModalPopupExtender has two appearance properties set; BackgroundCssClass="myClass" and DropShadow="true". If I make the target control ID of the Modal a button, and click it, the background class is correct and I see a dropshadow...
Edit gridview modal popup
I have a grid view with an edit button. This pops a modal popup control. My gridview does paging and sorting. I am able to edit fine but once the edit is done I need to refresh the page with new data. I am not sure how to do that while maintaining my...
display issue with autocompleteextender
Hi, I am using autocompleteextender for a textbox that has to display string values in the form 'xxx-xx-xxx'. But, while displaying, it performs subtractions xxx (minus) xx (minus) xxxx and displays a resultant value 'yyyy' instead of...
ModalPopUpExtender from Nested Gridview buttons
Hello, I am working on a project in which I have a gridview with several nested child gridviews. For each child gridview, I have several add buttons which will use the Ajax ModalPopUpExtender to bring up a panel popup. Depending on which add linkbutton...
ComboBox remains disabled when re-enabled
We create a ComboBox on a page during Page_Init along with other controls. When the grid on the page enters edit mode we disable the other controls on the page. The ComboBox responds just fine to being disabled. When editing is done on the grid we re...
Ajax Slider format value to currency - lost on postback
Hi, I've got a Slider that is used to select a loan amount between 10000 and 100000 (code below). I wanted to display the value selected on the slider in GBP in the format: £10,000 etc. I used the following post to add Javascript code (script below...
More Posts Next page »