Populating dropdowns
I have several dropdowns which I have bound it to a dataset this has worked, but I would like the form to be able to load with a null string not the first line of the dataset, I can't add a fake record to the dataset so how do I do it, as it is proving a problem when the user wants the functionality of not picking anything in the list. I have tried making the dropname.selectedvaue = "", but this falls over and I have also tried dropname.datatextfiled = "" on the page load.
Thanks Louisa
|