I'm inserting a new record into the database via a FormView. I'm not displaying the system generated ID number. How am I able to get this value programmatically?
I'm using a FormView control bound to an objectdatasource control. I've specified a DataKeyName in the FormView.
I'm using a FormView control bound to an objectdatasource control. I've specified a DataKeyName in the FormView.