Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Matt Dockerty #1
Re: The lifecycle of ASP.NET pages and custom controls
Reading this at the moment
[url]http://www.pcquest.com/content/coding/103050501.asp[/url]
"Billy Porter" <billy@xymox.com> wrote in message
news:#FN2Iy#XDHA.1784@TK2MSFTNGP09.phx.gbl...and> Greetings,
>
> I looking for a comprehensive article on the lifecycle of ASP.NET pages> custom controls. Any good URLs out there?
>
> --
> Thanks,
> Billy
>
>
Matt Dockerty Guest
-
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE"... -
communication between an application, custom controls, and user controls
Hi, and many thanks in advance... I'm a little lost about how to proceed with communication between an application, custom controls, and user... -
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? -
using TagPrefix to avoid having @ Register directives on pages using custom controls
Hello, I am designing a custom control in a seperate DLL. I have used the assembly:TagPrefix attribute in this project. The project is included... -
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....



Reply With Quote

