site banner on aspx page ?
-
I have seen in many sites. They display an advertisement banner on top of the home page and if user clicks on it he is diverted to that site else he got a option to close the banner. I am trying to implement something like this but not sure where to look for the examples and what exactly is it called. Please guide me to the right direction. Thank You
-
I have seen in many sites. They display an advertisement banner on top of the home page and if user clicks on it he is diverted to that site else he got a option to close the banner. I am trying to implement something like this but not sure where to look for the examples and what exactly is it called. Please guide me to the right direction. Thank You
Use AJAX Model Popup Extender for the same.
Best Regards, Chetan Patel
-
I have seen in many sites. They display an advertisement banner on top of the home page and if user clicks on it he is diverted to that site else he got a option to close the banner. I am trying to implement something like this but not sure where to look for the examples and what exactly is it called. Please guide me to the right direction. Thank You
AndyInUK wrote:
and if user clicks on it he is diverted to that site else he got a option to close the banner.
You want to show it in your page itself or want to redirect ? I didn't get your question clearly. Can you please give some more details.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
AndyInUK wrote:
and if user clicks on it he is diverted to that site else he got a option to close the banner.
You want to show it in your page itself or want to redirect ? I didn't get your question clearly. Can you please give some more details.
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
I have seen in many sites. They display an advertisement banner on top of the home page and if user clicks on it he is diverted to that site else he got a option to close the banner. I am trying to implement something like this but not sure where to look for the examples and what exactly is it called. Please guide me to the right direction. Thank You
It'd be a
DIV
styled with CSS. Close button will be an image and when it is clicked, a JS function will be executed which will set the DIV's visibility to hidden.Best wishes, Navaneeth