ajaxcontroltoolkit Questions
3
Solved
I've got a problem with the AutoCompleteExtender inside the AJAX Control Toolkit which I just can't seem to get to the bottom of. The control sits inside an asp:Panel linked to a ModalPopupExtender...
Slay asked 17/8, 2011 at 9:19
5
Solved
I'm experiencing a AjaxToolkit Calendar display error in production only. Locally when debugging, this problem does not exist and the calendar datepicker works perfectly. All of the other posts rev...
Liberate asked 15/10, 2013 at 21:36
3
I have a user control placed inside an update panel, ie like this.
<asp:UpdatePanel ID="testupdatepnl" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<uc1:TestControl ...
Thorman asked 14/5, 2012 at 4:21
5
I'm using more than one TabContainer on a page in an ASP.NET project and I noticed a really strange behavior: when the page is loaded the focus jumps to the last TabContainer on the page, causing i...
His asked 29/5, 2012 at 9:52
1
i am trying to make an android app for my school. this is the web site of my school. the captcha images source something like https://obs.ankara.edu.tr/Telerik.Web.UI.WebResource.axd?type=rca&i...
Lungworm asked 23/5, 2014 at 16:48
4
Solved
I have a user control which I add on a page whenever user click on button. Following is the code to add control.
protected void Page_Init(object sender, EventArgs e)
{
if (Session["ControlCount"]...
Sundog asked 1/11, 2012 at 21:21
4
I am trying to implement AjaxControlToolkit NoBot but I always get false from IsValid() method (the state value is always InvalidBadResponse). Am I missing something here?
ASCX code:
// buttons, ...
Asclepiadean asked 27/10, 2011 at 11:29
1
Solved
I created a new project. I installed Ajax Control Toolkit from NuGet. Then I created a new page aspx with following code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server"&...
Aeromechanics asked 31/10, 2013 at 15:34
2
Solved
I am using the autocomplete extender to suggest names when a user types. How to get the select value after the user selects an item? I guess I can use onclientitemselected but I am not familiar on ...
Basidium asked 27/6, 2013 at 17:44
1
Solved
I have a gridview inside an UpdatePanel (the gridview is showing in a popup). On click of a select button in that grid, I am trying to set a textbox text in the page. But its not working; if I remo...
Revocation asked 20/9, 2013 at 7:25
3
Solved
I have an ASP.NET page that uses the ASP.NET Ajax Control Toolkit TabContainer. In the Page_Load event, I am hiding some of the tabs based on the data given to the page. I then want to make one of ...
Commercialism asked 1/5, 2009 at 14:40
1
Solved
Markup
<asp:ScriptManager runat="server" />
Country Code
<asp:TextBox ID="CoutryCodeTextBox" runat="server" onblur="selectCountry(this.id);">
</asp:TextBox>
<asp:DropDownList...
Yellowgreen asked 19/7, 2013 at 20:30
1
Solved
I have a CheckBoxList control that contains dynamically generated checkbox items. This checkboxlist will contain usernames. I am using Gravatar control from AjaxControlToolkit to allow users to hav...
Caryncaryo asked 13/7, 2013 at 16:14
3
Solved
I am trying to databind a DataTable to an accordion and I have found that If I retrieve the DataTable from a database using a table adapter it binds to the accordion perfectly however what I want t...
Scribner asked 29/10, 2009 at 17:14
3
Solved
I have a standard AjaxFileUpload control
<asp:AjaxFileUpload ID="upManager" CssClass="fileUpload" runat="server" OnUploadComplete="upManager_UploadComplete" />
And instead of them having t...
Heliotropism asked 28/3, 2013 at 9:27
5
I have a ModalPopupExtender from the AjaxControlToolkit that is working properly in Firefox, Chrome and IE8, but when I run it in IE8 Compatibility mode, it pops up behind the content of my page, r...
Gabby asked 17/9, 2009 at 14:36
1
I have 2 Nested ajax asp.net tabs. If I set the initial height of the parent tab (TabContainerMain) to say 300, how can I set the height of child tab (SubTabContainerUg) in css or jquery?
The marku...
Dorsal asked 2/4, 2013 at 4:30
3
I am unable to write a nice title to this topic because my problem is a little weird. I am using AjaxControlToolkit HTMLEditorExtender in my website to send HTML formatted emails. Every other featu...
Coccus asked 16/3, 2013 at 15:46
5
I need to use few of the ajax control toolkit in asp.net mvc
say, Validator CallOut,ModalPopUp.
and even i need to put a gridview in an update panel?
can anybody give any valuable link so that i c...
Rossierossing asked 21/10, 2009 at 10:44
2
Solved
I am using AjaxToolKit's HTMLEditorExtender control in my website. The markup is as follows:
<asp:TextBox ID="TextBox2" runat="server"
Font-Names="'lucida grande',tahoma,verdana,arial,sans-se...
Shortstop asked 2/3, 2013 at 10:35
2
Solved
I have a Web Application in .NET 4.0 Integrated mode calling a web service (ASMX) in .NET 2.0 Integrated mode on the same server via localhost.
9 out of 10 times all works fine, but occasionally t...
Afterpiece asked 23/10, 2012 at 14:28
4
I want to clear the file path from the file upload. The file upload is inside the update panel and I am using a AsyncFileUpload. How can I clear the file and change the background color of the file...
Drubbing asked 21/12, 2011 at 17:7
4
Solved
I tried to use htmleditorextender but I am getting error. below are my settings
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<asp:TextBox ...
Dogy asked 18/8, 2012 at 21:47
1
Solved
i am trying to get that AjaxFileUpload-Control(used in ContentPage) working. But it does not fire OnUploadComplete Event at server side
I am using version 4.1.60919.0 of the ControlToolkit. I have...
Tricot asked 24/1, 2013 at 11:47
11
Solved
we are currently developing a couple of custom asp.net server controls. Now we'd like to add some Ajax support to some of them. Now basically there would be two options
Microsoft Ajax & Micro...
Punkah asked 25/8, 2009 at 7:41
© 2022 - 2024 — McMap. All rights reserved.