i have a dropdown list labeled status and i wanted to add the following options to the drop down:
Open
Closed
All
for each option a stored procedure will be used generate the results. I just blanked on how add options to the dropdown list without populating them from a table.
Asp.net project, mvc/c#
If you want to specify a different value, you can delcare that within the ListItem row
… If you need to add in the code behind: