Other Asp.Net Elements ASP.Net 2.0 – Visual Studio 2008

Slides:



Advertisements
Similar presentations
Malek Kemmou Technology Architect, Application Platform Microsoft Middle East and Africa Overview of ASP.NET 2.0.
Advertisements

ASP.Net 2.0 By Sam Nasr April 27,
Windows SharePoint Services 3.0 (WSS v3) Browser Clients MS Word Clients MS Outlook Clients Microsoft Office SharePoint Server 2007 (MOSS) Windows.
Internetteknologi (ITNET2) Presentation 21: ASP.NET Advanced.
User Controls, Master Pages, GridView. Content User Controls Styles, Themes, Master Pages Working with Data GridView Muzaffer DOĞAN - Anadolu University2.
Unit 5: Building Presentation Layer Applications with ASP.NET 2.0.
ASP.NET and AJAX. Agenda What is ASP.NET? ASP.NET Versions Difference Between ASP and ASP.NET ASP.NET Architecture Overview ASP.NET IIS life cycle Overview.
1 Visual Studio Enhancements. 2 Integrated Ajax Support Don’t need an Ajax-Enabled Template Automatic Extender Detection Add Extender Wizard.
ASP.NET 2.0 Member/Role Management with IIS Peter Kellner, Software Engineer/Consultant (download for class on Web Site)
StockWatch Developers: Nimrod Hagay Hagai Barkan Supervisors: Assaf Solomovitch Viktor Kulikov June 2009.
What’s new for web developers? Mike Ormond, Developer Evangelist Manager …
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
1 Designing & Developing Web- Based Solutions in ASP.NET Week 3 Website Navigation & Resources.
Web Site Navigation How to get around in an ASP.NET web application 1Web Site Navigation.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
ASP.NET Whidbey Overview  Wallace B. McClure  Scalable Development, Inc. Scalable Development, Inc. Building systems today that perform tomorrow.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
CIS ASP Tim Brown. .html www .html www .html www.
ASP.NET + Ajax Jesper Tørresø ITNET2 F08. Ajax Ajax (Asynchronous JavaScript and XML) A group of interrelated web development techniques used for creating.
ASP.NET AJAX 1. Ordinary web applications vs. AJAX Ordinary web application The full page is updated at each request The page is not available while being.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
Next Generation Web Applications Jay Schmelzer Group Program Manager – Visual Studio.
Meeting #6 – April 2011 – Web-Technologies Homework Assignments Svetlin Nakov Telerik Corporation
Managing Look, Feel, and Layout with Visual Studio 2005 and ASP.NET 2.0.
Joe Hummel, PhD Dept of Mathematics and Computer Science Lake Forest College
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
ASP.NET &.NET Environment. Overview Part of Microsoft’s.NET environment Used for Development of  Websites  Internet applications  Web Services & XML.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
Programming ASP.NET 2.0 Krishna Kumar Academic Developer Evangelist Microsoft Corp.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
1 CS 3870/CS 5870: Note 19 SiteMap and AJAX Lab 8.
1 CS 3870/CS 5870: Note 18 SiteMap Prog8. Test 2 50 Points Thursday, Nov 12 2:00 PM – 4:00 PM Lab
ASP.NET Rehab AlFallaj. Manualy type the following code for iframe tag in the aspx source code.
1 CS 3870/CS 5870: Note07 Prog 4. Master Pages Creating a master page based on another master page MainMasterPage –For all Progs and Tests Prog4MasterPage.
1 CS 3870/CS 5870: Note07 Prog 4. Master Pages Creating a master page based on another master page MainMasterPage –For all Progs and Tests Prog4MasterPage.
A Lap Around New Enhancements for Web Developers in Visual Studio 2005 Alexander Holy Developer Evangelist, Microsoft EMEA
Module 10: Data Access in ASP.NET. Overview Overview of the ASP.NET Data Access What is Data Access List of Data Source Control What is Data Bound How.
INTRO TO DATA DRIVEN SITES WITH VISUAL STUDIO NOTE: SLIDES ARE NOT COMPLETE, UPDATED DR. DANTE CIOLFI (CHAWL FEE)
Course Introduction Svetlin Nakov Telerik Corporation
Welcome! … to this MSDN Technical Briefing Web and Client Development Great user experiences on the Microsoft Platform, now and in the future July 27 th.
Customizing WebLink Lab 208 Alex Huang. Table of Contents Introduction – What is WebLink Disclaimer Customization Basics and Exercises Resources Questions.
Vinod Unny Enterprise InfoTech Microsoft Regional Director, North India
Working with Data Lesson 4. Objectives DataSource Controls A requirement for most modern Web sites is that they be dynamic. –Static pages are not often.
ISYS 350 Building Business Applications
DYNAMIC CONTENT DELIVERY
Current Popular IT I Pertemuan 5
Web Integration II.
Site Maps and Navigation
Jim Fawcett CSE686 – Internet Programming Summer 2005
Website Navigation.
Part 1 of 2 Creating SQL Database and Binding to GridView
Matt Gibbs ASP.NET Development Manager
Visual Studio 2010 and .NET Framework 4 Training Workshop
Forum .NET 4rd Meeting ● March 6, 2006
Active Server Pages ASP.Net
ISYS 350 Building Business Applications
Introduction to Internet Programming
Beginning Object-Oriented Web Design
ISYS 350 Building Business Applications
State management & Master Pages in asp.net
II. Project Architecture
מונחים בסיסיים במודל השכבות
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
Jim Fawcett CSE686 – Internet Programming Spring 2011
Website Navigation.
Presentation transcript:

Other Asp.Net Elements ASP.Net 2.0 – Visual Studio 2008 CSE686 – Internet Programming Jim Fawcett Summer 2006

New Additions - Visual Studio 2005 New Page Management Master Pages √ Themes Cross-Page posting PostBackUrl control attribute ClientScript property of the Page Class Insert client-side Javascript ClientCallback Hooks into AJAX ASP.Net New Additions - Visual Studio 2005

New Additions - Visual Studio 2005 New Controls New Web Controls GridView and DataView SiteMap Controls √ SiteMapDataSource, Menu, TreeView, SiteMapPath Other new Controls FileUpload, ImageMap Login, LoginStatus, LoginView CreateUser Wizard, SqlExpress Membership Provider ASP.Net New Additions - Visual Studio 2005

New Additions - Visual Studio 2005 Data Access Controls Data Sources SqlDataSource, ObjectDataSource, XmlDataSource Data Views GridView, DetailsView, DataList ASP.Net New Additions - Visual Studio 2005

New Additions - Visual Studio 2005 Web Parts WebParts controls support development of portal style pages Requires Forms or Windows Authentication Allows users to customize page Parts are: WebPartManager, WebPartZone, CatalogZone, … You can create custom WebParts ASP.Net New Additions - Visual Studio 2005

End of Presentation