Skip to content

Replies

0
aka kumar
aka kumar answered on Oct 12, 2015 1:46 PM

thnaks for support but 

in want to find template column on value  for each loop to save multiple value on server side 

if check box is check then save values.

check box have two or more check box checked on grid  option 

1 -checkbox1 =check

2 -checkbox1=check

i want to save two rows value.

foreach (GridRecord row in listWebGrid.Rows)

{

string itm = row.Items[0].text;

}

0
aka kumar
aka kumar answered on Oct 12, 2015 4:55 AM

i want to check server side to save value in db