not being able to execute code directly in aspx pages is a limitation that we encounter developing web application with SharePoint.
For obvious reasons of security and stability of the application, the site pages are rendered in "safe mode" that not allows the presence of inline code within the page itself. The programming is then sent back to building custom web parts.
In some cases however you may need to manage the various events of
the page to manage the rendering, such as change dynamically the master
page used.
On my blog "Glucolo" I wrote an article that explains how to create a solution in Visual Studio 2010
View Original POST
___________________________________________________________________________________________________________________________________________________
Una limitazione che incontriamo sviluppando Web Application con
SharePoint, è non poter eseguire codice direttamente nelle pagine aspx.
Per ovvi motivi di sicurezza e stabilità dell’applicazione, le site pages sono renderizzate in “safe mode”
che non permette la presenza di codice inline all’interno della pagina
stessa. La programmazione è quindi rimandata nella costruzione di web parts custom.
Mappe per FIAT Mappe per NISSAN Mappe per OPEL
In alcuni casi però potrebbe essere necessario gestire i vari eventi
della pagina per gestirne il rendering, come ad esempio cambiare
dinamicamente la master page utilizzata.
Sul mio blog "glucolo" ho scritto un articolo che spiega come creare una soluzione in Visual Stidio 2010