S
Steve Schroeder
I've brought in data to an ASPX page to a datagrid via ADO.Net before, but
what I need to do now is to bring in data from a stored procedure (actually
two procedures, and two result sets) and update the DataSet or DataTable.
Can I do this and bind the updated results to a datagrid? I don't need to
write the data back to the datasource, I just need to do something dynamic
where otherwise cursors would be needed in the stored procedures, and
obviously I want to avoid that.
From what I've read I should be able to update a Dataset/DataTable much like
it were a regular table....
Thanks,
Steve
what I need to do now is to bring in data from a stored procedure (actually
two procedures, and two result sets) and update the DataSet or DataTable.
Can I do this and bind the updated results to a datagrid? I don't need to
write the data back to the datasource, I just need to do something dynamic
where otherwise cursors would be needed in the stored procedures, and
obviously I want to avoid that.
From what I've read I should be able to update a Dataset/DataTable much like
it were a regular table....
Thanks,
Steve