Author: kanishk | Posted on: 7/26/2009 1:43:59 PM | Views : 1062

hi all,
i have a drop down list in which i want that the first item should be blank and rest will be added by connecting to a database........
i hv added the database item ..they are wrkin....
BUT the question is that how do i add the blank item also.....
i used this code to add the items from database into the  ddl  :
  ddl.datasource=dbread
  ddl.DataTextField="mob_no"
  ddl.databind()


ddl is the id of my drop down list...........



kindly help..
thankss a lott ....

...

Go to the complete details ...