Animation Issues
Does anyone know of any Known issues with animations?I have an update panel with animation of fade in / out - works just fine I have a modal popup with no animation - page works fine I add animation to...
View ArticleCalendarExtender
Hi all,I have a TextBox with a CalendarExtender attached. The selected date does not reflect back on the textbox.I'm using ASP.Net Framework 4.0 and the AjaxControlToolkit for that version. Source...
View ArticleProcessing indicator over Modal Popup Extender
Hi! Need some help please.In my project, I have a Button that will trigger a Modal Popup of another form and inside the form there is a Button which will trigger a process.the button works fine but the...
View ArticleProblems loading usercontrol with parameters via AJAX
Hi,I'm using the following js script to load a usercontrol via AJAX, but i keep getting the error bellow:function LoadContribution(Id, divId) { alert('teste2'); var data = {}; data.Id = Id; $.ajax({...
View ArticleWhere did the run time take it? AJAX
The AppendRow method is not being executed. I am assuming it's somewhere in the AJAX call below. There is no error, it just goes to sleep. Can anyone see what I've missed? Thanks....
View Articlehow to call controller action on ajax success with returned data from first...
Hi to All,I would have something like thispublic ActionResult Search(int reportId) { /*code*/ PartialView(); }public DataTable GetResult(int reportId, List<Domain.Entities.Filter> filter,...
View ArticleAjax Calender Extender Working In A.aspx page Not Working in B.aspx Page in...
Hello ASP.NET AJAX 1.0 I have Two aspx page For example A.aspx and B.aspxIn both i have copied the dll in binBoth A.aspx and B.aspx working fine in my computer. In Cleint Side Also Worked Fine...
View ArticleHow to register css/script in update panel after partial postback for search...
Refering to this threadhttps://forums.asp.net/t/2098665.aspx?How+to+register+css+script+in+update+panel+after+partial+postbackI need to register css/javascript in update panel. The above is working...
View ArticleAjaxControl Toolkit pie chart problem
Hi,I added a pic chart to my aspx page and I bind it from codebehind using a db query.My problem is that whenever the results count is bigger than 10, the pie renders 10 colored slices and all the rest...
View ArticleRotate axis X labels
Hi,I would like to know how to rotate a bit the labels in axis X in line chart or bar chart control?This is my code:<ajaxToolkit:LineChart ID="LineChart1" ChartHeight="300" ChartWidth = "450"...
View ArticleUpdateProgress control does not show image
Hi All,I have a updateprogress control works fine without master page but it does not work with a master template. I have a few contentplaceholders on one page. How to make the ajax-loader image to...
View ArticleAjax - Failed to load resource: the server responded with a status of 500...
Same post on https://forums.asp.net/t/2134216.aspx?Failed+to+load+resource+the+server+responded+with+a+status+of+500+Internal+Server+Error+
View ArticleFailed to load resource: the server responded with a status of 500 (Internal...
I have a MVC web application built on 4.5 framework. This is hosted on multiple servers i.e. around 4 servers.Currently, I am getting ajax failed to load resource error .... Internal Server Error...
View ArticleNeed help with steps required for creating a Test Harness
I need to unit test the class below.What steps would I need to take to get the class into a test harness? and what would be a few tests I could write ?publicclassMyDatabase{ private...
View ArticlePanels inside updatePanel not changing visibility status when ordered by...
Hi.I have page that amongst other things has 2 distinct updatePanels, both set as conditional.The first updatePanel has 2 distinct panels, one that has a repeater inside, and another that has just has...
View ArticleTrigger not working in updating UpdatePanel content in custom control
Hi,I have a custom control which have an updatepanel in it. In this updatepanel, it only have a literal control which would be used to dynamically generate html code. The trigger control (from page) is...
View ArticleNeed variable text in UpdateProgressContent box
I'm using Visual Studio 2015 with SQL Server 2014, VB.I have the following UpdateProgressContent:<ProgressTemplate><script type="text/javascript"> document.write("<div...
View ArticleCalendarExtender issue in iPAD
hi guys.. i found that user cannot amend date in Calendar once date is selected... they have to click on other field and go back again to make it work again.but it's working fine in Windows. Please...
View ArticleHow to pass these parameters in Postman
Hi,I have a code for calling web method in ajax, but want to test it in POSTMAN please tell me how to pass these parameters in POSTMAN.$.ajax({ type: "POST", url: "/RAFL/FetchDetails", dataType:...
View ArticleControl multiple UpdateProgress with one external button?
I'm using Visual Studio 2015 with SQL Server 2014, VB. Sorry if this question is in the wrong section but I'm not sure where it really belongs.I have the test code below which has three UpdateProgress...
View Article