UpdateProgress control is not showing its message inside ProgressTemplate
Hi All,I have done some programs using UpdatePanel and UpdateProgress controls in VS-2008. All they worked fine. Recently I started using Visual Studio 2012 at home.The following is the complete...
View Articleajax - PagerequestManagerParserErrorException
I am new to Ajax and trying to integrate Ajax in my application(.NET framework 2.0)...I am facing an issue which i couldn't resolve...Here is the error message...
View ArticleIndex out of range in .NET 4.5
Hi,We have a project that use in .NET 2.0 and it works. However, when we upgrade it to .NET 4.5, it shows following error when we do the record deletion.Microsoft jscript runtime error...
View ArticleAjax SlideExtender without call Service
Hi,i'm using slideextender for .net 4i want to load all my images during the construction of the page (ie on page_load) and no using a method of a web webservice.is it possibile?
View Articleajax not working, probably due to url routing
I intend to incorporate ajax into my website project (not webapp proj, ver .4).it's not working at all.i noticed the html generated have url to access /WebResource.axd?... and...
View Articlescriptmanager in a popup
can someone explain how i insert a scriptmanager tag in a piece of code that acts as a popup.adding TAG DOESNT WORK AS ALREADY ONE IN THE MASTER PAGe thanks
View ArticleAdding HtmlAgilityPackSanitizerProvider
I am having trouble with adding the required text to the web.config file for the HtmlAgilityPackSanitizerProvider.Even when I open the sample site from the toolkit in Visual Web Developer I get an...
View ArticleAjaxFileUpload How Do I get File Path?
When using OnUploadComplete event from AjaxFileUpload I get full file path by using e.FileName in IEBut, when I use Chrome I get only file nameExample: protected void...
View ArticleHow to post a file in an Ajax call to controller
HiI have a Main.cshtml which renders another partial view as below.<div>@{Html.RenderPartial("FileUploadPopUp", Model.model1);}</div>In the FileUploadPopup.cshtml as below I need to upload...
View ArticleCascadingDropDown Load Time In Gridview
Hi everyone,I have a web page that contains a gridview, which is a grid for the days in a month (one row per day). In each row, there I have 2 CascadingDropDowns (one parent, one child, for a total of...
View ArticleAjax + Browser history
I am following the Managing Browser History asp.net example article but I have a problem with updating the **LabelHistoryData** label after clicking the browser back button. I placed a breakpoint...
View ArticleAccordion databind to sitemap
Is it possible to bind a sitemap to an accordion for a simple menu?Chad
View ArticleChange Design of "Ajax Combobox".
Hello freind,i have changed design ajax combobox and it's working.but i can't change design of dropdown selected item and item hover.Please Help me..Thanks.
View ArticleAJAX DataView - Do i Use? and if so where is it?!
I am confused!There used to be an AJAX Library published by microsoft which included among other things, a DataView which allowed you to consume and display data from a AJAX-WCF Web Service.I can no...
View ArticleWeird problems with ReportViewer, ScriptManager, and ICallbackEventHandler
I am having problems porting a screen from 32 bit (SQL 2005, WinServer 2003, IIS 6) to 64 bit (SQL 2008, WinServer 2008, IIS 7.5). This screen uses BOTH iCallBackEventHandler and a Reportviewer...
View ArticleAjax AutoComplete Extender in IE9
Hi! I am trying to make my application compatible with the latest versions of browsers, but I am facing a weird issue in what concerns the ajax autocomplete functionality. It works fine in regular...
View ArticleAdding TabPanels via JavaScript
Is it possible to add or remove tabs to a TabContainer with the javascript api? I've been tinkering around for two days and I have not been able to make any progress. My site already makes use of MS...
View ArticleFile upload prblem Inside updatepanel
In my page i am using file upload control inside updatepanel. i used upload file using PostBackTrigger it is working fine but it cause full page postback how can i avoid it....?
View ArticleBlinking cursor in textboxes disapears
I'm using the ModalPopupExtender and inside the popup I have some textboxes for the user to fill out a form. When the user input wrong data in the textboxes I use the ValidatorCalloutExtender to show...
View ArticleGridview SelectedIndexChanged event not working in Updatepanel
Hello,I have a Gridview in an Updatepanel with paging enabled. When I click on the page link to go to page 2 or 3 the entire site still refreshes. Also, I have SelectedIndexChanged event enable to...
View Article