I want to declare some WebControls on at a global level so I will have access to them and then instantiate them in certain methods. I was just wondering how to do this. When I try to declare them in Page_Init() it doesnt work. Obviously, I"m very new to ASP.NET, so could anyone please explain how to declare globabl variables for a single page? (not in the global.aspx file)