User Profile

Collapse

Profile Sidebar

Collapse
jigsawcube1
jigsawcube1
Last Activity: Sep 13 '07, 11:52 AM
Joined: Sep 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jigsawcube1
    started a topic DataGrid ItemCommand not fired
    in .NET

    DataGrid ItemCommand not fired

    I am trying to accept two input strings and concatinate and display the result in a datagrid. Following is the HTML and code. ItemCommand does not get fired what is that I am missing?

    <body bgColor="#99ccf f" MS_POSITIONING= "GridLayout ">
    <form id="Form1" method="post" runat="server">
    <asp:datagrid id="DataGrid1" style="Z-INDEX: 101; LEFT:...
    See more | Go to post

  • jigsawcube1
    started a topic DataGrid ListItem Enumerator Question
    in .NET

    DataGrid ListItem Enumerator Question

    In the DataGrid Databound method I always see the following type of comparison. Do I always need to compare with both Item & AlternatingItem ? I know that ListItemType.Al ternatingItem represents 0 based even indexed cells. But what I would like to know is ListItemType.It em represents even and odd or just odd cells.

    The code in question is as follows:

    Code:
    private void DataGrid1_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs
    ...
    See more | Go to post
No activity results to display
Show More
Working...