I have a c# asp.net page as created in vs2005 (i.e. with auto event wireup) and I want to add a pre-render event to it i.e.. protected void MyPage_PreRender(object sender, EventArgs e) Is there any way other than having to type in all this? It seems very prone
I have both VS2003 and VS2005 installed on my machine. I also have an instance of SQL server 2005 developer edition (NETSDK) and an instance of SQL Server Express edition (SQLExpress). From VS2003, the Server explorer window correctly shows my local machine and when I expand ...