can't edit SQL Data

Discussion in 'ASP.NET 2.0' started by raymondp, Mar 31, 2008.

  1. Are you getting an error message? I doesn't sound like you're triggering the update or insert statements at all. Do you have a sample code you can provide?

    rcp
    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Hi everyone

    I am new to discountasp.net. I have loaded my database & my project using Visual Web Developer express, and have my SQL Database hosted on discountasp.net. When I go to my web site, everything works great, and I can display and navigate through data in the database. My main problem is that when I run an Update or Insert statement, it appears to work, but the data in the SQL table never updates ?? The only way I have been able to update data is to connect via SQL management Studio and make a change manually in teh table, but I cannot seem to update or insert records from the web site. I must be missing something . Is there some setting on the SQL tables that I need to set to allow for remote updates to data from the web site ??[​IMG]


    Thanks

    Chris
     
  3. Hi Chris,
    What sort of data control binding did you use?
    This sort of thing can be tough to pin-point but typically it's something simple.
    In any event I'll do my best to help.
    Salute,
    Mark
     

Share This Page