DropDownlist Control Defailt

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

Guest

I have set up some DropDownlist controls successfully on my web site and
successfully databout them to a table in Sql Server. But I need to set up a
static empty value selection listItem. How do I go about this without
interfering with the dynamically bound list items?
 
Once you call the DataBind() method, you can add whatever you want to the
list, and at any position.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top