I want get my last inserted row with the primary key. How can I do that.
I am using radgrid with linqdatasource with automatic insert operation.
I don't want do it with select query to database to get the last inserted row. If multiple people doing insert from different places I will get wrong data.
Thanks
I am using radgrid with linqdatasource with automatic insert operation.
I don't want do it with select query to database to get the last inserted row. If multiple people doing insert from different places I will get wrong data.
Thanks