Sunday 9 February 2014

Custom list creation in sharepoint2010 programmatically

Today, in this article let's play around with one of the interesting and most useful concepts in SharePoint 2010.

 Step 1: Right click project add New Item
Step 2: There select SharePoint --> 2010, Right Side Select LIST and Give Name and Click add button.


Step 3: Don't Change Default Option "Create a customizable list based On" Dropdown list select "Default (Blank)"



Step 4: Click Finish Button

Step 5: New window Open after we can give Column Name and Type,Required field,



Step 6: You add your own column. we can check shema file also.



Step 7: Deploy your Solution.
Step 6: Check your Site. New Custom list Created.
Step 7: Go to Site Action--> Click View All Site Content


Step 8: Click your Custom list, Check your all columns.