ASP.NET 4.0 AJAX - Pseudo Columns - More Wally - Wallace B. McClure
in

MoreWally.com

Giving people what they want, More Wally. This is the technical and personal blog site of
Wallace B. (Wally) McClure.

This Blog

Syndication

Technical Sites

More Wally - Wallace B. McClure

This blog will have all kinds of posts about Wally McClure. In it, there will be tons of .NET and computer programming posts as well as Wally's views on life in general. As you might guess, this site and blog help you get More Wally in your life. What more could anyone want? .NET, ADO.NET, ASP.NET, AJAX, Atlas, Microsoft AJAX Library, ASP.NET AJAX, and now Windows Azure............follow me on twitter at Wally

ASP.NET 4.0 AJAX - Pseudo Columns

With the ASP.NET 4.0 AJAX previews, there is the concept of a pseudo column.  This is similar in concept to Oracle's rownum and rowid columns that are returned in a query.  The two columns that ASP.NET 4.0 AJAX when doing databinding are $index and $dataItem. 

$index is an integer which represents the current record in the data binding operation.

$dataItem are the columns that are available in the data binding operation.

Comments

 

Community Blogs said:

With the ASP.NET 4.0 AJAX previews, there is the concept of a pseudo column. This is similar in concept

March 18, 2009 7:17 AM
2006 - Wallace B. McClure
Powered by Community Server (Non-Commercial Edition), by Telligent Systems