Hi senthilkumart,
Please download the example below.
In the example, I storage the image into database(only the name and the content. the content store as image type in sql2005).
Befare you test, you need to create a database name "Uploader". create a table in that db name "UploadFiles"
table have two columns. column 1 name "ImageData", type is "image". column 2 name "FileName", type is "char(50)".
Change the connectionString in page "Default.aspx"
After done these, you can run the page directly.
Any questions you can send a mail to me.
Regards,
ken