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

Misc Javascript points

 Nodejs can support multithreading through use of promises _ is the numeric separator for javascript, that means the numbers 10_000, 11.23_0...