Click here to Skip to main content
16,014,591 members

Comments by saimanisha (Top 65 by date)

saimanisha 21-Aug-18 8:08am View    
Deleted
DataTable dt=new DataTable();
dt.columns.add("name");
DataRow dr=null;
for(int i=0;i<4:i++)
{
dr=dt.newrow();
dr["name"]="sai";
dt.rows.add(dr);
}
datagrid.itemsource=dt.defaultview;
saimanisha 24-May-18 7:48am View    
yes i already saw that and it doesn't satisfy the requirement as i was new to mvc iam not finding better ways where i can get clear idea.
saimanisha 23-Mar-18 3:08am View    
if this solution helped then accept the solution
saimanisha 22-Mar-18 5:47am View    
i answered below check it
saimanisha 21-Mar-18 9:08am View    
will tell u tmrw