DotNetStars wishes you a very happy new year.
Friday, December 31, 2010
Wednesday, December 29, 2010
Displaying the serial number in the Gridview
Hi Guys,
To add a serial number to the GridView,here is quick solution.
<asp:templatefield>
<itemtemplate>
<%# Container.DataItemIndex + 1 %>
</itemtemplate>
</asp:templatefield>
Regards
Prabhakar
To add a serial number to the GridView,here is quick solution.
<asp:templatefield>
<itemtemplate>
<%# Container.DataItemIndex + 1 %>
</itemtemplate>
</asp:templatefield>
Regards
Prabhakar
Welcome to SLR gang Discussions on .Net and Share point
Hi Gusys,
We are happy to announce SLR Gang discussions on .Net and sharepoint.
Our primary focus is on .Net and Sharepoint. We will post all the scenarios and experience while solving the .net related and share point related requirements.
Soon we will start posting our gang experience to users.
We are happy to announce SLR Gang discussions on .Net and sharepoint.
Our primary focus is on .Net and Sharepoint. We will post all the scenarios and experience while solving the .net related and share point related requirements.
Soon we will start posting our gang experience to users.
Subscribe to:
Posts (Atom)