Netnoobie Posted January 9, 2004 Posted January 9, 2004 Hello I have a DataBound DropDownList and Ineed to simply insert a blank row at 0. Seems simple, but I can't seem to get it. Any help would be great. Quote
Moderators Robby Posted January 9, 2004 Moderators Posted January 9, 2004 use Insert after you bind DDL.Items.Insert(0, "someThing") Quote Visit...Bassic Software
Netnoobie Posted January 9, 2004 Author Posted January 9, 2004 Perfect. I've done it before, but for some reason I couldn't recall it. Thanks Robby. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.