Tuesday, July 12, 2011

How to create Sr No in GridView

Add a TemplateField and inside ItemTemplate put

<%# Container.DataItemIndex + 1 %>

No comments:

Post a Comment

The Basics of Tuples

In Python, a method or function that returns multiple values is commonly described as returning a tuple . When those returned values are ...