Quote:
quote:Originally posted by AnjuSujith
Give identity facility Then
In the insert procedure set an output parameter and after insert command
outputparameter=@@identity
|
And how do I do that using
<asp:SqlDataSource ID="SqlDataSource1" runat="server"...
?