Sharepoint2010 : Retracing the solution
SharePoint
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have created some lists by coding but unable to delete these lists. As per some google comments, We should retrace the solution.I have tied this but lists are still there. Any idea? Regards, Vishal
-
Hi, I have created some lists by coding but unable to delete these lists. As per some google comments, We should retrace the solution.I have tied this but lists are still there. Any idea? Regards, Vishal
try to delete the list by code like Web.List["ListName"].Delete()