Problem with the dynamic checkboxes bound inside the checkboxlist placed...
Hi,I have a mulitselect dropdown usercontrol used in another user control five times which are all placed in a single update panel, as per the requirement when the first control is selected, based on...
View ArticleAjax TabContainer - UseVerticalStripPlacement="true"
Hi AllCan anyone please throw any light on to why my tabContainer is still displaying horizontally?<asp:tabcontainer runat="server" OnClientActiveTabChanged="ActiveTabChanged" ID="tabContainer"...
View ArticleAccordion Not Working
I'm using VS 2012, downloaded the Ajax toolkit and followed this tutorial http://www.asp.net/ajaxLibrary/act_Accordion_Simple.ashx (Create a Simple Accordion). I built and ran it and it says in VS,...
View ArticleTexbox OnKeyPress event thru javascript executes a button click event
Hi. I have an application consists of 2 textboxes, 2 buttons, a modalpopup extender. Button1 and Textbox1 is in a modalpopupextender that is shown when a button is click (not shown here) I added an...
View ArticleUpdatePanel with Ajax Took Kit TabPanel revisited
I know there are a number of posts regarding similar issues but I've reviewed them all and my markup and can't seem to find a resolution. I have the markup below for one of my AjaxToolKit tabpanels....
View ArticleWhy would a modalpopup appear centered except when prompted by a...
I have a modalpopup that appears whenever there is processing running on a page.In the MasterPage<div id="Progress_Update_Animation" ><asp:Panel runat="server" ID="Panel_ProgressUpdate"...
View ArticleBinding Data to Accordion in Repeater Control
Hi, Is it possible to bind data to accordion control inside a repeater control? I am trying, but the page doens't display the bound values. Following is the example: <asp:Label ID="Label1"...
View ArticleAssigning data to the dynamically added textbox
Hi,please help,How to assign the values or data to the dynamically added textbox from another control.string id = "txtLoggedinUserTimeZone"; // id of the dynamically loaded textbox from dbstring...
View ArticlePopup page redirection and show notification
I need to open a modal popup page from a buttons click, and on that page based on some user input and post some computation logics I need to redirect to other pages. This is in context to Share Point...
View ArticleCreate FilteredTextBox Control
I have a ListView named lvSchedule and I want to be able to conditionally create an ajaxcontroltoolkit FilteredTextBoxExtender control in the ItemTemplate possibly in ItemDataBound event. Is that...
View ArticleSys.WebForms.PageRequestManagerServerErrorException: An unknown error...
HI,I am getting the below error when i try to update the text <d907> to the database.Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the...
View Articlehow to return dynamic array from web-services using ajax ?
Hi,I need to return newData array from web-services which is in code. how could i get it?below format i need to return from web-services.var newData = [['Year', 'Sales', 'Expenses', 'Other'], ['2004',...
View ArticleWhen I click on my comboBox, the list items show inches away from the...
When I click on my comboBox, the list items show an inche away from the combobox. I have messed with rendermode, padding, all kinds of things. And nothing changes.Any ideas?
View ArticleLosing the viewsate values on the pageinit
Hi,please help.Losing the viewsate values on the pageinit and pageloadHow to I get the set of values even after pageinit.please give me some ideas.Is there is any possible ways to have those datas...
View ArticleWith a combobox, how can I have the list items in the dropdownlist...
I want to programmably have the items in a combobox show without having to click on it. How can I do that (vb)
View ArticleHi all of you Saving value in session to cookie in asp.net
hi I am using a session cart in my asp.net project. when user open my website he use it when he closed the browser and open my website after some days i want to start his previous session from to mid...
View Articlemodal popup show quit working..
in order to display a bulleted list of validation errors on a modal popup I go through a validation method before inserting a record into SQL Server. When you hit the save button it goes through a...
View Articleplease help my ajax drop down list mouse hover animation is not working
Hi All,I am trying ajax drop down list.My two drop down works perfectly.But 3 rd is not working.I tried many ways but its not working.Below is the code.<asp:Content ID="Content2"...
View ArticleCannot See Ajax Controls
Windows Server 2008 R2. IIS 7.x. Visual Studio 2013 Ultimate.I brought an "old" web site up in VS2013. I added a tab to the toolbox and populated it with the Ajax Control Toolkit. However, the tab...
View Articleajax autocompleteextender not working
Hello and thanks for reading this.Im trying to use the ajax autocompleteextender. I have installed ajax using the Manage NuGet system in VS13I have connect everything according to guides but the events...
View Article