User Profile

Collapse

Profile Sidebar

Collapse
emansc
emansc
Last Activity: Oct 4 '07, 03:07 AM
Joined: Aug 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • emansc
    replied to Problem in Binding ArrayList to a dataGrid
    in .NET
    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();...
    See more | Go to post

    Leave a comment:


  • emansc
    started a topic Problem in Binding ArrayList to a dataGrid
    in .NET

    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?
    See more | Go to post

  • emansc
    started a topic need help to use checkbox inside a datagrid
    in .NET

    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)...
    See more | Go to post
No activity results to display
Show More
Working...