string str = "My Name is Aziz"
str.forecolor = ??????????????;
Response.Write(str);
How can?
Need To use Span Tag To assign color to string in Responce.Write on PageLoad Event
protected void Page_Load(object sender, EventArgs e) { Response.Write("<span style= 'color:red'>abc/<span>"); }
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.