how can i add the cc, subject and body to the mailto functionality using the ASP.net with c#
string email = "abc@abc.com"; ClientScript.RegisterStartupScript(this.GetType(), "mailto", "parent.location='mailto:" + email + "'", true);
I will get back soon.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.