News

Practical ASP.NET Getting Data Out of the GridView (and the Other Views, Too) Peter answers a reader's question by showing how to access data inside the individual controls of the various DataViews.
Retrieving Display Data The answer depends on two things: the state of GridView and whether the column you want is templated. For instance, to retrieve the value of a cell that isn't in edit mode and ...