Ask a Question related to ASP.NET Building Controls, Design and Development.
-
I am Sam #1
General Question about custom controls
In a windows application you use the Method() as an entry point for an
application. In a web application using ASP.NET you use Page_Load() as an
entry point. My question is: In a Custom server control what method do you
use as an entry point?
I am Sam Guest
-
Two question about ASP.NET Custom Controls [Newbie]
1) I am developing custom controls and was wondering how I can implement the URL ~ deal. ~/page/page.aspx How do I translate ~ to the web... -
newbie question on Custom Controls in C#
I have just started working on an ASP.Net 1.0 project as my first forray into ASP.Net (or ASP for that matter), and have a general question about... -
Why the properties of web user controls which inherted from my custom base UI controls MISSED?
Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable? -
Question about Custom Controls
Dear all I'm building a web application that some standard controls in many pages as "DropDownlist" this drop down list is filled from a table in a... -
Accessing Properties of Custom Controls child Controls
I am using a Custom Control on a page which renders a button control if required. I need to access the child button control's properties (i.e.... -
Steve C. Orr [MVP, MCSD] #2
Re: General Question about custom controls
I believe the Init event is what you'd be looking for. The same goes for
Pages, actually.
Here are the details about the control & page lifecycle:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcontrolexecutionlifecycle.asp[/url]
[url]http://www.15seconds.com/issue/020102.htm[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconWebFormsPageProcessingStages.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD, MVP
[url]http://SteveOrr.net[/url]
"I am Sam" <IamSam@discussions.microsoft.com> wrote in message
news:98589502-9CB8-4B58-9A6B-2EFF8C6B2E1D@microsoft.com...> In a windows application you use the Method() as an entry point for an
> application. In a web application using ASP.NET you use Page_Load() as an
> entry point. My question is: In a Custom server control what method do
> you
> use as an entry point?
Steve C. Orr [MVP, MCSD] Guest



Reply With Quote

