I'm trying to return the SCOPE Identity of the inserted record in my stored procedure @temp_id
, but how can I bind it to a label e.g
<asp:ControlParameter ControlID="ASPxLabel_RequestTemp" Name="temp" PropertyName="Text" Type="Int32" />
its not working
Thanks