show image
-
Image1.ImageUrl = TextBox1.Text; //textbox receive path of the image for example textbox=c:\Blue hills.jpg; //but image is not show in the image control
-
Image1.ImageUrl = TextBox1.Text; //textbox receive path of the image for example textbox=c:\Blue hills.jpg; //but image is not show in the image control
At this point, is the image on the server or the client's machine? i.e. has the image been uploaded yet? Also, you shouldn't double post, sometimes causes friction around here!
-
Image1.ImageUrl = TextBox1.Text; //textbox receive path of the image for example textbox=c:\Blue hills.jpg; //but image is not show in the image control
the image must be inside your project... outside images that is c:\Blue hills.jpg will never been considered....
Padmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]