name that tune

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have a formview that contains a dropdownlist. it's datasource is coming
from a table. the selectedValue can be blank. Would it better to add a blank
in the database table or dynamically in the code-behind. And how many
routines would i need in either case? (I'm looking for the most efficient
way, am I incorrect to do so?)

Thanks,
rodchar
 
What would a blank entry indicate?

I have never seen a need for a blank entry in a database. Not a good idea.
(unless by blank you mean a null value?)
 
i think that answers my question. The blank is for the dropdownlist so that
if the selection is blank it will store a null in the database. thanks, rod.
 
Back
Top