2
Answers

how to display image in a image control directly from file upload control using asp.net with c#

charan sekhar

charan sekhar

14y
5.2k
1

hi iam using asp.net with c#
i want to  display  image in a image control as soon as we browse with file upload control ,i dont want to use button click event
 
can you give example which helps me
Answers (2)
0
Lalit M

Lalit M

NA 6.7k 48k 14y
0
Amit Choudhary

Amit Choudhary

NA 27.7k 3m 14y
hi friend,

you have to do it all through javascript using onTextChanged event of fileupload control.