Example #1
0
        protected void Button3_Click(object sender, EventArgs e)
        {
            VLecturersRepository vstdir = new VLecturersRepository();

            if (vstdir.Getexeldata() != null)
            {
                DumpExcel(vstdir.Getexeldata(), "VLecturers");
            }
        }