• If you right-click on the parameter that you want to allow nulls and view the properties, you can specify that the parameter can allow nulls.

    If you are basing your dataset on a stored procedure, it will determine how you handle this. Are the parameters coming from the stored procedure (they "magically show up" when you specify the stored procedure as the source for the dataset), or do you create them manually?