Results 1 to 2 of 2

Thread: [RESOLVED] default blank on dropdown

  1. #1

    Thread Starter
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619

    Resolved [RESOLVED] default blank on dropdown

    how can i make a default blank in my dropdown list?

    what i currently doing is a blank value by adding row before binding but it is located at the bottom of the dropdown,but i wanted it to be the default.

    thanks is advance.

    If a post has helped you then Please Rate it!

  2. #2

    Thread Starter
    Fanatic Member VBKNIGHT's Avatar
    Join Date
    Oct 2000
    Location
    Port25
    Posts
    619

    Re: default blank on dropdown

    ok got it by using insertAt.

    ds.Tables(0).Rows.InsertAt(row, 0)

    If a post has helped you then Please Rate it!

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