The application has two enum named AnimalEnums
DOG=1000
CAT=1001
The page has a dropdown name ddlAnimal
How can I populate the dropdown list in Page_Load with the two enum values?
Also, the type of animal has already been select on the previous page, so I would like that animal to appear already selected in the drop-down.
Thanks
DOG=1000
CAT=1001
The page has a dropdown name ddlAnimal
How can I populate the dropdown list in Page_Load with the two enum values?
Also, the type of animal has already been select on the previous page, so I would like that animal to appear already selected in the drop-down.
Thanks