How to keep an image save and retrieve images from the database and asp.net web page.....

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Here Im Creating Database with these feilds
Emp_Code nvarchar(50) NOT NULL,
Image_Id image NULL,
Emp_Name varchar(50) NULL,
Emp_First_Name varchar(50) NULL,
Emp_Middle_Name varchar(50) NULL,
Emp_Last_Name varchar(50) NULL,
Designation_Id varchar(50) NULL,
Education_Qualification varchar(50) NULL,
Date_Of_Birth date NULL,
Date_of_Join date NULL,
Blood_Group nvarchar(50) NULL,
[ESI_No.] nvarchar(50) NULL,
[Bank_Acc._Num] int NULL,
[PF_No.] nvarchar(50) NULL,
[PAN_No.] nvarchar(50) NULL,
Present_Address nvarchar(500) NULL,
Permanent_Address nvarchar(500) NULL,
Mobile nvarchar(20) NULL,
Email_Id_Office nvarchar(75) NULL,
Email_Id_Personal nvarchar(75) NULL
how write a query for retriving the image to details of the emp details page with displaying of image etc...

View the full article
 
Back
Top