I have a page type with a drop down list that I'd like to bind to the values of an enum in an external assembly. For example, all the colors in System.Drawing.Color enum. It looks like there should...
Hi, I was trying to get all the values from a drop-down list defined in page type. The page type that drop-down list belongs to is different, from the page type of transformation i need it on. Is t...
I want to have a repeater change depending on what is selected in a dropdownlist. A where condition in the repeater properties like CONTENT_MyOffice.OfficeState = 'TX' works great for showing the r...
Hello!I need show optioncatergory name only when im using dropdownlist, else hidenot sure, but i think it should look like thisif ( *here is something about dropdownlist using) { lblCategName.Text ...