Saturday, January 4, 2014

how to read boolean value from gridview?

Hi Bahare


I assume (by the error details you gave to Saeed Bz) that you are using ASP.NET GridView.



Boolean i = bool.Parse(disLikegr.Rows[0].Cells[1].Text);
Boolean ii= bool.Parse(disLikegr.Rows[0].Cells[2].Text);

No comments:

Post a Comment