Cannot get the list schema column property from the SharePoint List
October 25th, 2007
Workaround For SharePoint Group Email Limits
October 23rd, 2007
ASP.NET – Test NTFS Directory Access
October 5th, 2007
protected void Page_Load(object sender, EventArgs e) { // Show admin link if they have access to the admin directory. // hyperLinkAdmin.Visible = hasAccessToDir("admin"); } protected bool hasAccessToDir(string dir) { return System.IO.Directory.Exists(MapPath(dir)); }
Post Comment Now

