Maximizing ASP.NET Real World, Object-Oriented Development [Electronic resources] نسخه متنی

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

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

Maximizing ASP.NET Real World, Object-Oriented Development [Electronic resources] - نسخه متنی

Jeffrey Putz

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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











Composite Controls Versus User Controls


Composite controls aren't the only way to bundle pieces of UI together. You can do the very same thing in user controls, which act as "mini pages" of sorts. As with many aspects of ASP.NET programming, the same task can be accomplished in a declarative way or a programmatic way. User controls are significantly more declarative because you can load up an .ascx file with markup, write a little "glue" code, and be on your way. Composite controls, on the other hand, require a programmatic approach, where you create each individual object and manipulate it, as well as the surrounding markup.

/ 171