Unhandled exception error
Hi there, I'm pretty new to using ASP and been going through a few bugs that have cropped up whilst migrating a site over to a new host. This error has got me a little bit and im not sure what I need...
View ArticleModal 'Progress Bar' on Page Load
I'm looking for an example of how to implement some sort of modal popup that states 'Loading' or displays a gif when my pages load.I have about a dozen pages all inherited from a master page. I'd like...
View ArticleIn IE11 and IE10 wait cursor is not working on grid or checkbox click but...
In my application i have button,checkbox,gridview and many more controls when i click on button my wait cursor work but when i click on gridview my wait cursor not work same goes with checkbox control...
View ArticleUpdate Progress
HiI have an updateprogress which is affiliated with an updatepanel on the page.The updatepanel is smal and page is big, what I want to do is display the updateprogress on the page but only on the top...
View Articlehow to get ajax extension in VWD again
hello,Accidently i delete Ajax Extension tab from toolbox, is there any way to get it back?
View ArticleError: Sys.ArgumentException: Value must not be null for Controls and...
Does anyone know how to fix this problem?I have tried pretty much all the solutions I googled but none has been able to resolve this issue.Here is entire markup. I will be happy to post some codebehind...
View ArticleToggleButton doesn't toggle when set in code
I have a toggle button that works fine, applied to a CheckBox (ToggleButtonExtender). When I click it, the images change and everything works fine. I have a situation where I need to set the Checked...
View ArticleGetting error in AJAX modal popupextender
Hello,I've an ajax modalpopupextender in an usercontrol, Which displays a list of employees when clicked on search button. I'm not able to see the modalpopupextender when clicked on search button....
View ArticleVisual Studio ASP.NET 4.5 combobox hangs
Using Visual Studio 2013 with VB.NET with AjaxControlToolkit. Added combobox to web page with master page. Master has bundled Ajax. Page loads everything before the combobox and the combobox itself but...
View ArticlePageMethods not getting invoked
Hello,I went through the older thread on PageMethods and tried everything, but still its not working, sometimes it makes call 1 out of 100 but i did't understood any pattern in that.If i don't pass any...
View ArticleFiltering a dropdownlist (listsearchextender, combobox, autocompleteextender)
What I want is probably a pretty common request, but I would like to know if it can be managed with these controls (or any other pre-built ones). I've used AJAX in the past, but not for this.I want to...
View Articleupdate panel
Hi,In my appplication has not masterpages ,redirecting from one form to another form is working but when iam adding same module to another project which is having master pages ,div,etc......
View ArticleHoverMenuExtender Popup Position Problem
I'm using a HoverMenuExtender that is created dynamically when the page is loaded and there may be several created. The problem is when the page is scrolled down the popup appear at the top of the...
View ArticleHoverMenuExtender Popup Vertical Position problem (Urgent)
I have a problem .. my popup panel attached to the HoverMenuExtender does not appear in the correct position .. did anybody had the same problem? Help me its urgent .. HTML:<%@ Page Language="C#"...
View ArticleBypassing Ajax Errors
Hi all,I have a site that uses the FilteredTextboxExtender and the RequiredFieldValidator to validate data entered in 3 of the 6 text boxes on the form. When the "Validate" button is clicked, the...
View ArticleSlow Loading
Hello everyone and thanks for your help in advance. I amnew tothe AJAX toolkit and am trying to implement the ModalPopupExtender. I have everything working correctly, but the popup take an inordinate...
View ArticleAsp.net page methods not working properly in VS 2013
Hello,I've just installed VS 2013 and I have some problems with page methods.I've created a new "ASP.NET Web Forms Website" and added a new asp page using master page.In code behind file I have the...
View ArticleProblem with ModalPopupExtender and Windows Azure
Hello everyone.I have a Web portal where the WebForm have this structure.<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="wfCargoIni.aspx.vb"...
View ArticleAjaxFileUpload get stream Error
hello to all,i use AjaxFileUpload and i want get stream and change image size and save this to another folder address , my code is : AjaxFileUploader.SaveAs(Server.MapPath("~/Uploades/Product/" +...
View Article