S
Scott M.
In a new VS 2005 ASP .NET Web Application Project (WAP), I'm looking at the
..designer.cs file to see how the event handlers for my page controls are
wired up to the events.
I was expecting to see the delegates being associated with the event
handling methods in the page (like in a Windows app), but instead found
nothing in either the .aspx.cs or the .aspx.designer.cs file that seems to
resemble anything having to do with wiring up events to the event handlers.
So, my question is: where is this code?
..designer.cs file to see how the event handlers for my page controls are
wired up to the events.
I was expecting to see the delegates being associated with the event
handling methods in the page (like in a Windows app), but instead found
nothing in either the .aspx.cs or the .aspx.designer.cs file that seems to
resemble anything having to do with wiring up events to the event handlers.
So, my question is: where is this code?