This post explains how to create a basic Web Site that uses ASP.NET Dynamic Data. ASP.NET Dynamic Data provides the Web application scaffolding that enables you to build rich data-driven Web applications.
scaffolding is mechanism that enhance the functionality of the existing ASP.NET Framework by adding the ability to dynamically display pages based on the data model of the database.
|
This article describes how to display the Context Menu on each row of the ListView Control using DropDownExtender and Menu control.
|
The Microsoft ASP.NET MVC Framework has been getting talked about more and more lately. The power and flexibility of ASP.NET MVC allows for developers to use libraries other than those include in the box. The popular JavaScript framework, jQuery, is no exception.
|
Learn to use search engine friendly URLs for your ASP.NET pages
|
As ASP.NET 2.0 does not provide built in support for Back button functionality in AJAX Update Panel,
This post will show you how to use ASP.NET 3.5 Ajax ControlToolKit History control with ASP.NET 2.0, to achieve the back button functionality in ASP.NET 2.0
|
AJAX and LINQ are two of the main focuses of Microsoft right now; and no wonder - both have huge potential and power behind them.
In this example, we will show how we can use AJAX coupled with LINQ and XML to create a Web Application that we can use to view stored data instantaneously, as well as add to it in the same way
|