.NET 4.5.1 CDN debug issue
After the latest .NET framework update I see those errors in the browser console:GET http://ajax.aspnetcdn.com/ajax/4.5.1/1/MicrosoftAjaxWebForms.debug.it.js 404 (Not Found)GET...
View ArticleAJAX Toolkit - Doesn't work with newest version
We had a problem a couple of weeks ago where our Ajax toolkit stopped working on both our development and production servers. We decided to install the new version and updated all our references to...
View Articleasp:HyperLink NavigateUrl now throws UnauthorizedAccessException after...
With Target="_blank" it does not work, with Target="_top", it works.Server Error in '/ContactManagement' Application.Attempted to perform an unauthorized operation.Description:An unhandled exception...
View ArticleI am trying to associate one value to parent info but it doesn't work
Hi,I have this: function getRequestDescriptions(requestCategory) {$.ajax({ url: 'phpservices/getRequestDescriptions.asp, dataType: 'json', data: { requestCategory: requestCategory } })...
View Articleusing update panel with dropwn to display value in grid textbox
i have a grid with dropdown and textbox on dropdown selected indec change i get the value from database & display in textbox but it causes whole page postback the textbox has javascript onblur...
View ArticleI m getting following error while accessing WCF Service. Need solution..
The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the...
View ArticleHow to use requiredfield validator with ajax combo box?
Does any body know how to validate ajax combo box using required field validator?
View ArticleUpdating a GridView from a updated table
Hi,Hopefully someone can point me in the right direction with this.I have a table that is updated with status information and I would like to display this in a gridview, using Ajax to updatethe control...
View ArticleUpdatePanel in IE 10 and 11
The search button on my page is causing a full page post back, rather than the partial post back to just the update panel. This has worked in every version of IE until 10. If the browser is in...
View ArticleCould not load file or assembly 'AjaxMin, Version=4.97.4951.28478?
Hi friends,I am getting this error all of a sudden.? The website was working fine until few days agoWhere can i find the dll for this.Than You
View Articlemodalpopupextender does not show all the controls
Hi all,I have the following code on my aspx page.<asp:Button ID="btnShowPopUp" runat="server" Style="display: none" /><ajaxToolkit:ModalPopupExtender ID="mdlPopup" runat="server"...
View ArticleTabs messing up scroll position
Tried posting this yesterday; but it never got added to the thread.I update the AJAX controls in my system from 4.3 to 7, in order to fix the AJAX controls not being displayed on tab panels. Now the...
View ArticleUsing a Repeater inside of UpdatePanel with UpdateProgress
Hello there, I am using ASP .NET 4.0 using C#. I have a web form where all of my layout exists within an UpdatePanel. Inside it I have the following:Panel for entering search criteria with textboxes...
View ArticleCharts In ASP.NET
I want to create a dynamic ajax chart that gets its data from the database and update automatically?
View ArticleBalloonpopup with update panel
I have an update panel that has a set of text boxes that the user may complete with a check bosx that whe n cecked will disable the current textboxes and enable another set. These are all contained in...
View ArticleSet data to Textbox in onsuccess function.
Hi;I am not familiar with web programing. I just start to web coding.I have problem and working on it for long time.I haven solution yet. I have ajax fonction function Formgoster() {var params = {...
View ArticleASP.net sends back the whole page anyway
I teach ASP.net and worked several examples to illustrate ASP.net using the standard controls.It emerged that although the behaviour was as intended, the Ajax callback was very slow; I investigated and...
View Articleajax json error
I am getting the following error when using Json to reload a page. I load a page, call data using ajax to a webservice. then when i try to reload the content via a button click i get the following...
View ArticleCan't read files that uploaded by AjaxFileUpload
Hi, guys I'm trying to deploy the AjaxFileUpload into my web application. After necessary configuration, everything seems to work fine. At least I can upload the file and save the file to the location...
View Articleset Index of ajaxcombox via jquery !
Hello Experts I have a combobox in a page , after loading a page i am fatching preivously selcted values from Cookies via jquery and i want to select that value in combobox .actualCount = -1; //get...
View Article