G
Guest
Hi Everyone,
I am new to Server control development and I am wondering how do I define
the entry point for a server control? In a regular page you define Page_Load
as an entry point and in a windows application using C# you define the entry
point as void Main(){}. But in a Server control I think it is seperate then
writing the entry point as static void Main(){}
I am new to Server control development and I am wondering how do I define
the entry point for a server control? In a regular page you define Page_Load
as an entry point and in a windows application using C# you define the entry
point as void Main(){}. But in a Server control I think it is seperate then
writing the entry point as static void Main(){}