Most voted "ajaxtoolkit" questions
9 questions
Sort by count of
-
2
votes2
answers619
viewsHow to add a (full) div to Asp:Panel using jquery?
Hello. I have the following scenario. I want to use Ajaxcontroltoolkit’s Collapsiblepanelextender to make a collapsed panel. However, the content that this panel will display will be dynamic and…
javascript jquery html asp.net ajaxtoolkitasked 9 years, 10 months ago Leonardo Ribeiro de Aguiar 105 -
2
votes2
answers197
viewsASP.NET Web Forms and Ajaxcontroltoolkit
When adding a ajax:ModalPopupExtender on my page I’m having the following error <%@ Page Title="" Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true"…
-
1
votes1
answer112
viewsAjaxtoolkit and Htmleditorfieldextender. Content Demo
I’m using the HtmlEditorExtender of Ajaxtoolkit and in it I enabled the option to insert an image to the body of the text. <asp:TextBox ID="txtDescricao" runat="server" TextMode="MultiLine"…
-
1
votes1
answer256
viewsAbas Asp.Net MVC x Asp.Net Webforms Ajax Toolkit
Does anyone know any technique for creating and manipulating server-side tabs using the AJAX with Aps.Net MVC? I’m looking for something very similar Asp.NET Webforms Ajaxtoolkit, that can…
-
1
votes1
answer150
viewsAjaxpro not accessible on IIS
I have a simple application with Webforms, I created some methods that I will access via Ajax via Ajaxpro DLL. I used the attribute [AjaxPro.AjaxNamespace("Teste")] in class and the…
-
1
votes1
answer225
viewsModalpopupextender how to close when clicking outside the modal
Working on a cool project, I’m using the ModalPopupExtender of AjaxToolKit. I’ve identified if I can use the attributes OkControlID and CancelControlID to define which control, a Button for example,…
-
1
votes0
answers22
viewsAjax Control Toolkits does not run on the Azure Web App
I have an app WebForms .aspx with Ajax component controls Ajax Control Toolkits, that runs perfectly on the local machine! But when I publish on the Azure Web App server, the controls don’t work…
-
0
votes3
answers3776
viewsHow to run a jquery/javascript function only in the page load and avoid postback?
Hello. I have a function to "create" a Accordion of jQuery UI in my div. Turns out inside this mine div there are several controls that make post on the page. What I want is that by making a post on…
javascript jquery ajax asp.net ajaxtoolkitasked 9 years, 10 months ago Leonardo Ribeiro de Aguiar 105 -
0
votes0
answers23
viewsThe button click event fires Modalpopupextender but does not turn off
MODAL appears, but NO longer wants to leave! How do I fix this? I have a code in ASP.Net, . Net Framework 4 with Visual Studio 2010. <asp:button ID="hButton1" runat="server"…