Howto: Custom page design Creating your own ASPX page Step-by-step guide.

Slides:



Advertisements
Similar presentations
MySQL Installation Guide. MySQL Downloading MySQL Installer.
Advertisements

Presentation Heading – font Arial
11 Getting Started with ASP.NET Beginning ASP.NET 4.0 in C# 2010 Chapters 5 and 6.
OpenCMS and the MSASS Website. A Note on Terminology Locking a file for editing: No lockNOT locked You have write/edit access Someone else has write.
Updating Web Sites for Western Engineering August, 2011.
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Center for Earned Value Management wInsight – “How to Use” Guide
Creating and publishing accessible course materials Practical advise you can replicate.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
So – You want to learn how to put an advanced article submission (cut and paste) onto the state website. (Note: If you have not done so, you will need.
CONFIGURING WINDOWS SERVER MIS 424 Professor Sandvig.
WaveMaker Visual AJAX Studio 4.0 Training Studio Overview.
Macromedia Studio 8 Step-by-Step MACROMEDIA DREAMWEAVER 8 Project 2: Banking Site.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
CMS I – BASIC WEB EDITING INTRODUCTION TO THE CMS Presented By: Rodneikka Scott, MS – Implementation Project Manager Lila Elliott, MA – Manager Client.
LATTICE TECHNOLOGY, INC. For Version 3.0 and later iXVL Publisher Tutorial For Version 3.0 and later.
SharePoint You must use Internet Explorer Single click only on links and buttons There are two handouts 1.Importing a Web Part into SharePoint 2.Adding.
IT 211 Project Integration and Deployment Lab #11.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
E-Commerce: Introduction to Web Development 1 Dr. Lawrence West, Management Dept., University of Central Florida Topics What is a Web.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
C# Tutorial -1 ASP.NET Web Application with Visual Studio 2005.
LearningNet Breeze Presentation Publishing Guide Learning Solution Group Learning Center, Korea Last Updated: November 30,
Drinking Water Infrastructure Needs Survey and Assessment 2007 Training.
ISYS 475 Project: Customizing a Zen Cart E-Commerce Site.
Go to your school’s web locker site school name.schoolweblockers.com) Your user name is the first letter of your first name, the first 4.
Nickelodeon – Blogs User Guide. 1. Introduction The admin tool allows you to create and publish blog posts easily and efficiently along with managing.
Introduction to ASP.NET T.Ahlam Algharasi. The Visual Studio IDE Start page 2.
 Most current version 1.3  Will review some basic and advanced portions of the software  Only have 50 minutes including questions  Please write down.
So – You want to learn how to put an article onto the state website. (Note: If you have not done so, you will need to review the web training provided.
The Internet Using the Internet Web addresses Searching Favourites Saving / Printing web pages.
Google Calendar Integration Guideline Powered by DonorCommunity TM DonorCommunity eLearning Series v1.2, February 2012 Google Calendar Integration Guideline.
Knowledge Management Platform Communities of Practice User Guide for CoP users Copyright © 2010 Group Technology Solutions. All Rights Reserved.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Bookstore Application: Middle Tier Introducing Code-Behind Files, Session State.
® IBM Software Group © 2006 IBM Corporation Finding Out Which Submit Button Was Clicked – and Other JSF Command Button Techniques This section describes.
So – You want to learn how to put an article onto the state website. (Note: If you have not done so, you will need to review the web training provided.
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
Web Site Development - Process of planning and creating a website.
Open the index.html Open this PowerPoint from the S Drive IDT folder Chapman Images.ppt.
1111 Master Pages Beginning ASP.NET in C# and VB Chapter 6.
11 User Controls Beginning ASP.NET in C# and VB Chapter 8.
CIS 338: VB.NET Printing Dr. Ralph D. Westfall May, 2011.
1 Using jQuery JavaScript & jQuery the missing manual (Second Edition)
MICROSOFT AJAX CDN (CONTENT DELIVERY NETWORK) Make Your ASP.NET site faster to retrieve.
Weebly is Your Friend. * To Enhance And Promote Your Curriculum * To Provide A Student Resource * Add Efficiency to Your Planning * Informational * Promote.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Making the Most of Search in SharePoint 2013 Christina Wheeler.
Murach's ASP.NET 4.5/C#, C2© 2013, Mike Murach & Associates, Inc.Slide 1.
Web Portal tricks.
ASP.NET Forms.
Create and edit web pages 4
ASP.NET Web Controls.
CMS I – BASIC WEB EDITING INTRODUCTION TO THE CMS
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
ASP.NET Web Controls.
Adding Post Type Archive in WordPress Navigation Menus Guided By: wpglobalsupportwpglobalsupport.
ASDC Soft Launch Customer User Guide
Web Development in Microsoft Visual Studio 2013
How to customize your Microsoft SharePoint Online website
Lesson 9 Windows Management
Presenter Mindy Pistol Ext
Super Heroes Trailer Using Movie Maker.
Dreamweaver MX 2004 Fundamentals
Introduction to the ISB Intranet
Creating and Linking New Pages
Install MySQL Community Server and MySQL Workbench
Center for Earned Value Management wInsight – “How to Use” Guide
Presentation transcript:

Howto: Custom page design Creating your own ASPX page Step-by-step guide

Why? Use Visual Studio to create your own design Easily make AJAX enabled sites Convert existing solutions to E-Site

1. Setup E-Site Download current E-Site setup package from Unzip to c:\inetpub\wwwroot\sitename Setup as application in IIS admin (for IIS7 use classic pool) Initialize site from (More help on

2. Open your website in visual studio

3. Create your own page

... Creating page Select Web Form (or Ajax enabled) Give it a logical name Click Add

4. Change inheritance Your page class should inherit the ”ESiteDisplayPage” class Although it isn’t absolutely required. Beware some of the core UserControls might assume it.

5. Setup your design Add CSS files, cut, copy paste, do whatever Use elements preferably not tables Use XHTML

6. Use the design in E-Site Login to your site Open design & settings Click ”New” Click ”Custom page”

7. Creating custom page Name it Select ASPX file Click ”Save” obviously (If you didn’t know to click save, please just give up now)

9. Set design for your site Click contents Right click some folder or item Click ”Set design” Click your newly created ”Custom page” design

8. Test your page Click ”View web site” Click the folder you just set your design for This page should now run your ASPX page

9. Add user controls Common and recommended controls are: –DisplayPart.ascx –Drag and drop them into the ASPX page –They are all located below the /website/design/part folder

Set the ObjectID property This ID matches your Design part ID in E- Site (See next page...)

Matching design part Check your design parts folder Create matching objects for your user controls Check the ID column for the ObjectID

Errors Some of the controls have. In their name, causing visual studio 2005 to make an illegal name referance

Rename tag referance Rename ”Frame.html” to ”Frame_html”

Also correct the instance Scroll down to the occurring referance Change the. To _ Also correct the id

Voila Back in ”Design” mode No error

10. Page title Set the page title to runat=”server” OnLoad add this: PageTitle.Text = DisplayObj.GetHeade rValue()

11. Add your design files to protected files E-Site update will otherwise think it’s an obsolete file and delete it!

12. Thats it For a list of the available user controls see