public string CheckUrlExists(string strUrl, int tributetype)
 {
     string strSetButtonText = null;
     TributeResource objResource = new TributeResource();
     return objResource.CheckUrlExistsInTable(strUrl, tributetype);
 }