Chapter 7: Creating Web Forms - Microsoft ASP.NET Programming with Microsoft Visual Basic .NET Version 2003 Step by Step [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Microsoft ASP.NET Programming with Microsoft Visual Basic .NET Version 2003 Step by Step [Electronic resources] - نسخه متنی

G. Andrew Duthie

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 7: Creating Web Forms


Overview


In this chapter, you will learn how to:



Create Web Forms pages.



Create and use user controls.



Handle page and control events.



In previous chapters, you’ve seen examples of both very simple and more complicated ASP.NET pages. The simplest ASP.NET page consists of plain HTML and is named with the .aspx extension. While that’s perfectly valid, it’s also missing a lot of the elements that make Web Forms so useful.

Web Forms go beyond what classic ASP pages offered, adding new directives, new reusability options in the form of user controls and server controls, and a new server-side data-binding syntax. This section will explore how a page is put together and how you can use these new features in your Web Forms.

/ 126