0% found this document useful (0 votes)
8 views5 pages

Important Points

The document outlines various components and concepts related to ASP.NET, including standard and rich controls, validation controls, state management techniques, and data binding types. It also covers web service protocols, tracing types, authentication and authorization modes, configuration files, and the page life cycle with its events. This serves as a comprehensive guide for understanding the architecture and functionality of ASP.NET applications.

Uploaded by

ritenpanchasara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views5 pages

Important Points

The document outlines various components and concepts related to ASP.NET, including standard and rich controls, validation controls, state management techniques, and data binding types. It also covers web service protocols, tracing types, authentication and authorization modes, configuration files, and the page life cycle with its events. This serves as a comprehensive guide for understanding the architecture and functionality of ASP.NET applications.

Uploaded by

ritenpanchasara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Shree Swami Vivekanand College

Surendranagar
Asp.Net
 Standard control name
 Button
 Listbox
 Textbox
 Checkbox
 Radiobutton
 Image
 Label
 Dropdownlist
 Rich Control
 Fileupload
 Adroatator
 Calendar
 Multiview and View
 Wizard
 Treeview
 Validation Control
 RegularExpressionValidator
 RequiredFieldvalidator
 RangeValidator
 CompareValidator
 CustomValidator
 ValidationSummary
 StateManagement

 Client Side State management


1. View State
2. Cookie
3. QueryString

 Server Side State management


4. Application State
5. Session State

 Connected Architecture Classes

 Connection class
 Command class
 DataReader class

 DisConnected Architecture Classes

 DataAdapter class
 Dataset class
 Datatable Class
 Datacolumn class
 DataRow Class

 Types Of DataBinding

 Simple DataBinding
 Complex DataBinding
 WebService Protocol

 SOAP
 WSDL
 UDDI
 XML

 Types Of Tracing

 Page Level Tracing


 Application Level Tracing

 Types(Mode) Of Authentication

 None
 Window
 Form
 Passport

 Types(Mode) Of Authorization

 URL
 File
 Customized

 Configuration File

 Web.Config
 Machine.Config
 Page Life cycle of ASP.NET(Stage)

 Page Request
 Starting of page life cycle
 Page initialization
 Page load
 Validation
 Postback event handling
 Page rendering
 Unload

 Events of Page Life cycle

 PreInit
 Init
 InitComplete
 PreLoad
 Load
 Control events
 LoadCompletes
 PreRender
 PreRenderComplete
 SaveStateComplete
 Render
 Unload

You might also like