Ajax Control toolkit - Element is not a known element
Hi, I have installed the Ajax Control Toolkit on my pc in Visual Studio 2008. If I use one of the controls on my aspx page in my website stored locally on my pc everything works fine. If I use one of...
View ArticleAjax Controls not Loading Correctly after deployment on Server
Hi, My Web application uses Ajax controlls like CalenderExtender,HTML Editor etc Everything was working fine on my develpment system.But When I hosted my application in Win 2008 R2 the ajax control are...
View Articleimage control not work in update panel
When i run this code server image not display... <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Testing.aspx.cs" Inherits="Testing" %><%@ Register assembly="System.Web.Extensions,...
View ArticleAsyncFileUpload - saving in database, retrieve from database and viewing
Hi, I use ASyncFileUpload control in my web application to upload jpeg and gif files. <asp:AsyncFileUpload runat="server" ID="FileUpload1" Width="400px" UploaderStyle="Modern"...
View ArticleAsp.net Accordion Menu doesnt slide in UserControl
Hi everybody; I use ajaxcontrol toolkit accordion menu. it is working fine in asp.net but when i put this code inside my usercontrol(.ascx) page. it doesnt slide and it doesnt change another menu item....
View ArticleAjax nested accordion closes accordion after postback.
I have two accordion one inside another. Accordion's Datasource is comming from database. I have one button ("BtnOuter") inside the "outer" accordion and another button("BtnInner") inside the "inner"...
View ArticleValidator Callout Extender and HTML Editor Extender does not set “top” style
Hi All, I'm using the HTMLEditorExtender and ValidatorCalloutExtender. The ValidatorCalloutExtender works well with regular text boxes, but when I try to use it with the HTMLEditorExtender it pops up...
View ArticleAJAX TABCONTAINER Dynamically from acces database .... formatting problems
Hi I am trying to populate a TabContainer from an Access Database, I have managed to nearly get it working , The Header is ok but The Details area is displaying vertically rather than horizontally so...
View ArticleCollapsiblePanelExtender - need to hide a control in the panel
I have a simple example webpage to illlustrate a problem I have. The page has a collapsiblePanelExtender (emailPanel) that has a label in it "EmailLabel". When the "emailPanel" is shown I want to check...
View Articleimage control not work in update panel
When i run this code server image not display... <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Testing.aspx.cs" Inherits="Testing" %><%@ Register assembly="System.Web.Extensions,...
View ArticleCalender Cotrol Custmization
I want to show some specific dates in ajax calender control with diffrent color.dates are in an array. If any idea plz help
View ArticleRE: TabContainer not loading sporadically
I have page with two different TabContainers. Sometimes when the page is loaded I get the error. Sys.InvalidOperationException: Component 'TabContainer1' was not found. Then both TabContainers are not...
View ArticleAsp Ajax Gridview Error The status code returned from the server was: 500
Hello everyone, I am working with a gridview that need to be implemented as a Excel Spreadsheet. My gridview has many columns that I populate programmatically using the following code: Dim ad As New...
View ArticleAjax Editor
Helllo i am trying to get an alert when keyup event occurs or text change in a editor. But my code is not working. Can someone please help me. <asp:ScriptManager ID="ScriptManager1"...
View ArticlePosition problem while set AJAX Dropdown in Background Image
Hi, I am getting one problem in my page. I am using multiple AJAX Dropdown in my page. i am using one rectangular oval image for background. I want to place all my AJAX dropdown in my background image....
View ArticleHow to make an auto generated link
I am developing website for some project. I want to make an auto generated link when ever new user creates account, they should receive an email verification link to there email.
View ArticleMaster page with menu refreshes whole page.
Hi, I have master page and i have menu control. I had tried placing Script manager and update panel in child pages. The Form tag is in master page. On click of each menu items or sub-menu items...
View ArticleSys.Application.addload(load)
I am creating web using JavaScript the below my code man <script type="text/javascript"> var departments = null; Sys.Application.add_load(page_load); Sys.Application.add_uload(page_uload);...
View ArticleGetting Error Sys.WebForms.PageRequestManagerTimeoutException; The server...
Hello All , I am using Ajax Extension 1.0, I am getting this error Sys.WebForms.PageRequestManagerTimeoutException; The server request timed out. Also it is taking too long time to retrive 150 records...
View ArticleHtmlEditorExtender and Microsoft Indic Language Input Tool
If I include Microsoft Indic Language Input Tool scripts into my web page, all AJAX toolkit controls like balloon popup and HTML Extendors stops working. Here, I have tried to get input in Tamil...
View Article