using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Text; /// /// Summary description for News_Letter /// public class News_Letter { StringBuilder htmlString = new StringBuilder(); public News_Letter() { // // TODO: Add constructor logic here // } public string HeaderHTML(string strPageTitle) { htmlString.AppendLine(")"); htmlString.AppendLine(""); htmlString.AppendLine("< meta http - equiv = 'Content-Type' content = 'text/html; charset=utf-8' />"); htmlString.AppendLine("< title >" + strPageTitle + ""); htmlString.AppendLine("meta name = 'viewport' content = 'width=device-width, initial-scale=1.0'" + "/> "); htmlString.AppendLine("< script type = 'text/javascript' src = 'http://cricket.jhalak.com/js/jquery.min.js' >"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); return htmlString.ToString(); } public string UserAcknowledgement(string strUserName, string strURL) { htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Hello " + strUserName + "

"); htmlString.AppendLine("
Welcome to Jhalak.com, an account has been created.
"); htmlString.AppendLine("
Please click on the link below to activate your account:
"); htmlString.AppendLine(""); //htmlString.AppendLine(" You login credentials :
"); //htmlString.AppendLine(" User Name: your mail id
"); //htmlString.AppendLine(" Password: saibaba" + "
"); //htmlString.AppendLine(" Note:Please reset your password once you login
"); htmlString.AppendLine("
This step is required to confirm/ validate the email you entered. A valid email address is needed to contact you in future and assist you in case you forget your username and password.
"); htmlString.AppendLine("
You will never receive spam as a result of confirming your email. Please read our privacy policy if you have any concerns.
"); htmlString.AppendLine("
Thank you,
"); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } public string TournamentAcknowledgement(string strUserName, string strTournamentURL) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); //htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

" + strUserName + "

