FormView Insert gives 404 Error

  • Thread starter Thread starter Bishop
  • Start date Start date
B

Bishop

ASP.NET 2.0
XP SP2
IIS
W/IE7
Master Page

I use the wizard to create the FormView and Datasource and set the default
view to Insert. When I try to use the page, and click the insert link, I
get a 404 error. Any idea why I would get this? This is all using the
wizard, including creating the SQL queries.
 
Bishop said:
I use the wizard to create the FormView and Datasource and set the default
view to Insert. When I try to use the page, and click the insert link, I
get a 404 error. Any idea why I would get this? This is all using the
wizard, including creating the SQL queries.

404 means "Page not found" error.
 
Yes I know, why does it try to postback to the page it's run from and end up
with a 404 error.
 
Back
Top