Hello Friends....

I have a patient registration form in my project...in which I have to browse the image of the patient save it in the database and when I need the details of the patient again the uploaded image should also be displayed....

Please help me in this...

I have created a column in database which will save the filename and path of the image but I dont know as to how to call the image again for displaying purpose....

Hello Friends....

I have a patient registration form in my project...in which I have to browse the image of the patient save it in the database and when I need the details of the patient again the uploaded image should also be displayed....

Please help me in this...

I have created a column in database which will save the filename and path of the image but I dont know as to how to call the image again for displaying purpose....

Got it solved

PictureBox1.Image=Image.FromFile("FileName")
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.