Sharepoint SPGridview
I am trying to use SPGridView in my Webpart and comes up with the assembly reference not found error.
E开发者_如何学Pythonrror 1 The type or namespace name 'SPGridView' could not be found (are you missing a using directive or an assembly reference?)
Could any body tell me which assembly I need to refer
Thank you Hari
In that case:
[Microsoft.SharePoint.WebControls.SPGridView][1]
in Microsoft.SharePoint.dll
Note: This is not available in Sandboxed Solutions(If you aren't developing for SharePoint 2010 ignore this.)
Microsoft.SharePoint is the fellow you need.
精彩评论