button event inside user control is not firing
i have a page with user control which is placed inside a updatepanel. In the user control, i have a server button control. When i click the button control, button control event is not fired in the...
View ArticleGetting the ClientID of ASP.NET server controls in external .js files
Hi,In the aspx webform, I can put this: --- Javascript in ASPX:function methodCompleted(results, context, methodName) { $get("<%=Button1.ClientID%>").disabled = false;...
View ArticleUpdatePanel won't trigger SelectedIndexChanged event when default index is...
I have a RadioButtonList with a default selection (i.e., Selected="true") and AutoPostBack set to true. In addition, I have an ASP.Net AJAX UpdatePanel around a separate control to be...
View ArticleMultiple popup in one form
HiI have to display nearly 200 popup in one web form depending on table status. Could you tell me ? which one will be good approach to do this task?1. shall i design 200 popup in one form?2. shall i...
View ArticleTouch Support in AJAX Control Toolkit
Hi,Does anyone know if there is going to be touch support in the AJAX Control Toolkit for the controls that require it such as Slider? It seems its been an obvious and key gap for quite a while now.If...
View ArticleCan't get ajax controls to compile in visual studio 2012
Problems getting ajaxcontroltoolkit to work in visual studio.I have an old asp.net website (not a projectc) that used ajax. I just have the asp.net files. So I did the following. I created a bin...
View ArticleRowUpdating event not working with AJAX Update panel
Hello, There was no problem before using UpdatePanel. RowDeleting and RowUpdating is perfectly fired with image. But when I wrap my GridView with UpdatePanel the RowUpdating Panel not working however...
View ArticleTreeview/Calendar Control using AsyncPostBackTrigger not working after...
I have an older website (developed in VS2005, .net 2.0) that has uses an asp:treeview and asp:calendar controls with an Ajax AsyncPostBack trigger to refresh an update panel based on the treeview...
View ArticleNeed to disable the script manager on child page
Hi Team,I want to disable the master page script manger on one of the child page. Please let me know if some one know that .Thank you in an advance.Vishal Bedre
View ArticlePasswordStrength configuration regional idioma
Hi, my english is poor sorry , I'm from ColombiaCan I configuration regional idioma "in spanish" for property HelpStatusLabelID thank you
View ArticleNo vertical scroll bar on Accordion
I've got a site that uses an Accordion, it has AutoSize="Limit" and the height is set to 600, however, when rendered, the Accordion div style is set to:"overflow-x: auto; height: 600px; overflow:...
View ArticlePage Slider
Im trying to figure out how to implement something similar to this: http://fluidtheme.tumblr.com/. On the top right hand corner of the page if you hover over the 'tumblr' image the page slides to the...
View ArticleUnable to enter data into a combo box control
Hi,I am new to using Ajax controIs. I have a combo box control on a web page. The control is not bound to a datasource but the items are added programmatically. The way I want the control to work is...
View ArticleAjax Tool Kit Error
Hi Everybody,I m getting this errot when I try to execute my website .Compilation ErrorDescription:An error occurred during the compilation of a resource required to service this request. Please review...
View Articlerefreshing pages with ajax web application
Hi guys , i have web application and i want to reload only part of a page instead of wholefor example on click i want redirect from 1.aspx to 2 aspx but wthe same ith heading and bottom i knnow that i...
View ArticleCode in WebServices for Control Toolkit NumericUpdown
I want to up and down numeric button what is the code for this can help me for do thisplease give code for up or down value in WebServices.asmx
View ArticleMessageBox won't prompt out
Hi all,I have a master page. Inside master page i have doing a loading update panel, pleae see below code:<asp:ToolkitScriptManager ID="ToolkitScriptManager1"...
View ArticleUpdate Progress is not working during file upload
In a page i have multiple file upload under update panel also i have an update progress in that page. When I am uploading files the update progress is not showing. please follow the aspx and aspx.cs...
View ArticleAjax Toolkit is affecting page load timing
HI all, This might be a duplicate thread.yet i am asking,in my page i am using ajax tabcontainer .Everthing working fine.But while testing when i looked into the page load for the first time it is...
View ArticleGet HTML Editor propertie
HiFollowing the example from ajax source code, i have setup a custom button to my toolbar and 2 new properties.property 1 defines if button shows or not ( working ok ) , and property 2 would be a...
View Article