ASP.NET AJAX Toolkit Forum Posts

September 2008 - Posts

How to perform server-side event and close modalPopup with 1 button click?
The modalPopup form allows you to specify an " OK " button. The button closes the form when it is clicked. You can specify a server-side event for the OK button, but it will not perform it. I would like to click a single button on a modalPopup...
ASP.NET AJAX Rating Control
Currently, rating control show only integer values. My 4.5 rating is shown as 4.0 rating. How do i enable decimal number rating? Any suggestion or help would be greatly appreciated. Murali Read More...
TabContainer tabs enabled/disabled
I'm using a TabContainer control, which is in a User Control, which is in a Content Page. What I want is to have all but one of the tabs disabled on page load, but after the user completes filling in the form and clicks submit, the other tabs get...
Calendar Extender not rendering properly... any ideas?
Any idea guys why my ajax control extender looks like this? This is just the default control dragged over from the control toolkit with nothing added to it. Could it be something in the CSS messing it up? Read More...
AjaxControlToolkit register assembly problems
When I drag an ajax control onto the screen, this shows up on every single page. <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> My question is how can I register this in...
ModalPopupExtender - flicker on page load...
Use VS2005, VB.NET code behind, I've got a page with the following code snippet on it: < p > < asp:Button ID= "btnHelp" runat= "server" Text= "Help" /> </ p > < asp:Panel ID= "Panel1" SkinID...
Ajax animation step two
My page has a bottom and hidden <div> text area. inside the div there is a text and link bottom [X] 1) Clicking the bottom: make the bottom inactive and display the text. 2) Clicking the [X] hide the <div> and make the bottom active again...
Ajax Modal Pop Up control issue
Hey , I have an edit image inside grid view rows. When you click on that image it will trigger the modal popup. The issues is it causes post back and causes entire grid to load the data again then it shows the popup. This is very slow, how can i determine...
AutoComplete extender list hidden by dropdown list
Can someone please point me to a definite hack/fix for this problem? I understand this is an issue only for IE 6. I have been searching for hours and simply can’t find something that works and is complete. Read More...
Panel Display within a ReorderList Problem
Hi, I'm using a reorderList on my page, and for each entry I want there to be a detail view for it that appears below the entry when the user clicks a button. So I set this up like so (very pseudo-ish): <ReorderList> <ItemTemplate> <table>...
More Posts Next page »