Problem with MaskedEditExtender When Using latest AjaxControlToolkit...
Hi Everyone out there..!I am facing a problem with maskededitextender.I have a text box which has maskededitextender and its Mask ="99999-99999" and MaskType as Number. While inserting these values to...
View Articleare you missing a using directive or an assembly reference?
I cannot quite figure out why I am getting the following error. I am using Visual Studio 2010/ .NET 4.5.I could not figure out an option for removing the reference and placing it back, although it...
View ArticleJavaScript runtime error: "The data necessary to complete this operation is...
Exception was thrown at line 165, column 29 in...
View Article0x800a139e - JavaScript runtime error:...
_elementContains: function PageRequestManager$_elementContains(container, element) { while (element) { if (element === container) { return true; } element = element.parentNode; } return false; },...
View ArticleSlow asmx web service
Hi all,There is a performance problem with a webservice I've written on our production server. I feel that I've investigated every avenue and as a last resort I'm turning to you for suggestions.The...
View Articleajax script manager
i have a script manager at my master page, but i have 1 page require a scriptmanager because of cant page 2 scriptmanager hwo should i do? if i open a new webform without attach master page the...
View ArticleHow to create a directory from one website to another programmatically
Hi,I know how to create folder(directory) on server but I don't have any idea on creating directory from one website to another programmatically.(Please note here both domains must be present on same...
View ArticleLISTBOX SELECTED ITEM CHANGED FROM JAVASCIPT DOES NOT FIRE SERVER SIDE EVENT
I have a listbox with searchable entries. Search is achieved using textbox.<script type="text/javascript"> function fnSearchListBox() { var strSearchValue = document.getElementById('<%=...
View ArticleAsp.Net Url Re-Writing
Hi m using ASp.Net Url Re-writingwhen m using this i il get url like this http://localhost:10869/Customerbut webmethod wont call$.ajax({ type: 'POST', contentType: "application/json; charset=utf-8",...
View ArticleAJAX Toolkit Items Not Showing or Working
Server Error in '/' Application.'MsAjaxBundle' is not a valid script name. The name must end in '.js'.Description:An unhandled exception occurred during the execution of the current web request....
View ArticleIssue with the Update Panel after deploying to the server.
Dear all,I have an issue with update panel. I have a code a gridview. For refreshing issue, i had put the update panel outside the gridview. All these codes are inside tabcontainer.When i run the code...
View ArticleAuto Complete Extender with Images and Text
I want to impliment Auto Complete Extender with Images and Text ....inside an auto complete extenderfor eg... Like in Facebook....using web method and without JQueryPlease, help me fast
View ArticleRegister Ajax tookit
Hi,I have installed the Ajax toolkit and also registered it in the web config file (attached). However, when I try to use one of its components (like ToolkitScriptManager and CalendarExtender), I get...
View Articleis it possible to display data reurned by autocomplete extender in asp.net...
what i want is to display records returned by autocomplete extender in a listbox , not like the way it returns the records. is there any way? Please help. thank you.
View ArticleDropdown loading using ajax
hi, <select id="drp_Type" datavaluefield="0" runat="server" required/> when i load drop-down using ajax showing error in webmethod$.ajax({ type: "POST", contentType: "application/json",...
View Articleknockoutjs can not show data
<div class="post-text" itemprop="description">I am following this "http://www.dotnetcurry.com/ShowArticle.aspx?ID=933" thread to to show data on table using knockoutjs,but the table is empty...
View ArticleDownload Excel sheet from Server without Excel Installed
HI All, Is there any way to download Excel in local Machine through application from Server without Microsoft Office installed in Server?? Is there any way to achive this?? Thanks in advance..
View ArticleAsyncFileUpload uploads twice
Hi,I have a working AsyncFileUpload and the AsyncFileUpload_UploadedComplete function gets called and then I save the file with a filename from a TextBox on the same page.This Textbox is also used in...
View ArticleDue to Postback on Tabcontrol, edit events do not fire
Hi,I have a tab container and multiple tab controls. In each of these tab controls, I have a formview and a gridview respectively. On page load event, I am loading the controls on the first tab in the...
View ArticleAjaxControlToolkit 4.0 VS 2010 No Source Available error
I coverted a VS 2008 project to VS 2010. I then downloaded and installed the AjaxControlToolkit for .net 4. When I run in debug mode I get an the following error. Any suggestions would be...
View Article