Accordion works on Development server but not on Production server?
Hi Guys,I added an accordion to a few of my web forms, with the script manager on the master page and the proxies on the relevant content pages. When I run the site on my ASP.net Development server,...
View ArticleHow can I upload multiple files by using AsyncfileUpload ?
I want it to be worked as same as how asp:fileupload with multiple files upload at the same time,but sadly i can only use asyncfileupload, many thanks.
View ArticleAjaxToolKit Issues in Modal Popup in IE 10
I have a following implementation in an asp.net application.In abc.aspx i have this tag:<ajaxToolkit ModalPopUpExtender popupControId="pnl"><asp:Panel id="pnl"><iframe src="example.aspx"...
View ArticleI need help about AjaxFileUpload
HiI have spent more than 10 days looking for code for AjaxFileUpload to use it with uploading images to folder and insert the image paht in database, and I could do this but my problem is updating...
View ArticleJavaScript runtime error: "The data necessary to complete this operation is...
Exception was thrown at line 165, column 29 in...
View ArticleValidatorCalloutExtender and PopupPostion Exception
Has anyone seen this exception before and how did you solve it.I have recently upgraded my site from a website to a webproject if this helps.Also it is a .net 3.5 site.Thanks in AdvanceScott
View Article'WebForm_DoPostBackWithOptions' is undefined error in IE11
Dear all,I deployed a webapplication which has ajax toolkit like tabs, update panel etc. It works fine in IE 10 ,Google chrome etc bt its not working in IE11. Tabs , Calendar click and all ajax...
View Articletabcontainervalidation
hi therei created a tabcontainer that takes user input in 4 tabs and validatesome fields then save it to different databasesi wana check the filled fields in tabs and save themwhat happens now is that...
View ArticleHow to access Content Page Without Page Reload of Masterpage using Updatepanel
Hi I am using masterpage.In the left side, I have placed my Menu in vertical. I need to load the content page with out master page reload. Can we get it from UpdatePanel or any other way to get...
View ArticleRepeater ItemCommand not firing from within ModalPopupExtender
I'm sure this has come up before, but I seem to keep finding the reverse (ModalPopupExtender (MPE) in Repeater), so here goes...I have a single MPE in my base master page. I have a image carousel user...
View ArticleAJAX update panal help
i have a update panal with a content template, inside a content template i have a button, how to make a button without working on ajax function?
View ArticleASP .NET AJAX Control Toolkit Error in Internet Explorer 11
HiOn IE 11, the "AutoComplete" function for ComboBox dosn't work anymore (It works, but only in Compatibility Mode). First i thought, it is a problem in my Code.But: Your Ajax Toolkit Website have the...
View ArticleCalendarExtender not working
hii'm using CalendarExtender but calendar is not shown at all when i click on textbox or image button, so i must be doing something wrong and can't figure it out.i'm using VS2008, framework 3.5.this is...
View ArticleDisplay Confirm Box when tab changes in tab container
I have taken one tab container and i had craeted 5 tabs. when i have to move from one tab to another i want one confirm box.if use selectsOK goes to the next Tab other wise stay on same tab.Please help...
View Articlegridview column resizing ...
HimastersI am using Jquery for resizing gridview column..but unable to do it.plz see code and suggest what is problem..here is full code<%@ Page Language="C#" AutoEventWireup="true"...
View ArticleAjaxtoolkit AutoCompleteExtender is placing » (right angle quotes) on web form
I'm using the AutoCompleteExtender and I'm getting unwanted arrows >> to the left of my list items. I'm not getting this result in FireFox. My code is working great and with this one exception...
View ArticleHtmlEditorExtender and TextChanged event
Hello,I have discovered taht the TextChanged event of the TextBox that has an AJAX HtmlEditorExtender extension attached does not occur.How can I check when the text into the HtmlEditor is changed?I...
View ArticleWhy is there a confirm form resubmission error caused when combineScripts of...
I am wondering why when I hit the button twice on the page below and then hit the browser back button there is an error, but when I change combinescripts="true" it doesn't cause an error.<%@ Page...
View ArticleUnable to get the validation working
So I've created an empty web site in VS 2012 and now unable to validate anything. Initially I started getting the UnobtrusiveValidationMode error but after reading the following thread I was able to...
View ArticleHTMLEditorExtender - Cannot see the toolbar
Hi,I recently installed VS Express 2013 for web. I opened a webforms project and installed AJAXControl tool kit. I went through some msdn/blog pages to implement a Rich Text editor.<asp:TextBox...
View Article