reportviewer and ModalPopupExtender
Hi:I hope to use modalpopupextender to show something when the system is invoking reportviewer, since it may need several minutes.the following is my codes: private delegate List<DBData>...
View ArticleHow to use two versions of AjaxToolkit in the same project?
Hi all, I am using AjaxToolKit 3.0.30512 in my application(.Net 3.5), i am looking to use ATC 3.0.305123 ,why beacauseAsycFileUpload Control is available in this version. When i am trying to add...
View ArticlePrevent the default close event in internet explorer
i want to prevent the close event in internet explorer, which i have done with preventDefault and returnVal=false.But the ie show warning after that i dont want to see the warning how can i remove...
View ArticleIE 10 Issue: SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an...
My asp.net site is running well on IE6, IE7, IE8, IE9, Chrome, Safari, Firefox and Opera. But it is not working in IE10. If I click on the Grid in the site it returns the following error: SCRIPT5022:...
View ArticleAccordion not working
hi all,when i am swicthing my website to arabic view , accordion not working. It is not expanding other tabs when i click on the header.It is showing default tab. any one have any idea...
View ArticleAJAX combobox is giving Object reference error
Hi,I've a Ajax xombo box (Ajax toolkit 3.5) on my login form when i load the form all goes well the combox is loaded nice..bud when i login to the application i get When i run my website from vs2010...
View ArticleajaxToolkit:HtmlEditorExtender Blank box with Cancel button
Hi, After upgrading from VS2010 to VS2012 user get a blank box with a [cancel] button (the [cancel] button does not do anything.When trying the same action for a second time, they experience no problem...
View Articleajax tab control
Hello to all expert,i have use ajax tab panel control in asp.net web project, and each tab panel contains more than 20 controls. now problem is that1. I dont want to load all tab panel control on page...
View Articlewindow.open
Hello, in form 1, I have a button which has an event handler that executes the code below. when the button is clicked, Form2.aspx opens in a new window. Form 2 opens and minimizes itself automatically....
View ArticleTab Controls Renders on Development Machine but not production machine
Any thoughts on why this would happen? Checked the obvious thing like making sure the AJAX Toolkit DLL was in the bin. Another thing I notice is that if I view page source my content inside the tab...
View ArticleHTMLEditorExtender - how to include additional font names (types)?
Hello, I noticed in the font selection dropdown that it provides a set number of font types that can be used. For example, i want the text to be Calibri but it is not in the dropdown. Is there a way...
View ArticleAjaxFileUpload to access ViewState problem.
I have a page having a button and an AjaxFileUpload control. Each time I click the button, I save some value into ViewState, and when I upload files, I want to use the ViewState I saved, however,...
View ArticleAjaxFileUpload (error)
Hi,I'm using the AjaxFileUpload control. I used it in several other pages without problem, now, in a new page, I ged the red labeled (error) and I don't understand why.Is there a way to understand the...
View ArticleAjaxFileUpload update page content in UploadComplete Event
I have an AjaxFileUpload, I want after file upload complete, a label on page shows the filename just uploaded.I have code like this:<asp:UpdatePanel runat="server" ID="UpdatePanel"...
View ArticleAjaxFileUpload inside a wizard step cause disaster
I have a AjaxFileUpload, when outside a wizard control, it works fine.However, when I put it into a wizard step control, other code unchanged.Whenever I upload a file, the progress bar will stuck at...
View ArticleSet MaxLength for HtmlEditor
Hi Everyone, I'm using AjaxControlToolkit.HTMLEditor in my application. I need to restrict the users not to enter more than 2000 chars. How can i acheive this?
View ArticleASP.NET WEB API
ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Web API is an ideal platform for building...
View ArticleSet Access Key to Tab Container
Hi all, I am having problem in setting the access key to the AjaxTabContainer. Can any one please help me regarding this?Here is my code...
View Articlethere is no combo box in ajax control toolkit
i try to add ajax control toolkit for visual studio 2008, so i downloaded realease 20229 from www.codeplex.com,now after adding ajax control toolkit, there is no combo box in my toolbar, how can add...
View ArticleAjaxControlToolkit not defined
hello,I've installed the Ajax Control Toollkit (in VS WEB express 2012) and ran a few examples sucessfullybut when i wanted to implement a slideshow the object AjaxControlToolkit seems to be...
View Article