as a newbie to Sharepoint.... I have created a simple list with several columns in Sharepoint 2010.
I now want to add a button on the List that I can programmatically add some onClick events to do the following:
- get a handle on some of the columns in the list;
- Distribute an email automatically based on the content of some of the columns
I am looking at using c# via Visual Studio 2010 for all the programmatic aspect of this development.
Is it possible to export the xml from Sharepoint 2010 then import into Visual Studio 2010 so that I can use the list I created as my starting point for the coding work? If so, how do I go about this?
Thanks.