Parameter in DataSet-SQLStatement?

I'Ve a data adapter with a master-detail-relational table.
In this statement I use a parameter to filter the data.
Out of this adapter I've built a dataset to fill a data grid view.
How can I input the parameter now in the dataset or the datagridview to filter the data during the runtime?

You can see that I'm a beginner with ado.net - please help me! :)
[393 byte] By [zechasso] at [2007-11-20 10:02:57]
# 1 Re: Parameter in DataSet-SQLStatement?
Not much of what you wrote there made sense to me. Try reading the DW2.0 link in my signature. Start with "Creating a SImple Data APp" and then read "Creating a Form to Search Data"
cjard at 2007-11-10 3:29:57 >