CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Location
    Reykjavik, Iceland
    Posts
    46

    Drop down box ?!?!?

    I have a combo box which I populate with items read from a database. The items in the box are not always the same, what is shown there depends on information in other text boxes. I have gotten so far as to when I choose whatever item in the box, except the first one, then they stay in there after the submition. I have a hidden text box which takes the value of the value of the combo box when it changes and the value is allways right, even when I choose the first item in the combo box. But if I choose the first item and submit the form the first item is not shown??? does anyone know why this is??? I hope you understand my problem... quite difficult to describe it...

    Thank you in advance
    Mundi

    Computers and software @ EJS
    tolvunord.net

  2. #2
    Join Date
    Jan 2001
    Posts
    365

    Re: Drop down box ?!?!?

    Hi,

    i feel its a simple prob. the code part u have to change little bit.
    can u send me the code.



    Bala
    Prelude Solution Providers (P) Ltd.
    Chennai.India

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

Featured