How to fire the event when user clicks tab menu on a tabcontainer without...
<div class="post-text" itemprop="description">I am using user control to give a partial updates without refreshing the page and try to update the user control using updatepanel.Inside the...
View ArticleCustomizing the Looks of Buttons in HTMLEditor Control
Hi,I am overriding the "FillTopToolbar" method to add selective buttons to the TopToolbar. I wish to change the active and normal image of the Bold button. something like this var boldButton = new...
View Articlescript manager & other error in he whole project
Element 'ScriptManager' is not a known element. This can occur if there is a compilation error in the Web site. Element 'UpdatePanel' is not a known element. This can occur if there is a compilation...
View ArticleAutocomplete and datatable ?
HelloI have below codes. How can i combine both of them ?Thanks.[System.Web.Services.WebMethodAttribute(), System.Web.Script.Services.ScriptMethodAttribute()] public static string[]...
View ArticleFileUpload.HasFile always false
My FileUpload control's HasFile property is always false even when a file has been selected. I just don't understand it. I should probably add that I have a few updatePanels and updateProgress controls...
View ArticleAjax Calendar Extender not working properly after installing to web server
I am using a Calendar Extender in my ASP.NET application (.NET 4.0) and it works fine on my local machine when debugging, but when I deploy the web site to the IIS 7 server, the calendar is displayed...
View ArticleAutoCompleteExtender won't work
I have search overall for a solution, but it still dosen't work and im really confused.I can start my project, but when i write some letters in my textbox, nothing...
View Articleupdatepanel used for photo detail view
Hi! I have two controls on my page. One is a datalist and the other is a repeater. The datalist displays an image based on a querystring. The repeater displays the images that are in a category. I...
View ArticleCustom Build - WebResource 404
After my latest build of the AjaxControlToolkit source using Visual Studio 2012, the WebResources for the HtmlEditorExtender are returning 404. If anyone has experience building a custom...
View ArticleUpdate Panel Trigger
Hi, I've successfully in the past created update panels with triggers, so when a dropdown box is changed it updates the panel.I've now changed a DropdownBox on a page to a TextBox, and attached a...
View ArticleFileUpload.HasFile is always false
My FileUpload control's HasFile property is always false even when a file has been selected. I just don't understand it. I should probably add that I have a few updatePanels and updateProgress controls...
View ArticleModal Popups take a long time to fire...
...on the application I am working on. How can I go about indicating that something is happening on the screen so my users don't hit the button to open and shut them 10 times?
View ArticleWhy AJAX Rating control doesn't work?
Hi, this is my code snippet:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %><%@ Register Assembly="AjaxControlToolkit"...
View ArticleIssue with the Gridview not rendring in the runtime.
Hi , I have page in that page i have few controls, that are in top i have AsyncFileUpload control, below 2 buttons, and below the button controls i have gridview.Process : while upload the...
View ArticleHow to select a value from CSV in an asp.net ajax toolbox autocomplete and...
I have used Ajax toolkit autocomplete working fine using the following asp.net and C# code.<asp:UpdatePanel ID="updPnlMedicineName" runat="server" ><ContentTemplate> Name<br...
View Articleajax calander control not appear under TextBox Bottom
Hi,In my web page i am using calandar control for dates. But when i click on the textbox calander control appear upper left corner of the browser. No css attach to the textbox and also for td. Here is...
View ArticleProfile in HTML and asp.net
My problem is once the user is logged in how his name and a "logout" link.how i wirte sp and code..any one tell me
View ArticleHow to make site multilingual
Currently, I am writing web site, using ASP.NET, C#, and I wonder how can I make it multilingual, I mean in Russian, English and so on...Thanks in advance
View ArticleMove results from success: function (data) { to variables
I have returned some data from an Ajax call and displayed it in an alert. All the data is there.success:function(data) {alert(data);Looks like this...
View ArticleCreate whole controls and contents of UpdatePanel dynamically
Hi,I need to create whole contents of UpdatePanel2 dynamically on button click. Is it possible to create replica of all controls (including table, label and requiredvalidator)? There are around 25...
View Article