I have a problem with Repeater
-
I have a problem with Repeater. After create connection to database, run website then appear message error: External component has thrown an exception. This is my connection:
private void Page_Load(object sender, System.EventArgs e) { SqlConnection myConnection = new SqlConnection("server=local;database=Rainbow;uid=sa;pw="); SqlDataAdapter myCommand = new SqlDataAdapter("select * from rb_Diem",myConnection); DataSet ds = new DataSet(); myCommand.Fill(ds,"rb_Diem"); rptDSachdiem.DataSource= ds; rptDSachdiem.DataBind(); }
Repeater's of me name rptDSachdiem.<%# DataBinder.Eval(Container.DataItem, "STT")%> <%# DataBinder.Eval(Container.DataItem, "TenMon")%> <%# DataBinder.Eval(Container.DataItem, "Diem")%> <%# DataBinder.Eval(Container.DataItem, "Hoctrinh")%> <%# DataBinder.Eval(Container.DataItem, "TBC")%> <%# DataBinder.Eval(Container.DataItem, "STT")%> <%# DataBinder.Eval(Container.DataItem, "TenMon")%> <%# DataBinder.Eval(Container.DataItem, "Diem")%> <%# DataBinder.Eval(Container.DataItem, "Hoctrinh")%> <%# DataBinder.Eval(Container.DataItem, "TBC")%>