Load Stored Image to Label

kieuphongeg

New Member
I'm a total newbie to ASP.net. I'm creating a webapplication where I need to store images in the following SQL table.\[code\]create table imgs(uemail varchar(250) not null primary key,upic image,);\[/code\]( I stored Images in the database after lot of reading articles using imagehandlers and etc)Now,
1 I need to load the image in a ASP Label lblDisplay
2. with a button click and
3. the relating uemail for the image will be taken from the textbox txtemail.
 
Back
Top