Results 1 to 3 of 3

Thread: [RESOLVED] first item blank!

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2004
    Location
    in the heart of the Mediterranean
    Posts
    1,143

    Resolved [RESOLVED] first item blank!

    Hi,

    I have a dropdownlist and on loading the form the first item appears as blank item. I imagine there is some property where I can put a 'select'. Cant find it. Anyone knows
    ------------------------------------------------------------------------
    If an answer to your question has been helpful, then please, Rate it!

  2. #2
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    Re: first item blank!

    you mean like a combo box, comboBobOne.Selected.Index = 0
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: first item blank!

    Quote Originally Posted by angelica
    Hi,

    I have a dropdownlist and on loading the form the first item appears as blank item. I imagine there is some property where I can put a 'select'. Cant find it. Anyone knows
    DropDownList is an ASP.NET control so it would appear on a page. ComboBox is a WinForms control so it would appear on a form. This is not the ASP.NET forum so I would assume WinForms, yet you've used the name of the ASP.NET control. Please post CLEARLY and FULLY, use the proper names for everything and post in the most appropriate forum to avoid such confusion. It will save everyone time.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width