can any one solve this problem I have problem in this coding can some suggest me about this
try
{
AdminContent admcnt = AdminContent.GetContents(8);
//StrContactUS = admcnt.PageText;
tdText.InnerHtml = Server.HtmlDecode(admcnt.PageText);
}
catch (Exception ex)
{
try
{
AdminContent admcnt = AdminContent.GetContents(8);
//StrContactUS = admcnt.PageText;
tdText.InnerHtml = Server.HtmlDecode(admcnt.PageText);
}
catch (Exception ex)
{