| |
Name |
Value |
Type |
| ? |
ReadTimeout |
'ms.ReadTimeout' threw an exception of type 'System.InvalidOperationException' |
int {System.InvalidOperationException} |
| |
Name |
Value |
Type |
| ? |
WriteTimeout |
'ms.WriteTimeout' threw an exception of type 'System.InvalidOperationException' |
int {System.InvalidOperationException} |
if(dataSet1.Tables[0].Rows.Count > 0)
{
//bunifuPictureBox6.Image = null;
if(dataSet1.Tables[0].Rows[0][2] != System.DBNull.Value)
{
photo_aray = (byte[])dataSet1.Tables[0].Rows[0][2];
MemoryStream ms = new MemoryStream(photo_aray);
bunifuPictureBox6.Image = Image.FromStream(ms);
bunifuPictureBox6.SizeMode = PictureBoxSizeMode.StretchImage;
}
}

Guest UserPosted Nov 12, 2022, 6:04 AM
RAJANIKANT HAWALDAR
Can u help on Anydesk
Guest UserPosted Nov 12, 2022, 6:03 AM
i will try all method please help me
Rajanikant HawaldarPosted Nov 11, 2022, 5:48 AM
https://www.c-sharpcorner.com/UploadFile/e628d9/inserting-retrieving-images-from-sql-server-database-without-using-stored-procedures/
Guest UserPosted Nov 11, 2022, 12:10 AM
I Will Upload Image where i call data Check Desktop.zip File
Guest UserPosted Nov 10, 2022, 2:46 PM
How to use tell me
I will try but same error
Guest UserPosted Nov 10, 2022, 2:20 PM
can u send me full code
Rajanikant HawaldarPosted Nov 10, 2022, 1:07 PM
Guest UserPosted Nov 10, 2022, 11:24 AM
Can u send me code or post link
Rajanikant HawaldarPosted Nov 10, 2022, 5:57 AM
Use UI thread to set image