how to create .aspx with runtime using asp.net with c#
how to create the template like this
iam using asp.net with c#;
iam having 5 textboxes
textbox1==username
textbox2=how many images on top of the page(ie enter integer value)
textbox3=how many images on bottom of the page(ie enteger integer value)
textbox4=how many images on left of the page(ie enter integer value)
textbox5=how many images on right of the page(ie enter integer value)
and a button to create
when user click on button then new page is created with username and image controls
are displayed on top,bottom,right ,left what ever he has submitted in the form and
then user can upload the images with file upload control . when he clicks any iamge
he should get the option forupload image and there should be two options previous image(the current what we have clicked)
and the new image what we have browse
how to do this can you give me example which helps me
|