>> hi all
>>
[quoted text clipped - 8 lines]
>
>They are in the partial part of the class generated by the designer.
I have two partial classes (that I am aware of) the C# code behind and
a designer.cs file. I place a button on the form. I dbl click it and
vs adds the C# code to execute when the event is fired.
The designer only contains a declaration for the control, like this:
protected global::System.Web.UI.WebControls.Button Button1;
The aspx file contains the asp button tag with an OnClick event.
But nowhere do I see the link between the two.
What am I missing here?
Thanks
Jeff
Family Tree Mike - 28 Mar 2008 04:10 GMT
> >> hi all
> >>
[quoted text clipped - 23 lines]
> Thanks
> Jeff
Change the name of the OnClick tag in the aspx file. You will see that it
breaks and you cannot compile. That is all the link is, as far as I know.