Delayed Calendar Extender
Our users are experiencing a noticible delay of the pop-up ajax toolkit calendar when they click on the date textbox. When we do it in our test environment it is much faster. Is there anything that...
View Articleupdate panel vs ie 10
I am using the following code.But whenver i open the following webpage with below code I loose focus in evry 1000 ms.can anyone help me to resolve this isse<%@ Page Language="C#"...
View ArticleWhy tab font size in not changing in runtime?
I'm using ajax tab control and trying to increase the tab font size but not working in runtimePlease suggest wehere i'm doing wrong? .tab { margin-left :100px; font-size...
View ArticleHandler was not added through the Sys.UI.DomEvent.addHandler method. (a...
The following is a solution to the above error I encountered. Hopefully I can save others with a similar problem from endless hours of sifting through unhelpful answers.I searched and searched and only...
View ArticleAJAX Modalpopup Control Close issue
Hi,When I Use any server side event within popup Control means automatically popup is closed, I need some server side event with modal pouup
View Articledatalist not visble when in usercontrol
I have a user control.Inside that user control is an updatepanel with a datalist control. <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="attachments.ascx.cs"...
View ArticleToggleButton doesn't toggle when set in code
I have a toggle button that works fine, applied to a CheckBox (ToggleButtonExtender). When I click it, the images change and everything works fine. I have a situation where I need to set the Checked...
View ArticleGet "short date" using Ajax
I am trying to get my DisposedOfDate to be returned a short date in the format dd MMM yyyy List<Hardware> hardwareitems = new List<Hardware>(); foreach (DataRow row in DSet.Tables[0].Rows)...
View ArticleHow to display autocomplete extender for a textbox inside a nested repeater...
Hi,How to display autocomplete extender for a textbox inside a nested repeater controlin asp.net C# ?
View Articleasp.net ajax client-side framework failed to load
Hi,I am facing this issue in following case.I have deployed the application on IIS using SSL certificate, every thing is working fine if we access through IP address. When I use internet address...
View ArticleHow to Close Modal popup from another page which is inside an iframe
Hello Everyone,I have a Main Page, A. It has a modal pop up extender and an panel. Inside Panel is an iframe whose source is an another page B. Page B has user controls which is set visible /invisible...
View Articlehello everyone i need help...How can show updateprogress on page load while...
<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager><asp:UpdatePanel ID="Up" runat="server" UpdateMode ="Conditional"><ContentTemplate ><asp:Button...
View ArticleUpdatePanel on Page Load
Hi,i have a ScriptManager and an UpdatePanel on my Page. Inside the UpdatePanel i have an LiteralControl.I need the following:1. On Page Load i do a long running operation.2. In this piece of time i...
View Articleajax extenders not working at all with no errors
Hello,I am trying to simply get colorpickerextender to appear. I am using the code below. when I browse the page in any browser(tried chrome, ie,and firefox), and click on the textbox nothing happens....
View ArticleAutopostback=true
Hi,I have a radio button list which gets binded from database. I have <asp:UpdatePanel runat="server" ID="updHow"><ContentTemplate><tr ><td ><asp:Label runat="server"...
View ArticleNo updatemode with detailview in updatepanel
Hello, I have a detail view in a updatepanel. The trigger is a treeview. When i want to update the data a can't see anything.*.aspx<%@ Page Title="" Language="C#" MasterPageFile="~/AdminSite.Master"...
View ArticleHaving 2 Update Panel
This is my code<%@ Page Language="C#" AutoEventWireup="true" CodeFile="twoUpdatePanel.aspx.cs" Inherits="twoUpdatePanel" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticlePop up not showing when select option is pressed in the DrpProdType
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AjaxDemo.aspx.cs" Inherits="WebApplication1.AjaxDemo" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head...
View ArticleI've Countdown Timer. But, If REFRESH PAGE - The timer is initial.
This is my code<%@ Page Language="C#" AutoEventWireup="true" CodeFile="twoUpdatePanel.aspx.cs" Inherits="twoUpdatePanel" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View ArticleMultiple file upload without upload button...
Hi there,I was curious if anyone had some example code where hitting the browse button and selecting a file will fire off an asynchronous upload of the file instead of having to hit an upload button....
View Article