Here is the form :-
See some unwanted lines is being displayed in this form. You can see the code above the design part.
I want your help in:-
1) what this codes means?
2) For what , we wrote this codes?.
Please modify the code and send back.
The whole code I am trying to implement is:-
@{ var imagePath= ""; if( Request["photoChoice"] != null){ imagePath = @"images\" + Request["photoChoice"]; } }Display Image on the Fly Displaying an Image On the Fly

Iftikar HussainPosted Aug 17, 2013, 1:51 AM
in your aspx
in your code
Regards,
Iftikar
Bineesh ViswanathPosted Aug 17, 2013, 1:43 AM
The output is :-
In order to add Images, I created a folder in the root directory called "Images".
Here the complete code. How can I add Images by modify this code?
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DynamicImage.aspx.cs" Inherits="ImageControls.DynamicImage" %>
Iftikar HussainPosted Aug 17, 2013, 1:23 AM
You should set image by using javascript like below
Regards,
Iftikar