Robot Chicken – Star Wars Parody
Extremely funny star wars video on You Tube.
via myextralife.com
Extremely funny star wars video on You Tube.
via myextralife.com
If you need to retrieve the return value of the invoked insert method on a objectdatasource, use the “Inserted” event like so:
protected void ObjDS_Inserted(object sender, ObjectDataSourceStatusEventArgs e)
{
int retvalue = Convert.ToInt32(e.ReturnValue);
}
No parameter needed to catch the return value. For the Update method use the “Updated” event. Found here.