« Home « Kết quả tìm kiếm

Advanced ASP.NET


Tóm tắt Xem thử

- Advanced ASP.NET Programming.
- 10 phases of ASPX Life Cycle ASP.NET AJAX.
- How to check input forms for errors and display messages to the user Styles, Themes, Skins.
- Is a new data-bound control in ASP.NET 2.0 for rendering data in a tabular grid format.
- Is a data source control that represents a connection to an ADO.NET SQL database provider.
- ContentPlaceHolder defines a region of the master page rendering that can be substituted with content from a page rendering that can be substituted with content from a page associated to the master.
- Apply Master Page by using the Master property of the Page.
- The control declared in the .aspx file will be initialized with the default values.
- Initialized controls receive their properties: the information that was persisted back to the server on the last submission.
- ASP.NET update the control state with the correct postback.
- data, by matching the control's unique ID with the name/value pair in the NameValueCollection.
- Objects arranged in the page DOM.
- Retrieve the client-side properties set in the HTML.
- IPostBackDataHandler interface have been updated with the correct postback data.
- Typical by control that posted the page back to the server due to a state change (with autopostback enabled) or a form.
- The last time changes to the objects can be saved or persisted to viewstate.
- After the PreRender phase those changes to objects are locked in and can no longer be saved to the page viewstate.
- in and can no longer be saved to the page viewstate.
- Values can be saved to the ViewState object, but changes to page controls are not.
- Building of the page by assembling the HTML for output to the browser.
- Handle when write custom HTML to the browser.
- parameter and uses that to output HTML to be streamed to the browser.
- Changes can still be made at this point, but they are reflected to the client only.
- ASP.NET AJAX.
- achieved by exchanging small amounts of data with the server achieved by exchanging small amounts of data with the server.
- in that extra data is requested from the server and loaded in the background without interfering with the display and behavior of the existing page.
- The DOM accessed with a client-side scripting language to dynamically display and interact with the information.
- dynamically display and interact with the information presented..
- The XMLHttpRequest object is used to exchange data asynchronously with the web server..
- Is built-into ASP.NET 3.5.
- It is also available as a separate download for ASP.NET 2.0.
- ASP.NET AJAX Architecture.
- ASP.NET AJAX server and client architecture.
- ASP.NET AJAX Server Controls.
- Use the Timer control to post the whole page, or use it together with the UpdatePanel control to.
- ASP.NET AJAX Client Architecture.
- ASP.NET AJAX core services.
- An ASP.NET AJAX base class library.
- www.asp.net

Xem thử không khả dụng, vui lòng xem tại trang nguồn
hoặc xem Tóm tắt