Hi,
I have a homepage.aspx which has actually three parts to it. On top i have a logo, then the body and finally a submit button. I need to make the logo and body generic in the sense that:
I have first a start.aspx which has around 4 links say Soccer, Basket ball, Baseball and football. So on click of any of thes links should go to the homeoage.aspx but the content in the it should be specific to the sport. i.e. if i were to click on football my homepage.aspx should load up with the football realated logo and the contents shoud be football related.
Please note that the i should be able to reuse my homepage.aspx ie make it generic.
So i was wondering on say pageload of homepage.aspx i could populate the logo url from the database and display it on the page. But could i do the same with the homepage url.. ie say i have a football.html. so could i actually render the football.html on to my homepage.aspx. The submit button is common for all.. Similarly on click of say soccer on my start page should load up my homepage.aspx with the soccer logo and rendered with say soccer.html.
Is there any way i could do this.
Thanks,
nitin
I have a homepage.aspx which has actually three parts to it. On top i have a logo, then the body and finally a submit button. I need to make the logo and body generic in the sense that:
I have first a start.aspx which has around 4 links say Soccer, Basket ball, Baseball and football. So on click of any of thes links should go to the homeoage.aspx but the content in the it should be specific to the sport. i.e. if i were to click on football my homepage.aspx should load up with the football realated logo and the contents shoud be football related.
Please note that the i should be able to reuse my homepage.aspx ie make it generic.
So i was wondering on say pageload of homepage.aspx i could populate the logo url from the database and display it on the page. But could i do the same with the homepage url.. ie say i have a football.html. so could i actually render the football.html on to my homepage.aspx. The submit button is common for all.. Similarly on click of say soccer on my start page should load up my homepage.aspx with the soccer logo and rendered with say soccer.html.
Is there any way i could do this.
Thanks,
nitin
Comment