Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
when i run my website and my master page loads,at that instance i want to search in my solution for pagedefault.aspx and take snapshot of that page and convert that into an image file and save it to a particular location. all this should happen at runtime when my master page gets loaded.
Posted

You can over ride Page.LoadComplete event to take snap shot using s/w like drivesnapshot and store it to a particular location. Key event is:
C#
<asp:page onloadcomplete="EventHandler" xmlns:asp="#unknown" />
 
Share this answer
 
 
Share this answer
 

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



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