AJAX too slow
HiI build an asp.net website.on development invornment it is goodbut after i published it into problex.com it became toooo slowwhen i click on + Add new problemit takes alomst 10 seconds to...
View Articleasyncfileupload refresh and reload datalist problem
hi,I have a wizard control and in one wizard step i have an AsyncFileUpload and a datalisti need to load the datalist after asyncfileUpload uploaded the filebelowe is my complete code which i got from...
View ArticleAjaxFileUpload not working while in visible state is false when page loads
Hi,I have placed AjaxFileUpload in visible state while page load and placed inside a UpdatePanel. Trigger will raised the AjaxFileUpload to visible state when clicked on a button. Everything works...
View ArticleNot to let selectind and copying the text
Hi, I am filling gridview from DB using <div id="DIV_HelpAdv" class="readmore innerTextStyle" runat="server"><%# Eval("Body")%></div>and now I want not to let anyone to copy and even...
View ArticleAjax Website working fine in Chrome and Firefox but not with IE 8 and 9
Hello,The following code is working fine with Firefox and Chrome, which is, when I click on the first radio button it postback and keep the value but in IE it is not keeping the value. Why is it...
View Articleajax caleder not working in modalpopup extender
i use modalpop extender and in the panel i have textbox with calender but its not working
View Articleusing the htmlEditorExtender safely - I can't protect vs XSS using the...
I want to use the Ajax HTMLEditorExtender. The webpage on it strongly recommends protecting the website that uses this, from XSS (malicious scripting). So they say to modify the web.config as...
View ArticleASP.NET conditional ConfirmButtonExtender
I have a button on my page (with ajax ConfirmButtonExtender).If on the page the user has selected over say, 1 million rows of data (this is calculated in the code-behind), when they then click on the...
View Articledesignation
i have a project which is doumnet management systemin this i create table which is desginationdesginationIDDesginationTypeIn DesginationType what i add ....is it director,mananger or something else..
View ArticleAuto Complete extender is not working in gridview item template field .
Hi all, i have one gridview in it's item template i have taken textbox named as txtProjectName,and i want to make it as auto complete textbox, below is what ia have done. :-asp:GridView ID="gvDetails"...
View ArticleRE: How to attach javascript event for CalendarExtender Previous and Next...
I want to attach an event to the Previous and Next arrow buttons in the Calendar.
View Articleextremely basic question about ajaxControlToolkit
I find that I can install ajaxcontroltookit (by downloading from codeplex to my local PC), and I can open Visual Studio and create a tab in the left panel and right click and select "choose items" and...
View ArticleAjax control extenders will only render when browsing to localhost
I have a VS2012 ASP.NET web application that is using the Ajax Control Toolkit. I have added the Ajax Control Toolkit using NuGet package manager to the project. I have button controls that are using...
View ArticleUpdatePanel inside ListView
I have a web page with a TabContainer control in it. The master page has a Toolscript Manager on it for use in all the pages. I have a ListView inside one of the tabs of the TabContainer and would...
View ArticleComboBox Demonstration not work in FireFox
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ComboBox/ComboBox.aspx
View ArticleWhy does this code work in server-side code, but not in a class?
Using ASP.NET 3.5 created in VS 2008I have code that builds a message box, that was written by a former co-worker. I use it on all my web forms where I want a message box. it works perfectly when the...
View ArticleJavascript error using AjaxFileUpload, Updatepanel and repeater with button...
Im building a AJAX file uploader tool using the AjaxFileUpload control and then displaying the uploaded files in a repeater in an updatepanel along with buttons to then remove each file from the...
View ArticleGoogle Maps Marker show popup from server side. how?
I'm using google maps in my site with markers.When a marker is clicked, I'd like to display a popup.this is easy, my problem is that the popup needs to be updated from the database before and the popup...
View ArticleAjaxControlToolkit PieChart Not Rendering Properly
I recently posted a question over on Stackoverflow and wasn't able to get a response from the community.Is there a bug with the AjaxControlToolkit's PieChart, or am I forgetting something? Using the...
View Article