protected void Page_Load(object sender, EventArgs e) { Coord nc = new Coord(10,20); Label1.Text = nc.PrintCoord(); }