Advertisement

1 - 10 of 1038 containing alltags:("dropdownlist") (0.001 seconds)
When I try to convert my component to an ActiveX control using the ActiveX expert (New ... ActiveX ... ActiveXControl), my component is not visible in the dropdownlist of VCL components. It is corr...
Zones: Delphi ProgrammingDate Answered: 05/05/1998 Grade: B Views: 0
When fillng list property at runtime with dropdownlist style it gives me the message "Property is read-only".If I set the style property after filling the list property then it displays "cannot as...
Zones: Visual BasicDate Answered: 08/30/1998 Grade: D Views: 5
I am trying to get two dropdown lists to display data from an SQL server database.  The contents of the first list should contain country names while the second should contain state/province names....
Zones: ASPDate Answered: 02/12/2002 Grade: A Views: 0
I am aware of the PostBack that ASP .Net makes to the server every time a control is clicked. I have a DropDownList control that I'm dynamically adding to a page.  The selction a user makes on t...
Zones: .NETDate Answered: 08/30/2002 Grade: A Views: 0
Hi! I want to display the value of the selected Item, but when clicking on the dropdown, I want the value and the text to appear! Do I have to override render ? Thanks Rainer
Zones: .NETDate Answered: 10/22/2003 Grade: A Views: 0
I have a dropdownlist that is populated with data coming from a database. Once already populated, How do I select progtammatically the value on that control based on some value saved previously? ...
Zones: .NETDate Answered: 01/24/2003 Grade: A Views: 0
hi, anybody can help me to make the datacollection from dropdownlist2 is relates with data from dropdownlist1?.. like i choose one item from dropdownlist1, then the dropwdownlist2 will have the...
Zones: .NETDate Answered: 10/31/2003 Grade: A Views: 0
Hello, i created a dropdownlist and i want to put an action on it when the user double click. here is the definition of the list <asp:DropDownList id="lstL_ZONES" runat="server" width="170" size...
Zones: ASPDate Answered: 10/09/2003 Grade: B Views: 0
Hi, need some help troubleshooting this one.  I'm coding asp.net and c# and using a dropdownlist (ddl) control on a webform.  I bound the items in the Page_Load() from a ms access database.  The dd...
Zones: C#Date Answered: 11/15/2003 Grade: A Views: 0
Hi all, In short, I want to make an Object oriented programming editor in the Linux environment.The requirement goes like this:---   say, I am writing a C++ program in the 'vi' editor, I declare a...
Zones: Linux DevDate Answered: 01/14/2004 Grade: B Views: 0