示例#1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            DAL.AnnotationDataContext dc = new Annotation.DAL.AnnotationDataContext();
            var annos = from xx in dc.Annotation select xx;

            GridView1.DataSource = annos;
            GridView1.DataBind();
        }
示例#2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            DAL.AnnotationDataContext dc = new Annotation.DAL.AnnotationDataContext();
            var annos = from xx in dc.Annotation select xx;

            GridView1.DataSource = annos;
            GridView1.DataBind();
        }