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:...
User Profile
Collapse
-
DataGrid ItemCommand not fired
-
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
No activity results to display
Show More