Display image in Image control or Bitmap
-
Hi, I have upload an image in to image column but i have no idea to get it from DB and displaying it in Image control or Bitmap.Is it possible to display?Then plz guide me...
Here you are: How To Read and Write BLOB Data by Using ADO.NET with Visual C# .NET[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Here you are: How To Read and Write BLOB Data by Using ADO.NET with Visual C# .NET[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
Hi Thanx for that link but it uses file to store and retrieve.Is it same for database retrieval.And also i want that image to display in some specific area of my page:confused:.
-
Hi Thanx for that link but it uses file to store and retrieve.Is it same for database retrieval.And also i want that image to display in some specific area of my page:confused:.
It stores data in database. In order to show it on form you can use Image.FromStream method to construct the image after you read data from database in stream.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
It stores data in database. In order to show it on form you can use Image.FromStream method to construct the image after you read data from database in stream.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Hi, I have upload an image in to image column but i have no idea to get it from DB and displaying it in Image control or Bitmap.Is it possible to display?Then plz guide me...
do you what to display images store in a database? search here in codeproject for samples. If you get stuck in debuging or for something else ask here, we help.:cool:
nelsonpaixao@yahoo.com.br trying to help & get help