Want to add photo in employee web form and then edit that photo also.
kindly give me code for the same.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 21, 2012, 4:53 AM
You can use the file upload control to upload into the web server folder.
In the server side, you need to save the images after select the appropriate image
Then, you can store the image name in the database along with the other information.
The uploaded image can be shown in the image control.