I have a text box with auto complete extender and it works fine. How can I allow the user to enter more than 1 valueby separting the first value with a semicolon(;)
I\'m wondering if there is a way using the ajax toolkit autocompleteextender to hook into multi开发者_JAVA技巧ple textbox controls.
I\'m trying to make an AjaxControlToolkit Accordion control change the header style on mouseover and mouseout. It works fine but when the user mouses over the currently selected header then leaves it
This link: http://mattberseth.com/blog/2008/04/ajaxcontroltoolkit_tabcontaine.html has a great collection of themes for asp.net tabcontrol. Can someone help me find out where i can download css for al
I\'m creating an ASP.NET application (.NET 2.0) with C# and I\'m using the AJAX Control Toolkit. To ensure security I\'m using a custom HttpModule to verifiy the user credentials on each request. In
When i access that form in fire fox version 7.0 then these tabs does not show and that form is working perfect in all other browsers. please solve that issue. Thanks in advance.
I added AjaxControlToolKit through NuGet to my Visual Studio 2010, added a reference in my .aspx page. In the calendar c开发者_如何学Control, intellisense is not showing TargetControlID attribute.
I\'m deployin开发者_开发百科g my website on the server. My website is done using asp.net c# 4 and EF 4.
I am using ASP.NET AJAX accordion . http://www.asp.net/ajaxlibrary/AjaxContro开发者_JAVA百科lToolkitSampleSite/Accordion/Accordion.aspx .
I am looking for some way to warn the user if a form is \'dirty\' and they try and navigate away from it.