Dear All,
i have a small html code in my asp.net page so now i want to preview the code in the same page and i want to send the sample html code to Constant Contract to save as a coustom Template please tell me how to preview the html data in asp.net page ...and After How can i save these html data as Coustom template in Constant Contract ..
if u required a my html code also will send u .. The code like bellow..
protected void btnPreview_Click(object sender, EventArgs e)
{
StringBuilder sbhtml = new StringBuilder();
string url = HttpContext.Current.Request.Url.Scheme + "://" + HttpContext.Current.Request.Url.Authority + HttpContext.Current.Request.ApplicationPath;
sbhtml.Append("");
sbhtml.Append("");
sbhtml.Append("");
| "); sbhtml.Append("
|

");
Krishna Rajput SinghPosted Oct 14, 2015, 12:41 PM