xxx_Init( ... ) design-time method?
Hi,
On page 72 in the example C# code, there is a method:
Private BookDisplay_Init(object sender, EventArgs e)
{
...
}
with reference to that this method is called at design-time so the Custom Control can be displayed in the ASPX's design-view, however I couldnt seem to get this to work. Intellisense didn't seem to see it, should there be a capital 'P' in Private? Is there a return type? (I put in 'void' so the compiler recognised it). Also, the downloadeable code doesn't seem to have it.
Can you please help me on this?
Cheers,
Jack.
|