How do I add page events (page_init, page_load, etc.) to my C# user control (or Web Forms control for that matter) using Visual Studio 2013? It's a ROYAL PAIN to have to type the stupid syntax in again and again when I KNOW Visual Studio should be able to do it for me (it does in VB, but I can't find it in C#).
This question has probably been asked a thousand times, but I'm not finding the answer either via search-engine or searching this forum.
??