Hello.
I have the following scenario.
I want to use CollapsiblePanelExtender from AjaxControlToolkit to make a collapsed panel.
However, the content that this panel will display will be dynamic and will be inside a div.
My div alread...
Adding a ajax:ModalPopupExtender to my page I'm having the following error
<%@PageTitle="" Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Devcompy.ClientWebForms.Ad...
Does anyone know of any technique for creating and manipulating server-side tabs using AJAX with Aps .Net MVC strong>? I look for something very similar to the Asp.NET WebForms tabs tabs that manipulate the tabs in code-behind and the...
I have a WebForms .aspx application with Ajax controls from the Ajax Control Toolkits component, which runs perfectly on the local machine! But when I publish to the Azure Web App server, the controls do not work even by referen...
I have a simple application with WebForms, I have created some methods that I will access through Ajax via AjaxPro DLL.
I used the [AjaxPro.AjaxNamespace("Teste")] attribute on the class and the [AjaxPro.AjaxMethod] on the metho...
Hello.
I have a function to "create" a Accordion of jQuery UI in my div .
It turns out that inside this my div there are several controls that make post on the page. What I want is that by making a post on the page, my accordion...
Working on a legal project, I'm using ModalPopupExtender of AjaxToolKit .
I have already identified if I can use the OkControlID and CancelControlID attributes to define which control, a Button for example, closes...