
Originally Posted by
manju
can any one solve this problem I have problem in this coding can some suggest me about this
try
{
AdminContent admcnt = AdminContent.GetContents(

;
//StrContactUS = admcnt.PageText;
tdText.InnerHtml = Server.HtmlDecode(admcnt.PageText);
}
catch (Exception ex)
{
Hi, there is one problem...
This might solve it and I think you're missing a bracket!
-------------------------
Code:
try {
AdminContent admcnt = AdminContent.GetContents(8);
//StrContactUS = admcnt.PageText;
tdText.InnerHtml = Server.HtmlDecode(admcnt.PageText);
}
catch (Exception ex) {
}