the following is the code which i write
ArrayList al = new ArrayList();
al.Add(new UserAccount("01 22", "Emo", "online", "false"));
dg1.DataSource = al;
dg1.DataBind();...
User Profile
Collapse
-
Problem in Binding ArrayList to a dataGrid
Hi all,
i created an array list & i filled it with set of objects & then bind it to a data grid
but the problem is that the data grid appear with no data,did anyone has a solution for this problem? -
need help to use checkbox inside a datagrid
salamu alikom all,
i inserted checkbox in a datagrid by using template column
but in the run time, when i try to check any row & then click on a delete button,this row didn't deleted.
i tried to enter the debug mode to see what is the problem, i found that the value of "checked" property of the checkbox is always false although i checked it.
foreach (DataGridItem DataGridItem in dg_displayMsgs. Items)...
No activity results to display
Show More
Leave a comment: