-2

I have created a application that get image from computer and store in database.now i want to display that image in my image controll How can i do this.

bhimshi
  • 1
  • 1
  • 1
  • 1

1 Answers1

3

You can use embedding c# on aspx page. http://msdn.microsoft.com/en-us/library/ms178135%28v=vs.100%29.aspx. Extract the source of image and assign it to HTML image tag's src attribute

gaurav
  • 128
  • 1
  • 8