i have a GridView with LinqDataSource. im using the following technique to populate a field (Supplier in this case) with dropdownlist, containing values from a different LinqDataSource:

(source: scottgu.com)
however, lets say my Supplier field is allowed to be null. any ideas how to allow entering null value, alongside with the other SupplierDataSource options?
Please try this:
This should add an empty list item to your dropdown. I believe your datasource will interpret this as a null value, but I have not tested the code yet.
Hope this helps!