I\'m very new to ASP.NET and, after beating my head on a few problems, I\'m wondering if I\'m doing things wrong (I\'ve got a bad habit of doing that). I\'m interested in le
Basically try and do it in Page_Load and if that doesn't work, try it in either Page_Init or Page_Render. Normally one of them works :) That's the scientific approach.