Tagged Questions
The dropdownextender tag has no wiki summary.
3
votes
3answers
3k views
AJAX Dropdown extender question
I am using the example on the AJAX website for the dropdown extender. I'm looking to make the target control, the label, have the dropdown image appear always instead of just when I hover over it. ...
2
votes
5answers
1k views
AJAX Dropdown Extender Question
Ok, so I got my extender working on a default.aspx page on my website and it looks good. I basically copied and pasted the code for it into a user control control.ascx page. When I do this I ...
1
vote
1answer
41 views
Display Ajax DropDownExtender with another control
Is it possible to display the Ajax DropDownExtender by clicking something else on the page? Button, ImageButton, Anchor, Image, HyperLink, whatever.
---better explanation---
I have a textbox with a ...
0
votes
0answers
42 views
DropDownExtender only using C# Code Behind
I am trying to use the AJAX control DropDownExtender dynamically, without having anything in the Source of the page. This is due to the fact that I only have the declaration of an asp:table in my ...
0
votes
0answers
62 views
Ajax DropdownExtender inside another DropdownExtender- Keep parent visible
I know it is possible to have a dropdownextender within a dropdownextender, however, I have been unable to come up with a way to get the parent dropdown to stay displayed, when the child dropdown is ...
0
votes
0answers
95 views
DropDownExtender User Control in a GridView
I have a custom User Control, which contains a DropDownExtender with a number of linkbutton's (what they do is of course defined in the code behind on the user control). Basically, I want to put this ...
0
votes
0answers
241 views
ajax dropdown extender not updating the textbox value
ajax dropdownextender is not updating the textbox text.... dont understand why? can somebody plz help
<asp:TextBox ID="TBAgent" runat="server" Text="Select"></asp:TextBox>
...
0
votes
1answer
727 views
Ajax Drop Down extender always expand associated panel in Ajax Tab Control at page load
I use drop down extender in tab container and it is always expand at page load. It only collapse after clicking at text box. It is working fine at outside of the tab container and it is happening only ...
0
votes
1answer
758 views
AjaxControlToolkit DropDownExtender inside a table always displays associated panel
I have a textarea that has the ajaxcontroltoolkit dropdownextender associated with it, and a panel that contains a gridview with the options for the user to select from.
Here is the code for these ...
0
votes
1answer
1k views
AJAX Drop Down Extender problems updating Textbox with selected index value
I have a gridview where all rows are editable by default. Most columns require a simple textbox with some formating validators which are not an issue.
I do however have 1 column that requires a List ...