I am using ASP.NET 3.5 and i used earlier 1.1 i am having difficulty to find where can i attach/declare the page init event ?
In 1.1 there was auto generated code which
It is no different in ASP.NET 3.5 - there is a code-behind page where you can declare/attach the OnInit event.
OnInit
To see the code behind, right click on the file in the solution explorer and select View code.
View code