K
Kevin
Am very new at ASP.NET 2.0 and .NET!
Want to get the MembershipID from an inserted record using SqlDataSource:-
<InsertParameters>
<asp
arameter Name="MembershipID" Direction="Output" Type="Int32"
DefaultValue="0" />
<asp
arameter Name="FirstNames" Type="String" />
<asp
arameter Name="LastNames" Type="String" />
</InsertParameters>
How can i get the MembershipID using VB??
Thanks
Kevin
Want to get the MembershipID from an inserted record using SqlDataSource:-
<InsertParameters>
<asp

DefaultValue="0" />
<asp

<asp

</InsertParameters>
How can i get the MembershipID using VB??
Thanks
Kevin