ASP.NET AJAX Toolkit Forum Posts

April 2008 - Posts

Custom TabPanel Tab
Hi All, I'd like to replace the standard asp tab style with my own custom image. Based on our design, we have three separate images that make up a tab (rather than the standard 2). I have been playing around with the HeaderTemplate object, but it...
Refreshing A Cascading DropDownList in a ModalPopup
I am using a modalpopup as my "details view" for a gridview. I display the dialog using javascript. I set up some cascading dropdownlists in the modalpopup...and I pre-populate the values based on the row selected from the gridview using client...
ModalPopup with html code, is it a bug?
Just go with this example, http://mattberseth2.com/master_detail_example/ , In this demo, when I enter any html code(or just even a "<"), will cause a 500 error from server. Do the following, you will know what I am saying. eg. when first...
ReorderList ItemCommand not being handled
I'm using the AJAX Control Toolkit for .NET Framework 3.5 with VS2008, and I have a ReorderList with a LinkButton inside the ItemTemplate like so: <ajaxToolkit:ReorderList ID="SelectedTextItems" runat="server" DataKeyField="Identity"...
AJAX toolkit installation Version 1.0.20229
I am using a previous version of the Ajax Toolkit but want to update to Version 1.0.20229. Th e read me file for the zip file at codeplex does not give instructions for people who are simply upgrading like me. I have a lot of code using the toolkit code...
Calendar control only showing 4 days in week
I have no idea why thisis happening as I have never had this problem with other projects. Could something in my CSS be causing this weird behavor? Has anyone run across this before? Read More...
Autocomplete dropping leading zeros and trailing zeros after a hyphen
Autocomplete Web Service Code 1 Imports System.Web 2 Imports System.Web.Services 3 Imports System.Web.Services.Protocols 4 Imports System.Data.SqlClient 5 Imports System.Data 6 7 ' To allow this Web Service to be called from script, using ASP.NET...
AjaxControlToolkit Tools aren't working.....
Hi, I'm using Visual Web Developer 2008. I recently installed the AjaxControlToolkit. Followed all the instructions. When click and drag ANY of the tools from the AjaxControlToolkit onto the page, the following line appears near the top of the page...
ArrayList and Tab Control
I have an arraylist that consists of files from a folder. I want to put the name of the files on the tabs of the tab control and the contents of the files (htm's) on the tab content page. Can you help me out? Here is what I have so far: string []...
ModalPopupExtender on Masterpage as ConfirmDialog : How to catch Answer?
hi, i want to have a modalpopup on a masterpage for dynamic confirmation. when users on any page with this masterpage do an action like delete or anything i want to popup this modalpopup with a yes and a no-button. if the user clicks yes the procedure...
More Posts Next page »