D
Dan Sikorsky
Using: MS SQL Server 2005 Sept 05 CTP, MS Visual Studio 2005 Beta 2
How can I get the SQL Server Row ID of the newly inserted row when adding a
new record to the database using a FormView Control on a web page?
I've looked at the FormView_ItemInserted FormViewInsertedEventArgs but to no
avail.
I need to immediately update a secondary table using this ID gotten from the
newly created row.
How can I get the SQL Server Row ID of the newly inserted row when adding a
new record to the database using a FormView Control on a web page?
I've looked at the FormView_ItemInserted FormViewInsertedEventArgs but to no
avail.
I need to immediately update a secondary table using this ID gotten from the
newly created row.