-
Hi, I am facing a problem with using a PopupControlExtender within a UserControl loaded dynamically. Here is what I am trying to do.... I have a UserControl that gets loaded into an UpdatePanel dynamically via code. The UserControl contains a ImageButton on click of which, a Panel is displayed as a popup...
-
Hello, I have a textbox extended with a radiobuttonlist, just like in the demo video on this forum. My problem is that the list displays fine but when I select an item, nothing happens.... I tried about 5-6 different solutions with no success until now :( So here's my code : <asp:TextBox ID="TextBoxCategorie"...
-
Hi, I have a webpages contains customers in a list box, on top of this list box i have label control "Add Customer". When user clicks on this label i am showing a panel using popupcontrol extender. this panel contains all the input textboxes for customer details and a submit button. when user...
-
Greetings. I'm having a problem trying to handle a click event asynchronously from a button embedded in a datapager. Said datapager is also embedded in a listview. And said listview is embedded in an update panel. Here's the markup: 1 <asp:UpdatePanel ID="upList" runat="server">...
-
I have created my own webcontrol using the DropDownExtender to replicate the functionality of a true dropdownlist, including having the hover style always set to visible (so the arrow always appears). This control works fine when added to any page on its own. I am also implementing another control (a...
-
I get an error that 'null' is null or not an object when my page loads the grid and if the user activates one of the popups before all of the popups are loaded. I was wondering if there was a way to load all the scripts before the ui. Yes the LoadScriptsBeforeUI property of script manager is...
-
Hi tried to do exactly as the artile below says: http://weblogs.asp.net/lkempe/archive/2007/01/28/login-control-in-an-asp-net-ajax-toolkit-popupcontrolextender-with-a-close-button.aspx?CommentPosted=true#commentmessage and it works good ubtil i input a wrong username or password.The FailureAction of...
-
I have requirement where I need to pick car model. But I need to do this in Popupcontrolextender (I would like to do inplace selection!!) There is button and label next to it. On clicking button, Panel pops up and provids dropdown to select manufacturer. Dropdown is set to auto postback so on selection...
-
Hi: I am making use of the popupcontrolextendar on an image button click; I mean the TragetControlID for the extendar is an image button. Say my popup is a calendar and after selecting the date I want it to be displayed in another textbox. Is there anyway that I can make use of the existing extendar's...
-
I am trying to use the AJAX toolkit for the first time. I'm running: Visual Web Developer 2005 .NET Framework 2.0.50727 AJAX Extensions 1.0.61025 I get the following error msg when attempting to view a page using the PopupControlExtender: "The control with ID 'PopupControlExtender1'...