how to use UpdatePanel in an ascx control ?
I want to use UpdatePanel in my ascx control in which I have my menu like this:<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Menu.ascx.cs" Inherits="UserControls_Menu" %><%@...
View Articlepopulate gridview inside BalloonPopupExtender inside other gridview
Hello all -- I've spent considerable time playing with this over the last few days and have barely got anywhere. I have a gridview created from 2 dropdowns selecting county and class. On class...
View ArticlePOPupcontrolextender error in IE8
I'm trying to use the 4GuysFromRolla post (http://www.4guysfromrolla.com/articles/071107-1.aspx). Works great in IE9, SAF 5.1.7, FF19, CHR 26, but gives the "A script on this page is causing IE to run...
View ArticleRefreshing parent gridview from modalpopupextender
I have been grappling with the following issue for quite a while now.Situation: I have a myreviews.aspx page which displays a grid of employees and column1 shows the status of a paricular document...
View ArticlePartial page renders as a new full page
MVC 3 , ajax, c#My partial view is rendering as a new page instead of replacing the search results table.Controller:public class SearchController : Controller { // // GET: /Search/ private myEntities...
View ArticleAre Calendars Keyboard Accessable
Hi,Can someone confirm that the Calendars are 508 compliant and that they can be accessed by keyboard ?I am looking at the demo's here:...
View ArticleSetFocus with ModalPopup On Page
I have a simple Login screen with username and password. I have a modal popup that informs the user of incorrect login if their login details are incorrect.When i enter the username and password and...
View ArticleUpdatePanel and GridView button paging
Hi,I have a gridview in a visual webpart. This gridview is periodically refreshed every second.To do that, I used an updatepanel and a timer as follows:<asp:UpdatePanel ID="UpdatePanel1"...
View ArticleProblem with dynamically created nested UpdatePanels
Hi,I'm having some problems with theese updatepanels.How should it work: One update panel with an empty tabcontainer.Button clicked calls asyncpostback that first clears tabcontainer tab...
View ArticleRoundedCornersExtender Causes Panel to have Scroll bars
I have a RoundedCornersExtender on my page and in IE8 causes the panel to reduce in size and makes it scrollable. Why is there just so many issues these days with the different browsers and even the...
View ArticleRunning Code after Webservice complete
Hi, I have created some cascading drop down lists using Ajax, which are populated using a webservice.after they are populated would it be possible to run some code?How can I run some code when the web...
View ArticleHow can I remove the border in linechart?
I have tried with width=0 but there still is a border on the left.Also tried borderstyle="none"My version of ajax is 3.5.7.123
View ArticleShow log out button when user is login
i have a login form in whcih log out is visble but i want to show logout when current user is login...
View ArticleHTMLExtender - URL popup does not insert link
Hello, When I click the create link button on the HTMLExtender, it does not generate the link. If I type in "www.cnn.com" on the text area, it will generate the link. When I click the create link...
View Articleset text of a htmleditorextender
Hi,I'm trying to set the value of a textbox with htmleditorextender with js.I have this code:function ValidatePayment() { var hiba = 0; var eloleg = document.forms["adv_paym"]["txtElolegosszeg"].value;...
View ArticleASP.NET Ajax client-side framework failed to load and "Sys" is undefined
Please help !!I created a very simple Web-site in Visual Studio Express 2012 running under Windows 8 Pro 64Bit. When I start the application I get the above mentioned error messages. My application...
View ArticleAjax ModalPopup wrong display in IE8
I have a problem with the modalPopup control when I use it on IE8. The panel which is need to be popUp is already poped up.As it suppose to look like ( in newer browsers than IE 8), there are panels in...
View ArticleWhere can you download the MS AJAX js file(s).
I went to the previously referenced locations http://www.asp.net/ajax to download the MS AJAX library. There was no MS AJAX download. They hadthe AJAX Control Toolkit. JQuery, Microsoft AJAX CDN and...
View Article'toLowerCase': object is null or undefined in DomEvent() function
I have developed a web app in Visual Studio 2008, and when I run I consistently get the following error:Microsoft JScript runtime error: Unable to get value of the property 'toLowerCase': object is...
View Article