Is it possible to get the Identity value in the ItemInserted event in a listView?
Posted
by Abe Miessler
on Stack Overflow
See other posts from Stack Overflow
or by Abe Miessler
Published on 2010-03-25T22:30:46Z
Indexed on
2010/03/25
22:33 UTC
Read the original article
Hit count: 182
ASP.NET
I'd rather not make a call to the database to query @@IDENTITY. Is there some way to get the identity value for what was just inserted?
© Stack Overflow or respective owner