Introduction:-
Here
I have explained how to store and display image instantly after choose by user
in asp.net using jQuery.
Description:-
In this article I have explained how to avoid upload button functionality after
choosing a image in asp.net. Some users usually don't likes to view image
after clicked on upload button or any button control,They always prefers
to view image instantly after selecting a specific image from dialog box.
It make sense that it will possible only if we will use ajax or some client
side functions.so here I am using javascript functions with taking one Image
control and File upload button to open a dialog to choose a image from it.In my
other post I have explained
How to Update previous Image URL During Update Mode ,
and FileUpload Content Refreshed During pageloadif it is used in
a user control .
To get the result follow the below steps. where I have explained each content with source code.
To get the result follow the below steps. where I have explained each content with source code.