html5-img
1 / 26

Developing An Advanced ASP Server Control With Rich Design-Time

Developing ASP.NET 2.0 Server Controls Agenda. Rich UIMaster PagesThemes and SkinsSmart ClientsScenarioReal estate company web site requires rich controls to enable a variety of custom scenariosSolutionPhotoViewer: Allows a user to navigate through a collection of photos for a given listing

vilhelm
Download Presentation

Developing An Advanced ASP Server Control With Rich Design-Time

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Developing An Advanced ASP.NET Server Control With Rich Design-Time Goksin Bakir Yage Ltd Microsoft Regional Director, MEA

    2. Developing ASP.NET 2.0 Server Controls Agenda Rich UI Master Pages Themes and Skins Smart Clients Scenario Real estate company web site requires rich controls to enable a variety of custom scenarios Solution PhotoViewer: Allows a user to navigate through a collection of photos for a given listing MultiList: Allows a user to view real estate listings in a geographical region We will cover Runtime: Composition, state management, callbacks, web resources, script handling, and data boundcontrols Design-time: Region-editing, task-based editing, painting, host services

    3. Master Page Basics Masters define common content and placeholders (<asp:ContentPlaceHolder>) Content pages reference masters and fill placeholders with content (<asp:Content>)

More Related