79681606

Date: 2025-06-27 08:11:03
Score: 1
Natty:
Report link

event OnRowCreate

    protected void GridSelCourses_RowCreated(object sender, GridViewRowEventArgs e)
    {
        Unit aaa = new Unit(9, UnitType.Percentage);
        e.Row.Cells[0].Width = aaa;
        aaa = new Unit(4.5, UnitType.Percentage);
        e.Row.Cells[1].Width = aaa;
        // and so on
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eugenio Torre