Make new sharepoint 2010 Web in CSharp – Make SPWeb in C#
Want to programattically make a new sharepoint web (SPWeb)? well here is how you go about it – the basic process (as with most things you do in sharepoint in code) is to get the parent site which will hold the new SPWeb (you could call it the to be parent) and then add to [...]