Click here to Skip to main content
16,004,974 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan15-Jul-08 21:52
Imran Khan Pathan15-Jul-08 21:52 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK15-Jul-08 22:35
BalasubramanianK15-Jul-08 22:35 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan15-Jul-08 21:39
Imran Khan Pathan15-Jul-08 21:39 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK15-Jul-08 22:36
BalasubramanianK15-Jul-08 22:36 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan15-Jul-08 23:07
Imran Khan Pathan15-Jul-08 23:07 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK16-Jul-08 1:55
BalasubramanianK16-Jul-08 1:55 
GeneralRe: How to add Sl. No. in data grid Pin
Imran Khan Pathan16-Jul-08 2:01
Imran Khan Pathan16-Jul-08 2:01 
GeneralRe: How to add Sl. No. in data grid Pin
BalasubramanianK16-Jul-08 19:37
BalasubramanianK16-Jul-08 19:37 
<asp:datagrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 24px" runat="server"
    AllowPaging="True" AutoGenerateColumns="False" CellPadding="3" BackColor="White" BorderWidth="1px"
    BorderStyle="None" BorderColor="#CCCCCC" CssClass="GrdRows">
    <SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"&gt;&lt;/SelectedItemStyle>
    <ItemStyle ForeColor="#000066"></ItemStyle>
    <HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
    <FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
    <Columns>
     <asp:BoundColumn DataField="srno" HeaderText="No"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="Sr No.">
      <ItemTemplate>
       <![CDATA[<#Container.ItemIndex + 1 + DataGrid1.CurrentPageIndex*DataGrid1.PageSize %>]]> 
      </ItemTemplate>
     </asp:TemplateColumn>
etc................
////


Balasubramanian K.

QuestionNunitAsp Reference adding problem Pin
Member 451421815-Jul-08 19:38
Member 451421815-Jul-08 19:38 
QuestionRe: NunitAsp Reference adding problem Pin
Sherin Iranimose15-Jul-08 19:54
Sherin Iranimose15-Jul-08 19:54 
AnswerRe: NunitAsp Reference adding problem Pin
Member 451421815-Jul-08 20:43
Member 451421815-Jul-08 20:43 
GeneralRe: NunitAsp Reference adding problem Pin
Sherin Iranimose15-Jul-08 20:47
Sherin Iranimose15-Jul-08 20:47 
GeneralRe: NunitAsp Test new Pin
Member 451421815-Jul-08 23:23
Member 451421815-Jul-08 23:23 
GeneralRe: NunitAsp Reference adding problem Pin
Sherin Iranimose16-Jul-08 0:26
Sherin Iranimose16-Jul-08 0:26 
GeneralRe: NunitAsp Reference adding problem [modified] Pin
Member 451421816-Jul-08 0:58
Member 451421816-Jul-08 0:58 
QuestionEnable/disable Pin
kjosh15-Jul-08 19:19
kjosh15-Jul-08 19:19 
AnswerRe: Enable/disable Pin
N a v a n e e t h15-Jul-08 21:26
N a v a n e e t h15-Jul-08 21:26 
Questionhow to retrive picture at third page as it is submited at first page Pin
gaurav mangal15-Jul-08 18:58
gaurav mangal15-Jul-08 18:58 
AnswerRe: how to retrive picture at third page as it is submited at first page Pin
Sherin Iranimose15-Jul-08 20:04
Sherin Iranimose15-Jul-08 20:04 
GeneralRe: how to retrive picture at third page as it is submited at first page Pin
gaurav mangal16-Jul-08 21:13
gaurav mangal16-Jul-08 21:13 
GeneralRe: how to retrive picture at third page as it is submited at first page Pin
gaurav mangal16-Jul-08 23:09
gaurav mangal16-Jul-08 23:09 
AnswerRe: how to retrive picture at third page as it is submited at first page Pin
Gayani Devapriya15-Jul-08 20:06
Gayani Devapriya15-Jul-08 20:06 
GeneralRe: how to retrive picture at third page as it is submited at first page Pin
gaurav mangal16-Jul-08 21:17
gaurav mangal16-Jul-08 21:17 
GeneralRe: how to retrive picture at third page as it is submited at first page Pin
Gayani Devapriya17-Jul-08 18:35
Gayani Devapriya17-Jul-08 18:35 
GeneralRe: how to retrive picture at third page as it is submited at first page Pin
gaurav mangal17-Jul-08 19:51
gaurav mangal17-Jul-08 19:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.