|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Insert a first row in Dropdown List
<i><b>Originally posted by : napo (webmaster@mixernet.it)</b></i><br /><br />I must to insert in a Dropdown List, generated from a database connection, a first row with text = 'All' and value = "".<br /><br />Help me! Thank you!
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : emiller (emiller@agris.com)</b></i><br />try this:<br /> <br />ListItem allOption = new ListItem("all", "");<br />myDropdown.Items.Insert(0,allOption);<br /><br /><br />------------<br />napo at 5/24/2002 2:39:00 PM<br /><br /><br />I must to insert in a Dropdown List, generated from a database connection, a first row with text = 'All' and value = "".<br /><br />Help me! Thank you!
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Insert a first row in Dropdown List |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|