Saving the form in Sharepoint using C#

R

Robv

Hi,
I'm trying to save the form in a sharepoint list through C#.
I need to both email and save the (filled out) form.
I know I can use the rules for this, but since I need to add some workflow
logic I need to do this in C#.

The sharepointListAdapter only reads from sharepoint, it doesn't allow me to
submit the form.

Any ideas ?

Thanks,
Rob.
 
Top