blah blah blah is here! blah blah » Close

0
votes
1 answers

DropDownList First Item is blank

- I have a Table T (col1,col2): col1 is the primary key - I have a DropDownList Ddl which is linked dynamically to the table T: DataValueField is col1, DataTextField is col2 The Question is how can I manage to print blank instead ...

Feedback