HTML Editor clear formatting when pasting text
Hi,In my website I need an editor to allow just some basic font editing. While it is easy to remove various buttons in toolbar used for content editing, how do I clear the formatting when a user pastes...
View ArticleDropDownList
HiI want code for, when i selecte table name from dropdown list so tht can be open complete table entries in gridveiw but in new web form i dnt knw how to do it, the dropdown list is binded with table...
View ArticleAjax FileUpload questions
I've got a few questions I'm hoping someone can answer for me...1) Is there a way to check file size before the upload event triggers? So far I have only found ways to check it after the upload is...
View ArticleUpdate tabpanel header template
HiI am using a tab container with 8 tab panels inside, each containing an update panel. Each of the panels contains a form and I would like to display an image on the tab to indicate successful...
View ArticleLoading overlay on each postback to avoid multi clicks
Hi,I need to show a Progress image in my application whenever a postback is trigger in a page. (Want to set as Global in the application).Search using google not get any proper common way to apply in...
View Articlepie chart in ajaxtoolkit with asp.net
Hi,I am new to pie chart, but i have a pie chart in my aspx page.<cc1:PieChart ID="PieChart1" runat="server" ChartHeight="300" ChartWidth = "300" ChartType="Column"...
View ArticleOpen Notepad.exe in published site
As per requirement we need to open Notepad on button click.In development enviournment we are able to achieve the same. but with hosted site when we click on button page is postback and notepad.exe not...
View ArticleC++/C# Programmer Needs Web Advice
I've spent most of my time programming C++ and more recently C#.I need to develop a web page to process a PayPal IPN and perform a few basic tasks (email etc.).I've started learning ASP.NET and...
View ArticleAjax Toolkit does not appear correctly.
i am new in asp.net and i am working on the thing where i had to add HTML Editor(Ajax Toolkit). but it does not appear correctly. Click [here] (http://s24.postimg.org/56f3vdv0l/error.png)! I used this...
View ArticleLearning ReOrder Lists AjaxToolKit 4.0
ok I am stumpted I have searched through and read coding for this and I don't understand what I'm missing. The list posts back but will not update the MSSQL database. It's bound to be something simple....
View ArticleI am having a hard time getting the format of this code correct. PLease help?
I hope several of you super AJAX/jQuery geniuses can help me out here.I have this code:$.ajax({ type: "POST", url: "proxyCheck.asp?token=" + myToken.Token, data: { data: JSON.stringify(myData) },...
View ArticleIE 11 layout issues in website
<div class="body">Hello,We have an existing web site (developed using ASP.NET framework 4.0) which is working fine in IE 10 after instalingHOTFIX patch but it gives layout problem in IE 11...
View ArticleAjaxFileUpload and Diacritics
Hello all,I have the following issue.I am using AjaxFileUpload to upload multiple files to my sql database;If my filename includes diacritics the content of my file is broken.If my filename doesn’t...
View ArticleAjaxControlToolkit error, Collection was modified; enumeration operation may...
We have a production web site that we recently upgraded to the July 2013 release of the Ajax Control Toolkit. Since then, we're seeing an unhandled exception in the application event log. There doesn't...
View Articlelimit dragPanelExtender dragging area
hi,i using dragPanelExtender to drag my controls.can i limit my dragging area for the control?for example inside this div tag or inside this control panel only?
View ArticlePostBackTrigger And FileUpload and Textbox
Hi All,I have a a master page with upload panel and hence all the control on the pages in under the control of the update panel.In order to upload file i need to have post back trigger as per...
View ArticleRe: HtmlEditorExtender (ASP.NET): Key cannot be null. Parameter name: key
There are many posts on various forums that state that you need to add a couple lines to your web config to avoid this error. MOst refer to the<sanitizer...
View ArticleTabPanel ignoring the tab I change to on postback
Hey folks, I know this has to be one we have all seen a time or two. I'm trying to get my gridviews to not flicker when there is a partial post back so I'm using AjaxUpdatepanel with a timer as the...
View ArticleProblem Removing Date From Textbox w/ MaskedEdit and CalendarExtender
Working on an existing project that's passed through several hands. Several pages have fields set up like:<td align="left" colspan="5"><asp:TextBox ID="txtDD1AppDate" runat="server"...
View ArticleEditor box text is always blank
I'm trying to retrieve a value from an editor box when the focus changes using ajax. I want to pull that text and send it as POST data to my handler.@using (Html.BeginForm()) {...
View Article