Hi,
I have a windows form that adds new entries to a dataset via a datagrid using the updateAll method. Im passing in an id from another form and id like to specify this in the sata thats being written to the dataset. So by default the id would already be whatever has been passed to the form...
whats the best way to go about this?
Hope that makes sense!
Thanks