how to create the template like this
hi, iam using asp.net with c#;
iam having 5 textboxes
textbox1==username
textbox2=how many images on top of the page
textbox3=how many images on bottom of the page
textbox4=how many images on left of the page
textbox5=how many images on right of the page
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 and with there events
then user can upload the images iwth browse upload control .
how to do this can you give me example which helps me