Scope of accessing data in a Grid view can be bifurcated into three major parts:
foreach (GridViewRow row in GridViewName.Rows)
{
//row is obect type of GridViewRow. It can be used to pass row index value too.
if (...Condition Check...)
{
Code... ;
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment