vbコードでスコープIDパラメーターを取得するにはどうすればよいですか。私はこれまでにこれを持っています...
InsertCommand="INSERT INTO [table_name] ([title], [subtitle], [description], [image1], [image1_caption], [image2], [pdf], [meta_description], [meta_keywords]) VALUES (@title, @subtitle, @description, @image1, @image1_caption, @image2, @pdf, @meta_description, @meta_keywords); SELECT @NewID = SCOPE_IDENTITY()"
<asp:Parameter Direction="Output" Name="NewID" Type="Int32" />
DetailsView1_ItemInsertedでこのIDを取得するにはどうすればよいですか?
もう情報が必要な場合は私に知らせてください。
ありがとう