Questions tagged as 'ajaxtoolkit'

2
answers

How to add a div (complete) to asp: Panel using jquery?

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...
asked by 29.12.2014 / 14:59
2
answers

ASP.NET Web Forms and AjaxControlToolkit

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...
asked by 10.06.2016 / 14:09
1
answer

Asp.Net MVC Tabs x Asp.Net WebForms Ajax Toolkit

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...
asked by 17.10.2014 / 19:26
1
answer

AjaxToolkit and HtmlEditorFieldExtender. Content Demo

<asp:TextBox ID="txtDescricao" runat="server" TextMode="MultiLine" Rows="5" Width="100%" Height="100%"></asp:TextBox> <asp:RequiredFieldValidator SetFocusOnError="True" runat="server" ControlToValidate="txtDescricao...
asked by 03.06.2014 / 14:27
0
answers

Ajax Control Toolkits does not run on the Azure Web App

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...
asked by 22.05.2018 / 20:58
1
answer

AjaxPro not accessible in IIS

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...
asked by 16.11.2016 / 18:13
3
answers

How to execute a jquery / javascript function only on page load and avoid postback?

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...
asked by 30.12.2014 / 17:10
1
answer

ModalPopupExtender how to close when clicking outside of modal

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...
asked by 29.05.2017 / 20:02