Question Get data source output parameters

rainbow_man

Member
Joined
Nov 9, 2009
Messages
5
Programming Experience
Beginner
Hi,

I am using VS 2008 and created a web page. I have a number of controls which I dragged and dropped on the form including the SQLDataSource. I used the properties table to set the input to 'stored procedure'. So in my aspx.vb file I just use the code:

mySQLDataSource.insert()

Everything works fine but now I need to get the output parameters from this data source. More precisely I need the newly inserted row to pass on to another data source control's stored procedure. Any help on this? thanks
 
Back
Top