Greetings,
I'm developing a new website with ASP.NET in VS 2005. I'm quite new to VS 2005 and am extremely impressed with it. But one thing that I'm a little perplexed about -- with all of the automatically generated code -- I apparently have to manually add the methods for events?
For example, I create a gridview, and add this to the definition:
OnRowDataBound="gvUploadHistory_OnRowDataBound"
I would expect at that point that VS could automatically generate the stub for this method in the code file, with the appropriate EventArgs type.
Am I missing something here? Coming from a classic asp background, I'm certainly used to coding everything manually. But if this is available somehow, I'd like to take advantage of it!
THanks,
Jeff