protected void Page_Load(object sender, EventArgs e) { Projector_TVBL ptbl = new Projector_TVBL(); txtSr_no.Text = Convert.ToString(ptbl.Max()); }