Sign in
|
Join
|
Help
in
Current Tags
Melyssa’s Blog
Fusionaries
(Entire Site)
Home
Blogs
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
SharePoint Field Data: Simple Web Part
New Globalization Functionality for Developers in Windows 7
A Few of My Favorite Windows 7 New Additions
Windows 7 Features Supported by the Windows API Code Pack
Developing Multi-touch Applications for Windows 7
Tags
ForeFront
SharePoint
Web Parts
Windows 7
Archives
September 2009
(1)
June 2009
(3)
May 2009
(1)
March 2009
(1)
September 2008
(5)
Melyssa’s Blog
Browse by Tags
All Tags
»
Web Parts
(
RSS
)
SharePoint
SharePoint Field Data: Simple Web Part
If you're working with CAML, it's good to have available a list of fields, their internal field names, and their data types. I wrote a simple Web part that accepts the display name of a list and returns this information, along with whether or...
Posted
Sep 09 2009, 12:25 PM
by
mbell
with | with
no comments
Filed under:
SharePoint
,
Web Parts
How to create and deploy a custom Web Part
1. Open Visual Studio 2005 and create a new Web Part project. 2. Add the following two using statements to the .cs file: using System.ComponentModel; using System.Net; 3. Add the following using statement to the AssemblyInfo.cs file: using System.Security;...
Posted
Sep 18 2008, 06:14 PM
by
mbell
with | with
no comments
Filed under:
SharePoint
,
Web Parts