Dim g As Graphics = CreateGraphics()
Dim b As New Bitmap("\windows\memberheader.jpg")
g.DrawImage(b, 0, 0)
g.Dispose()

anyone know how to add image??i've used tis code..it din load the image when loading the page