Hi,
I'm trying to write a Webapplication in ASP.Net 3.5 and C#.
I read data from a database and Bind it to a FormView using
Which works quite well. But I have no idea how to save the changes back to the database. Well, I think I can use the dataadapter.upd ate function, but I don't know how to call it before my page does a postback and loose all my changes.
How do I save things back to a database??
Thanks,
Mattias
I'm trying to write a Webapplication in ASP.Net 3.5 and C#.
I read data from a database and Bind it to a FormView using
Code:
<%# Eval("Columname") %>
How do I save things back to a database??
Thanks,
Mattias
Comment