AjaxControlToolkitNet4.5 issue in Visual Studio 2012 Update2 about...
Sorry,my english is not very good,please forgive me!Code:<asp:AutoCompleteExtender ID="txtTrainId_AutoCompleteExtender" runat="server" DelimiterCharacters="" Enabled="True" ServicePath=""...
View Articleerror with ajax autocomple json from c#
The program works on local but not works on server.Why??????[WebMethod]public List<string> GetAutoCompleteData(string prefixText) { ...here is the error: Internal server error 500and also this...
View ArticleVS 2012 Update 2 - precompiling ASP.NET 3.5 site problems
Hi, hoping someone has a solution to this one.... I have an ASP.Net 3.5 site that has had no problems with precompiling on VS 2005, 2008 and 2012, however precompiling after Update 2 for 2012 just...
View Articleauto complete AJAX work different between .asmx and without .asmx file
ServicePath="AutoComplete.asmx"by using AJAX auto complete, what is the differenct with implement.asmx file and without .asmx file run at server side ?
View ArticleCalender Extender inside Modalpopup Delayed display
I have calender extender inside modalpopup works fine in Firefox but in chrome it display after 5 seconds, but its fast when not inside modal popup. I have the latest Ajax, any solution plz....
View Article3 Update Panel Trigger
I have 3 update panel control asp.net which updatePanel1, updatePanel2, updatePanel3. When page load first updatePanel1 will automatically load more buttons ex: button1. When click button1 in...
View ArticleAsyncFileUpload control not showing proper error message
Hello,I have below code for AsyncFileUpload control in one page.<asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate><cc1:asyncfileupload onclientuploaderror="uploadError"...
View ArticleVS 2005 Webservice Client side
I have added weservice in client side using:<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"><Services><asp:ServiceReference Path=""...
View ArticleAJAX CollapsiblePanel control help needed?
I am using an AJAX CollapsiblePanel control but there are some problems?Basically, the panel hides when i click the arrows but doesnt open when I click the arrows again - why is it doing that?<%@...
View ArticleCannot get result from AJAX
I have a file called "index.aspx" and part of the code is as follows:var ServerTime = { get: function(){ var ServerTime = "nothing here"; $.ajax({ type: "POST", url: "Index.aspx.cs/getServerTime",...
View ArticleFilter EntityDataSource throw DateTime.Now In Code Behind Not in Aspx file
i want t make entity data source that bring data from table in db which have startDate and endDate Columns... i want to get data that have the condition the startDate<datetime.now and...
View ArticleAJAX Extensions undefined on open aspx page after upgrade to VS2012 on Win 7...
Hi:We recently upgraded our development boxes from VS2010 on Win 7 32 bit to VS2012 Win 7 64bit. On every legacy Net 4.0 webform solution since the upgrade, we now have the exact same problem on every...
View ArticleChecking for duplicates with Ajax, disallowing form to post
I have a small registration script where a user enters an email address, and on the fly will check to see if the email is already in the database (whereas a prompt will display below the textbox is the...
View Articlesorting grid view by date
hi , i have a gridview with date column and some other columns and i want to order it by date,how i can do it, i searched in google but nothing is clear to meplease i need it step by step as i am new...
View ArticleModalPopupExtender with panel visible and called programmatically
Hi!I am wondering if there is a way that I can have the panel that I am using in the modal popup extender be visible in the natural order of the page.Basically I have a simple email signup form, at the...
View ArticleHTMLEditorExtender HTML View
Sorry for such a simple question but I'm desperate for a quick answer.With the HTMLEditor you could include toolbar buttons to work in Design Mode or view the HTML text. How do you get the same...
View ArticleAjax slider control able to fill up?
Hey all!I need a slider that filles with a different color when you slide with the handle. I have added a custom handle and a custom "empty" rail. Can i somehow add a "filled" rail somewhere?Kind of...
View ArticleMaking a trackbar with 2 railcolors( slider control)
Hey all!Im trying to make a trackbar using the ajax slidercontol. I currenty have it working with a custom handle and 1 rail. However i want 2 different colored rails, one black at the right of the...
View ArticleTabcontainer not visible after AppPool recycling
I have a strange problem that a Tabcontainer suddenly become unvisible.I have now found out that this happens after the AppPool is recycled. Then I have to restart IIS to make it work again.Any ideas...
View Articleusing ajax to display popupwindow
HiHow to display a popupwindow when clicking link button ThanksYok
View Article