G
Guest
How can i implement the following string in c#. I declared temp as
stringbuilder:
temp.Append("<span style=""font-family:Arial;
font-weight:bold;font-size:12px; color:")
i keep getting the eror due to ; insie the string
Thanks
Manny
stringbuilder:
temp.Append("<span style=""font-family:Arial;
font-weight:bold;font-size:12px; color:")
i keep getting the eror due to ; insie the string
Thanks
Manny