Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
731
how to select specific row cell from code bhind?
posted

hi i am using following code in code behind to save entered record in ultrawebgrid...

 

foreach (UltraGridRow dr in UltraWebGrid1.Rows)

{

cell1 = dr.Cells[0].Value.ToString();

 ----------> here on specific value check on cell1 i want to select that row cell how????????

}

Parents
No Data
Reply Children