Robot Chicken – Star Wars Parody

Filed under: Cool Sites — ej2 at 8:46 pm on Wednesday, May 31, 2006

Extremely funny star wars video on You Tube.

via myextralife.com

Yellow Lizard

Filed under: Photos — ej2 at 10:24 pm on Tuesday, May 30, 2006


Photo taken on May 27th, 2006

Work Sucks

Filed under: Photos — ej2 at 9:51 pm on Sunday, May 21, 2006


Photo taken on 04/04/2004

Retrieving an ObjectDataSource Insert Method Return Value

Filed under: Programming — ej2 at 12:26 pm on Friday, May 19, 2006

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.

Playing Together

Filed under: Photos — ej2 at 10:48 pm on Wednesday, May 17, 2006

Lauren the Cowgirl

Filed under: Photos — ej2 at 10:29 pm on Thursday, May 11, 2006

Lauren and the baby

Filed under: Photos — ej2 at 8:15 pm on Wednesday, May 10, 2006

I Love Cake

Filed under: Photos — ej2 at 11:07 pm on Tuesday, May 9, 2006

I am going to try to post a new picture every day in this album

SWAT signs explained

Filed under: Cool Sites — ej2 at 12:18 pm on Thursday, May 4, 2006

Find more here.