AsyncPostBackTrigger not firing
Basically, I have a div "Regerror" that will show when the button "sb" is clicked. The Regerror div isnt showing when the button sb is clicked but its posting data to database as normal. cant seem...
View ArticleCould not load file or assembly AjaxControlToolkit or one of its dependencies?
Hi there,We've got a folder called /whatever2011 on our site that contains some forms (as well as folders called 'App_code' and 'bin'). Those forms work just fine.Now we need to have slightly adapted...
View ArticleHow to clear values in tabs without active tab in ajax control?
In my web site having ajax tab control with four tabs.Each tab having textbox controls ,buttons and grid views. My question is if tab1 is in activate, then i should clear the textbox controls values...
View ArticleUpdate Progress on Page Load - not postback
I am creating a asp.net page but the ListView within it takes 4-5 seconds to load. So, I want add a update progress control to display a message while the page is loading. But this needs on page load...
View ArticleCross browser compatibility
What is the current commitment for cross browser compatibility for the Ajax Control Toolkit?
View ArticleSet TextBox with HtmlEditorExtender to Read-Only
Is there a way to set a TextBox with an HtmlEditorExtender to read-only?Setting the sever-side property "ReadOnly" or adding a "readonly" attribute to it in code-behind doesn't have any effect.
View ArticleUsing class in masterpage
HiI have a master page called basemasterpage which has a modalpopextender called mpuEmail<asp:ContentPlaceHolder ID="mainContent" runat="server"><asp:UpdatePanel ID="UpdatePanel1"...
View ArticlePageRequestManager pageLoaded event only works the first time?
I have code to capture the control with the current focus on pageLoading and set the focus back to that control on pageLoaded, but it only ever works the first time, not the second. For example, I...
View ArticleASP.NET AJAX not working after publishing the website online
AJAX controls stop to work when I published the web site, before publishing online, everything works fine and the web site was installed locally on server, I tried with many suggestions but nothing...
View ArticleVS2012 project does not register AJAX libraries
Having an issue with javascript errors after adding simple Ajax controls (ScriptManager, Timer, & UpdatePanel).I can remove the Ajax Controls (via commenting) and the errors go away. Add them back...
View ArticleChange color of a particular cell in datagrid based on requirement
Hi,I'm using .netwith sharepoint site .now i'm using DataGrid , what is my requirement is in my DataGrid i'm displaying the Drawing's related information when it's created and when it's released &...
View ArticleHoverMenuExtender customizing popup window position
I am using the HoverMenuExtender control inside a GridView. Everything is working fine except users are complaining that the hover menu pops up outside of the page when they hover over an item in the...
View ArticleGridview with ConfirmButtonExtender & ModalPopupExtender issue
Hi all:I have a web application that allows the user to download files, once they say ok to the terms and conditions. This works, but there's an issue where sometimes, the CommandArgument of the...
View ArticleMultiple update panels execution simultaneously
Hi Folks,I have a requirement where I need to load data in a page from database. It is a huge page and there are many stored procedures because page has different sections.I planned to keep all the...
View ArticleMultiHandleSliderExtender and Tabs
Hello,I have a compatibility problem between the "MultiHandleSliderExtender" and "TabContainer".When I put a "MultiHandleSliderExtender" inside a "TabContainer" I have an error message "Microsoft...
View Articledisplay Calendar based on date in textbox
How to display calendar of month whats in textbox rather than display recent month calendar by default inCalendarExtender control? Thanks,
View ArticleUpdatePanel "Error On Page" When Another IE Browser Window Is Opened
I am trying to us a simple UpdatePanel (UpdatePanel with a simple button and a label to return time of day). The UpdatePanel runs fine until I open a second IE browser window. When I return to the...
View ArticleClient side find in checkboxlist
Hi allin my project (Asp.net web app) i have checkboxlist with many items , so i need to use something like AJAX find in list Extender How can i do it withcheckboxlistor java script (Client side find...
View ArticleajaxToolkit ComboBox don’t work with firefox
I use the ajaxToolkit ComboBox with following code<ajaxToolkit:ComboBox ID="ComboBoxPoli" runat="server" DataSourceID="SqlDataSourcePoli" AutoCompleteMode="SuggestAppend" DataTextField="Poli"...
View ArticleHow to get value in a textbox inside modalpopup extender which is inside a...
Hi,I have a gridview with an approve button.when i click on approve button a modal popup will open.inthe modal popup i will add some commnets and i will click on another button.I need to get the...
View Article