"); htmlString.AppendLine("
Tournament has been created successfully
"); htmlString.AppendLine(""); htmlString.AppendLine("
Happy Browsing..!!
"); htmlString.AppendLine(""); htmlString.AppendLine("
Desi Browsing, Now Easy!
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } public string UserAcknowledgementMail(string ownerName, string username) { htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Hello " + ownerName + "

"); htmlString.AppendLine("
Your have received a Response from " + username + " for your Ad.
"); //htmlString.AppendLine("
Please click on the link below to activate your account:
"); //htmlString.AppendLine(""); //htmlString.AppendLine(" You login credentials :
"); //htmlString.AppendLine(" User Name: your mail id
"); //htmlString.AppendLine(" Password: saibaba" + "
"); //htmlString.AppendLine(" Note:Please reset your password once you login
"); htmlString.AppendLine("
Please Login to your Jhalak Account and Check the response.
"); htmlString.AppendLine("
You will never receive spam as a result of confirming your email. Please read our privacy policy if you have any concerns.
"); htmlString.AppendLine("
Thank you,
"); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } public string AccountActivation(string strUserName) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine("
Hello " + strUserName + "
"); htmlString.AppendLine("
Welcome to Jhalak.com, an account has been created.
"); htmlString.AppendLine("
Please click on the link below to activate your account:
http://cricket.jhalak.com
"); htmlString.AppendLine("
This step is required to confirm/ validate the email you entered. A valid email address is needed to contact you in future and assist you in case you forget your username and password.
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(" "); htmlString.AppendLine(" "); htmlString.AppendLine("
You will never receive spam as a result of confirming your email. Please read our privacy policy if you have any concerns.Jhalak.com is located at 14 Campus Boulevard, Newtown Square, PA 19073.
"); htmlString.AppendLine("
"); htmlString.AppendLine("
Thank you,
Jhalak.com"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); //htmlString.AppendLine(""); return htmlString.ToString(); } public string PromotionalNewsletter(string strUserName) { htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Dear " + strUserName + ",

"); htmlString.AppendLine("
Event Information:
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
Thanks,
Jhalak.com – Customer Care.
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("This email was sent by Jhalak.com, You are subscribed as We respect your right to privacy –
view our policy.Unsubscribe | Report Spam"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } public string BookEventMail(string OwnerMailId, string Eventname, string NoOftkts, string Ttlcost, string EventDate, string Loc) { htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Welcome " + Eventname + "

"); //htmlString.AppendLine("
Your have received a Response from " + username + " for your Business.
"); //htmlString.AppendLine("

" + CoverMsg + "


"); htmlString.AppendLine("

Event Name : " + Eventname + "

"); htmlString.AppendLine("

No. Of Tickets : " + NoOftkts + "

"); htmlString.AppendLine("

Total Cost : " + Ttlcost + "

"); htmlString.AppendLine("

Event Date : " + EventDate + "

"); htmlString.AppendLine("

Event Location : " + Loc + "

"); //htmlString.AppendLine("

Mobile : " + Mobile + "

"); //htmlString.AppendLine("

Expected Sal : " + ExpSal + "

"); //htmlString.AppendLine("

Expected rate : " + ExpRate + "

"); //htmlString.AppendLine("

TeleCommuting : " + teleCommuting + "

"); //htmlString.AppendLine("

Pref Time : " + PrefTime + "

"); //htmlString.AppendLine("

Remote Job : " + RemoteJob + "

"); //htmlString.AppendLine("

Call Option : " + CallOption + "

"); //htmlString.AppendLine("

Pref Emp : " + PrefEmp + "

"); //htmlString.AppendLine("

Emp Contract : " + EmpContract + "

"); //htmlString.AppendLine("

Totl Exp : " + TotExp + "

"); //htmlString.AppendLine("

Domain Exp : " + DomExp + "

"); //htmlString.AppendLine("

Notice Period : " + NoticePeriod + "

"); //htmlString.AppendLine("

USA Exp : " + USAExp + "

"); //htmlString.AppendLine("

Relocation : " + Relocation + "

"); //htmlString.AppendLine("

Master Degree : " + MasterDegree + "

"); //htmlString.AppendLine("

Open for Travel : " + OpenforTravel + "

"); //htmlString.AppendLine("

Work Auth : " + WorkAuth + "

"); //htmlString.AppendLine("

Additional Information : " + AddInfo + "

"); htmlString.AppendLine("
Please Login to your Jhalak Account and Check the response.
"); htmlString.AppendLine("
You will never receive spam as a result of confirming your Email Address. Please read our privacy policy if you have any concerns.
"); htmlString.AppendLine("
Thank you,
"); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } public string BookEventMail(string buyerName, string organizerName, string orderNo, string serviceFee, string ticketType,string BuyerEmailId, string Eventname, string NoOftkts, string Ttlcost, string EventDate, string Loc) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
Dear " + buyerName + "
"); htmlString.AppendLine("
Thank you for purchasing tickets from https://jhalak.com
"); htmlString.AppendLine("
Event Details
"); htmlString.AppendLine("
Event Name: " + Eventname + "
"); htmlString.AppendLine("
Event Date: " + EventDate + "
"); htmlString.AppendLine("
Venue: " + Loc + "
"); htmlString.AppendLine("
Organizer Details
"); htmlString.AppendLine("
Host: " + organizerName + "
"); htmlString.AppendLine("
Order Info
"); htmlString.AppendLine("
Order No: " + orderNo + "
"); htmlString.AppendLine("
Order Date: " + DateTime.Now + "
"); htmlString.AppendLine("
Order By : " + buyerName + "
"); htmlString.AppendLine("
Ticket Info
"); htmlString.AppendLine(ticketType); //htmlString.AppendLine("
Ticket Type: " + ticketType + "
"); htmlString.AppendLine("
Total No.Of Tickets : " + NoOftkts + "
"); htmlString.AppendLine("
4% Jhalak Service Tax non-refundable
"); htmlString.AppendLine("
Total Cost :" + Ttlcost + "
"); htmlString.AppendLine("
Please Login to your Jhalak Account and Check the response.
"); htmlString.AppendLine("
You will never receive spam as a result of confirming your Email Address. Please read our privacy policy if you have any concerns.
"); htmlString.AppendLine("
Thank you,
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } public string BookEventMailtoOrganizer(string OwnerMailId,string BuyerName, string Eventname, string NoOftkts, string Ttlcost, string EventDate, string Loc) { htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Hi " + OwnerMailId + "

"); //htmlString.AppendLine("
Your have received a Response from " + username + " for your Business.
"); //htmlString.AppendLine("

" + CoverMsg + "


"); htmlString.AppendLine("

Event Name : " + Eventname + "

"); htmlString.AppendLine("

Buyer Name : " + BuyerName + "

"); htmlString.AppendLine("

No. Of Tickets : " + NoOftkts + "

"); htmlString.AppendLine("

Total Cost : " + Ttlcost + "

"); htmlString.AppendLine("

Event Date : " + EventDate + "

"); htmlString.AppendLine("

Event Location : " + Loc + "

"); //htmlString.AppendLine("

Mobile : " + Mobile + "

"); //htmlString.AppendLine("

Expected Sal : " + ExpSal + "

"); //htmlString.AppendLine("

Expected rate : " + ExpRate + "

"); //htmlString.AppendLine("

TeleCommuting : " + teleCommuting + "

"); //htmlString.AppendLine("

Pref Time : " + PrefTime + "

"); //htmlString.AppendLine("

Remote Job : " + RemoteJob + "

"); //htmlString.AppendLine("

Call Option : " + CallOption + "

"); //htmlString.AppendLine("

Pref Emp : " + PrefEmp + "

"); //htmlString.AppendLine("

Emp Contract : " + EmpContract + "

"); //htmlString.AppendLine("

Totl Exp : " + TotExp + "

"); //htmlString.AppendLine("

Domain Exp : " + DomExp + "

"); //htmlString.AppendLine("

Notice Period : " + NoticePeriod + "

"); //htmlString.AppendLine("

USA Exp : " + USAExp + "

"); //htmlString.AppendLine("

Relocation : " + Relocation + "

"); //htmlString.AppendLine("

Master Degree : " + MasterDegree + "

"); //htmlString.AppendLine("

Open for Travel : " + OpenforTravel + "

"); //htmlString.AppendLine("

Work Auth : " + WorkAuth + "

"); //htmlString.AppendLine("

Additional Information : " + AddInfo + "

"); htmlString.AppendLine("
Please Login to your Jhalak Account and Check the response.
"); htmlString.AppendLine("
You will never receive spam as a result of confirming your Email Address. Please read our privacy policy if you have any concerns.
"); htmlString.AppendLine("
Thank you,
"); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } #region organizer public string OrganizerTeamInvitation(string strUserName, string strTournamentName, string strTournamentURL) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("Hello " + "" + strUserName + ","); htmlString.AppendLine("
"); htmlString.AppendLine("You have been invited to participate in tournament " + "
" + "" + strTournamentName + " "); htmlString.AppendLine("
"); htmlString.AppendLine("Please take a minute to accept our invitation"); htmlString.AppendLine("
"); htmlString.AppendLine("Please Login to your account and accept the invitation from Tournament Organizer in the Invited Tournaments Menu.
Thank You"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); //htmlString.AppendLine(""); return htmlString.ToString(); } public string OrganizerNewTeamInvitation(string strUserName, string strTournamentName, string strTournamentURL, string strTeamManagerURL, string strPwd) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("Hello " + "" + strUserName + ","); htmlString.AppendLine("
"); htmlString.AppendLine("You have been invited to participate in tournament " + "
" + "" + strTournamentName + "

"); htmlString.AppendLine("
"); htmlString.AppendLine(" Activate your account click here

"); htmlString.AppendLine("Your Login Credentials :
"); htmlString.AppendLine("
"); htmlString.AppendLine("User Name: Your Email ID
"); htmlString.AppendLine("Password:" + strPwd + "
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("Note:Please Login to Your Account and change password"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("Please accept the request from Tournament Organizer in the Invited Tournaments Menu"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); //htmlString.AppendLine(""); return htmlString.ToString(); } public string TournamentWaiver(string strPlayerName, string strPlayerMaild, string strOrgMailId, string strOrganizer, string strTournament, string strDownloadURL) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("Hello " + "" + strOrganizer + ","); htmlString.AppendLine("
"); htmlString.AppendLine("I have agreed tournament waiver to participate in " + "" + strTournament + ""); htmlString.AppendLine("
"); htmlString.AppendLine(" Download tournament waiver

"); htmlString.AppendLine(" Thanks :
"); htmlString.AppendLine(strPlayerName + "," + strPlayerMaild + "
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); //htmlString.AppendLine(""); return htmlString.ToString(); } public string OrganizerFinalizingTeam(string strPlayerName, string strTournamentName, string strTournamentURL, string strTeamManager, string strTeamManagerMaildId) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Dear " + strPlayerName + ",

"); htmlString.AppendLine("
Congratulations..!!
"); htmlString.AppendLine("
Team Manager has accepted your invitation and finalized your place on the squad for
" + strTournamentName + "
"); htmlString.AppendLine("
Please visit the below URL for Tournament Pools, Scheduled Matches, Match Scores, Team points, Team Statistics and Media
"); htmlString.AppendLine("
"); htmlString.AppendLine("" + strTournamentURL + ""); htmlString.AppendLine("
"); htmlString.AppendLine("
Thank you,
" + strTeamManager + "
" + strTeamManagerMaildId + "
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } #endregion #region MyRegion public string WriteNews(string strUserName, string strSummary) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Hello " + strUserName + "

"); htmlString.AppendLine("
" + strSummary + "
"); htmlString.AppendLine("
Happy Browsing..!!
http://www.cricket.jhalak.com"); htmlString.AppendLine("
"); htmlString.AppendLine("Desi Browsing,Now Easy."); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); //htmlString.AppendLine(""); return htmlString.ToString(); } public string WriteNews(string strSubject, string strSummary, string strOrganizer) { htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Hello " + "All" + "

"); htmlString.AppendLine("
" + strSummary + "
"); htmlString.AppendLine("
Happy Browsing..!!
http://www.cricket.jhalak.com"); htmlString.AppendLine("
"); htmlString.AppendLine("Desi Browsing, Now Easy."); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); //htmlString.AppendLine(""); return htmlString.ToString(); } #endregion #region public string ForgotPasswrod(string userName, string strPwd) { htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine(""); htmlString.AppendLine(" "); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine(""); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("

Hello " + userName + "

"); htmlString.AppendLine(" You login credentials :
"); htmlString.AppendLine("
"); htmlString.AppendLine("User Name: your mail id
"); htmlString.AppendLine("Password:" + strPwd + "
"); htmlString.AppendLine("Note:Please reset your password once you login
"); htmlString.AppendLine("
"); htmlString.AppendLine("
Happy Browsing
"); htmlString.AppendLine(" "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
    "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
  • "); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine("
"); htmlString.AppendLine(""); return htmlString.ToString(); } #endregion }