Can't update access database threw asp.net
问题 my access database wont update with this code. what seems to be the problem? i have tried a lot of methods for updating my access database with no sucsess please guys some help. protected void Btnupdate_Click(object sender, EventArgs e) { foreach (RepeaterItem RI in rptEdit.Items) { Label id = RI.FindControl("Pid") as Label; TextBox prdname = RI.FindControl("prdname") as TextBox; TextBox prdprice = RI.FindControl("prdprice") as TextBox; TextBox prdshortdesc = RI.FindControl("prdshortdesc") as