Declare a region called Web Part Properties and for each custom property, create an entry similar to the one below:
private string listName;
[Personalizable(PersonalizationScope.Shared),
WebDisplayName(true),
WebDisplayName("List Name"),
WebDescription("Set your list name you wish the webpart to read from"),
Category("Custom Settings")]
public string ListName
{
get{return listName;}
set{listName = value;}
}
Saturday, May 31, 2008
Subscribe to:
Post Comments (Atom)
.jpg)

No comments:
Post a Comment