How to retrieve value from a GridView or List in a Modal Popup when user...
I have a Modal Popup being displayed as a result of clicking on an ImageButton in a call in a GridView. The Modal Popup can either show a List or a Grid (I haven't decided yet) and the user can either...
View ArticleHow to determine which GridView row contains the cell that invoked a Modal Popup
I have a GridView whose rows contain an ItemTemplate with an ImageButton among other template definitions. The ImageButton causes a Modal Popup to be invoked. (See:...
View ArticlePage get reload after 2mins in Chrome and Firefox
HI All,I am using RadAjaxPanle my aspx page and it is working good in IE. But in chrome after 2 mins idle time if any post back(submit button click, autopost back dropdown selection change) is happened...
View ArticleActiveTabChanged Event Only Fires When TabContainer Control set to...
Ajax Control Toolkit (Dec 2013). ASP.NET Framework 4.5.I am having a devil of a time getting the tabcontainer control to work as needed. First, I found that only when OnDemand="false" does the...
View ArticleAsp.net ajax webservice not working In first call
i have created webservice and i will call this webservice from javascript in asp.net. When i run this in local its is working fine, But when it moved to the production and accessing the page using...
View Articledropdown list inside the gridview is showing error like drop down list has a...
Hi,I have a drop down list inside the Grid View That list will get loaded based on selected filter criteria. First time it is getting loaded correctly and next time it is not loading but throwing...
View ArticleHow to return 1 single key value for a AutoCompleteExtender that displays...
Hello,Can anyone help me figure out how I can grab a single key value when a user selects the desired row from a AutoCompleteExtender control with multiple fields?The example I am looking for is when...
View ArticlePlacement of Javascript in Asp.Net Page with Ajax Controls
Windows Server 2008 R2. IIS 7. Visual Studio 2012. .NET Framework 4.5. Ajax Control Toolkit (Dec 2013).The following JavaScript worked on an aspx page prior to the addition of a Ajax tab control....
View Articlesometimes I get a listsearch extender exception
Hi!I've an asp.net 3.5 application which uses the latest ajax control toolkit available for 3.5 (December 2013). The application works fine but I sometimes get an exception with a listsearch extender...
View ArticleHow to crerate slide show with AJAX?
Hi,I downloaded Ajax Control Toolkits 4.5 and created a slide show with slide show extender. But it doesn't work.this is my code and web services [WebMethod] public Slide[] GetSlide() { Slide[] mySlide...
View Articlewhy is this happed?
Hi,I created an master page and design a asp: menu inside this page,and created a slide show with asp.net slideshowExtender in default page "mainContent"and run this page and my mouse pointer go on...
View Articlehow to access folder in side a folder?
Hi, I created slideshow with ajax slide show extender and I can display images in folder images in root with this codestring path = HttpContext.Current.Server.MapPath("~/images/");with this code I can...
View ArticleAdding AJAX Control Toolkit Visual Studio 2010
I downloaded the December, 2012 version of the AJAX Control Toolkit and followed the instructions in the link below to add the AJAX Control Toolkit to the Toolbox . This was successful, but I am...
View ArticlePoor performance of a GridView within an Update Panel
We are having a problem with this setup when we have more than 500 rows in the gridview.The business requirement does not allow us to do paging as we are replacing a classic ASP app and have to match...
View ArticleHandling "No Responce" Error
There is a heavy traffic on our servers from 11:00AM to 2:00PMIs there any way to show any appropriate error message when there is no response from the web server to the client ?Your prompt reply would...
View ArticleAjax Tab Container & Tab Panel
I have three tabs but the third tab doesn't work like the first and second when I click the tabs. Before worked with the first, second and third tabs , and now the third tab stop working????? Why?
View Articledropdownlist with two levels...
hi guys, i wonder how can i generate dropdownlist with two levels.. similar to the below image.. tq
View ArticleAjax controls
I am using asp.net web form i my application.ajax controls are not working prperly in my application just like calender extendar. What should I do to resolve it? Everything is perfect but is not working.
View ArticleUpdateProgress stops when rendering page
We have an UpdatePanel that contains a gridview that may have 1000 rows. This can take a long time to render, and by working with MS support we've confirmed that the data retrieval is quick, but it is...
View ArticleAjax Accordion - Expand one pane at a time
Hi All,I am using Ajax accordion, My scenario is only one pane needs to expand at a time others should be collapsed. How can I handle this scenario?Thanks
View Article