About this situation, I have tested your codes ( And I have drop the unrelated event, except for the btnfileupload_Click event), and it works fine. Besides, I also create a new Wizard steps control and within the second step there is a upload control, button
and image control. And it works also fine. So, you could refer to the following codes and check the result:
Member
32 Points
368 Posts
Wizard having file upload...unable to show image in image control.
Dec 24, 2013 12:04 AM|guhan77|LINK
Hi,
I have
When user selects a file and click file upload the image must be shown in image control.
i have the file uploa d control in wizard step 2.
i had referred
http://aspsnippets.com/Articles/Display-Byte-Array-as-Image-without-using-Generic-Handler-in-ASPNet.aspx
All-Star
27134 Points
2676 Posts
Re: Wizard having file upload...unable to show image in image control.
Dec 27, 2013 03:03 AM|Shawn - MSFT|LINK
Hi,
About this situation, I have tested your codes ( And I have drop the unrelated event, except for the btnfileupload_Click event), and it works fine. Besides, I also create a new Wizard steps control and within the second step there is a upload control, button and image control. And it works also fine. So, you could refer to the following codes and check the result:
.aspx.cs file:
Regards