Questions tagged [ajaxcontroltoolkit]

The ASP.NET AJAX Control Toolkit stands as a remarkable initiative, encompassing an open-source project meticulously crafted on the Microsoft ASP.NET AJAX framework.

Any ideas on how to resolve this ajaxToolkit issue?

Just for your reference, here's what I'm trying to achieve: https://i.stack.imgur.com/GYaNz.jpg Error 1: Unknown server tag 'ajaxToolkit:CalendarExtender'. <ajaxToolkit:CalendarExtender FirstDayOfWeek="Monday" PopupPosition="BottomLeft" ...

Updating the ContextKey of the DynamicPopulateExtender based on the selected value from a DropDownList dynamically

I am facing an issue with my DynamicPopulateExtender control. I need it to render HTML based on the value of an asp:DropDownList. The problem lies in writing the JavaScript code that can fetch the dropdown value, assign it to the DynamicPopulate control&ap ...

A new update is available for the UpdatePanel and ModalPopup Extender

I have structured my form as follows: <asp:Panel runat="server" Id="xyz"> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> 'Gridview featuring edit and delete options ...

The functionality of Bootstrap tooltips becomes disabled as soon as any element on the page is clicked

When initializing Bootstrap tooltips on my page, I follow this approach <script> $(document).ready(function () { $(function () { $('[data-toggle="tooltip"]').tooltip(); }); }); </script> A questio ...

Control for Star Ratings that allows decimal values to be included

I am currently working in Visual Studio 2010 and using C# for coding. I need to create a star rating control where I have values ranging from 1 to 5, and I want to display the rating visually with stars. Here is a detailed explanation of what I am looking ...

Determine the upper limit for selecting a date on the

I have a problem with setting the date range in two calendars. The first calendar is for selecting the starting date, and the second one is for selecting the ending date. I want to restrict the maximum date selection in the second calendar to be three mont ...

Retrieve the chosen date from the Ajax calendar extender control

Using the Ajax Calendar extender control in my asp.net 3.5 application has been quite helpful. I am wondering how I can retrieve the selected date from the Ajax calendar extender control in the code behind file. For instance, if I select 01/01/2011 from ...

AJAX checkmark and X control

Looking to create a sleek tick and cross control for ASP.NET that functions like radio buttons or checkboxes but is more visually appealing. The idea is to have a faded tick and cross displayed next to each other, with the ability for one to become highlig ...

ASP.NET Toolbox - Reviews & Ratings

I'm having trouble getting the Ajax Toolkit rating control to work in my ASP.NET 4 application. Despite adding it to the page and including the registration statement, it renders as invisible (display:none). My masterpage contains a standard script m ...

What causes the entire page to refresh when using ValidatorCallOut in the Ajax Control Toolkit?

After downloading the Ajax Control Toolkit, I am trying to integrate its components into my project. I have utilized the ValidatorCallOut Component as an extender for a Textbox, so that when the user switches focus to another Textbox, the ValidatorCallOu ...