asp.net ajax conflic between the editor and the other ajax controls
Dear coders,I'm working on a page which if I place ajax edtor + autocomplete extender then both of them will not work ! the autocomplete externder will stop suggesting results and the editor will show...
View ArticleReal time Chart
Hello Everybody!!I will create a Real Time Chart with an AJAX - Timer and with an Updatepanel.My Code: ASP to create the chart<asp:UpdatePanel ID="UpdatePanel1"...
View ArticleCalendarExtender Updating Two TextBox Objects
I am trying to figure out how to get the CalendarExtender or some other functionality that can operate with the CalendarExtender to update two textbox object. I need the CalendarExtender to update the...
View ArticleDisable paste in HTML editor
HiI want to disable cut, copy and paste in HTML editor. For HTML mode I have put this code // For HTML mode$('#<%=editor.ClientID%>').find('textarea').bind("cut copy paste", function (e) {...
View ArticleScriptResource.axd Loaded By One Custom Control and Unloaded by Another?
I have a server control library for my companies internal website. I have two controls. The first is a date control which registers the following javascript resources from the library: jQuery,...
View ArticleExtender controls may not be registered before PreRender
I am using AjaxControlToolkit in my master page. Everything was working fine. 3/4 days back i found that i cannot run my project it's showing following errorExtender controls may not be registered...
View ArticleASP.NET AJAX Sys.webserver settings ?? for .NET 4.5 and IIS7
I am calling pageMethod in codebehind of aspx page. I get the response for whole page instead of webMethod response. Also, I tried calling the same webMethod using jqueryand got the whole page as...
View Articleprogress bar show # of Item Inserted
Hi,I have a class that Inserts multiple rows in to the database. How can I Increament the value/length of the Progress bar base from the ExcuteNonQuery ? Like1/10025/100. . .78/100Thanks
View ArticleUsing of autoComleteExtender
Hi,I'm using autoCompleteExtender and I want to know how to eliminate users from typing words that are not in the suggestion list. For example if I type in the textbox 'ab' I'll get this list for...
View ArticleAjaxFileUpload Error after Upload Files with Double-Byte Character Name
Hello, I have the same problem like http://forums.asp.net/t/1904733.aspx?AjaxFileUpload+s+problem+Version+7+0429+I use AjaxFileUpload in my webform.I tried to upload image files.Some files with Chinese...
View ArticleAutocompleteextender in Touch Devices
I am using Autocompleteextender its perfect in Laptop, but in Touch pad if user select an item, at the back end its working fine, but the view selects all the item. In Laptop...
View ArticleProblem with TextBox+LinkButton+GridView inside UpdatePanel
In theory I understand what's going on but I can't find any working solution. I'm not very experienced ASP.NET developer.I have a FormView which contains some field in EditTemplate. I want to use...
View ArticleJavascript error - 'Array' is undefined
I have an intermittent problem that I think is related to use of the Ajax Control Toolkit. Incidentally this is a non-public website running on ASP.NET 4.0 which is only required to support IE10+...
View ArticleHtmlEditorExtender copied email content from outlook
I'm trying to use the HtmlEditorExtender to gather feedback from our applications. It works fine for formatted stuff that has regular tags copied into it. But when I copy something from an outlook...
View ArticleAutoCompleteExtender problem
I am using the AutoCompleteExtender and I created a web service inside my web project and it works, but my problem is this: I need the web service to be aware of the selections made in the UI before...
View Articletimer redirect to hta from asp.net page
Hello,I have the following:ajax update panel. Inside it, there is an ajax timer.In the Timer_tick there is a Response.Redirect("MyPage.hta")The problem is that the timer fires only once. After the...
View ArticleAJAX slide show effects
HiI use SlideShowExtender to do the slide show on my page.Is it possible to do effects between slides with it?Thanks,
View ArticleExtent the HTML Editor ?
I would create a file browser like CKEditor's oneThe file browser is mostly done and i add a custom button to html editor , but how can i insert the url back to html editor?For example, imagine the...
View Articlerequired field validators not firing when using ajax controls
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="ReviewAdd.aspx.cs" Inherits="TailspinSpyworks.ReviewAdd" %><asp:Content ID="Content1"...
View ArticleProblem in pasting MS-Word content in ajax Editor
I have below text which when i paste in ajax Editor removes numbered-bullet. On checking HTML view, i found some other tags were added.ICAS release 2.4 is in effect; summary of new features / changes...
View Article