Click here to Skip to main content
16,017,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everyone,

Kindly give me an example on
how to add ajax slide show extender to asp.net master page (not inside content page).
becuase I want to display album of my site, for every content pages)

I know how to add it to content page

plz provide example sites or example code

thanks in advance
Posted
Updated 18-Nov-11 0:49am
v2

1 solution

there is no difference in adding controls inside MasterPage and in ContentPage, create what ever you want, the same way you do it for content pages. Just be careful while using ScriptManager, because if you use ScriptManager inside mster page you will not be able add ScriptManager in any content page, you have to use ScriptManagerProxy control.

Anil
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900