Issue with Sharepoint 2010 application page
- by Matt Moriarty
I am relatively new to Sharepoint and am using version 2010. I am having a problem with the following code in an application page I am trying to build:
using System;
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
using System.Text;
using Microsoft.SharePoint.Administration;
using Microsoft.Office.Server;
using…