Web Tutorials

Interview Q & A

Code Examples

Utility Tools

ASP.NET Page LoadCompleted Event

ASP.NET page LoadCompleted will be fired after the page object has created all controls that are required in order to render the page in asp.net page life cycle.

Syntax

ASP.NET Page LoadCompleted Event Example - Default.aspx

ASP.NET Page LoadCompleted Event Example - Default.aspx.cs

Above example will produce following output

RequiredFieldValidator

RegularExpressionValidator

RangValidator

CompareValidator

CustomValidator

ValidationSummary