Access Databse In Web Developer

  • Thread starter Thread starter Bgreer5050
  • Start date Start date
B

Bgreer5050

I can use a form view, gridview and details view to see the data in my
access databse, but i cannot edit or add to the database. What simple step
am I missing?
 
The step that helps us learn how to use google is always a good idea. Try
the following and any variants you can think of...

// google
edit gridview site:msdn2.microsoft.com

Assuming you've configured the controls correctly you need to ensure ASPNET
has write access to the mdb file.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
 
Back
Top