Ask a Question related to ASP.NET General, Design and Development.
-
lucy #1
Why dropdown list created in ItemCreated can't selected
I have datagrid, in ItemCreated event, I created a
dropdown list link to a datatable, now I can't selected a
item I want. I try lots of way,
ddlUserName.Items.FindByValue("1111").Selected = true
ddlUserName.Items.FindByText("mytext").Selected = True
ddlUserName.SelectedIndex = 2
ddlUserName.SelectedIndex = ddlUserName.Items.IndexOf
(ddlUserName.Items.FindByValue("1111"))
Thanks.
lucy Guest
-
dropdown list problem
hi i have a problem with dropdown list in dreamweaver. i.e, how can i avoid the menu dropdown going backwards to the dropdown listwhich is... -
Dropdown list
I would like to display 15 items (lines) in the dropdown list, but by default the list displays only 11 lines. How can I have all the 15 items... -
Dropdown Property List??
I'm writing an aspx server control and I need to have a property that displays a dropdown list of things I have in an arraylist. I'm trying to do... -
Tool Tip for DropDown list
Hi, I have a dropwnlist of fixed width. The item names in the dropdown list are quite big. The Tooltip property for a dropdownlist control... -
dropdown list can't selected.
I have a EditItemTemplate in a datagrid that contain a dropdown that bound to a dataset. In that grid I have a ItemCreated to handle the dropdow...



Reply With Quote

