|
-
Oct 2nd, 2005, 08:39 PM
#1
Thread Starter
Fanatic Member
[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!
-
Oct 2nd, 2005, 08:56 PM
#2
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|