How to get SharePoint 2010 controls in toolbox
Posted
by
Suja Shyam
on Super User
See other posts from Super User
or by Suja Shyam
Published on 2012-12-10T11:08:28Z
Indexed on
2012/12/10
11:10 UTC
Read the original article
Hit count: 221
calendar
My application uses Visual Studio 2010 to develop an application in SharePoint 2010. I created a visual webpart and added a <SharePoint:SPCalendarView ID="EventsCalendar1" width="100%" runat="server"></SharePoint:SPCalendarView>
I also found that there are many other controls which appears in intellisense. How can I add these controls to the toolbox? Is there any documentation available on how to use these controls?
© Super User or respective owner