L
Lloyd Sheen
I am looking to find a tutorial which will explain the steps to replicate
the following WinForms behaviour in ASP.NET.
WinForms:
A DataGridView holds a set of Linq To SQL objects, which can be edited.
When edits are complete a button click will allow the user to comit the
edits or cancel the edits (using
linqitems.Refresh(RefreshMode.OverwriteCurrentValues,
linqitems.GetChangeSet.Updates)).
So in ASP.NET I would load a page with a ??? (which would be a grid-like
object) to display the items and allow for edits. Once the edits are
complete a button to comit the edits (using
linqitems.SubmitChanges(ConflictMode.FailOnFirstConflict)).
I have found tutorials which show how to use Linq To SQL for editing etc but
they are not really tied into ASP as they just use ASP as the platform for
button clicks etc.
Any ideas,
Thanks
Lloyd Sheen
the following WinForms behaviour in ASP.NET.
WinForms:
A DataGridView holds a set of Linq To SQL objects, which can be edited.
When edits are complete a button click will allow the user to comit the
edits or cancel the edits (using
linqitems.Refresh(RefreshMode.OverwriteCurrentValues,
linqitems.GetChangeSet.Updates)).
So in ASP.NET I would load a page with a ??? (which would be a grid-like
object) to display the items and allow for edits. Once the edits are
complete a button to comit the edits (using
linqitems.SubmitChanges(ConflictMode.FailOnFirstConflict)).
I have found tutorials which show how to use Linq To SQL for editing etc but
they are not really tied into ASP as they just use ASP as the platform for
button clicks etc.
Any ideas,
Thanks
Lloyd Sheen