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

Dynamic Import in Javascript

  Dynamic Imports If you need to load a function conditionally or on-demand (e.g., inside an  if  block or an event listener), use the  impo...