Live Chat Icon For mobile
Live Chat Icon

ASP.NET FAQ - ASP.NET 2.0

Find answers for the most frequently asked questions
Expand All Collapse All

A master page is a template that you can use to define the overall look and feel of your ASP.NET Web applications. In previous versions of ASP.NET, you were forced to embed user controls in every page to get consistency. Master pages now make it much easier to deliver a consistent look and feel, without the need to embed user controls across all of your pages.

Here is an article from ftp online: Create Master Pages in ASP.NET 2.0.

Permalink

Atlas is interesting concept extended form AJAX, integrated in ASP.NET 2.0. It extends the concept of AJAX in 2 different ways.

1.It provides the clide side scripting libraries that enable the developers to create the interactive Uis and allows the remote procedure calls by providing the true OO API’s and Components.

2.It provides the rich integrate server development in ASP.NET 2.0.

For further information visit this link.

Permalink

AJAX stand for – Asynchronous JavaScript + XML. Ajax applications inevitably involve running complex JavaScript code on the client. Making that complex code efficient and bug-free is not a task to be taken lightly, and better development tools and frameworks will be needed to help us meet that challenge.

For further information visit this link.

Permalink

Share with

Couldn't find the FAQs you're looking for?

Please submit your question and answer.