TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
venkat
NA
138
52k
my c# code not accepting rotate style
Jul 27 2016 2:10 AM
watermarkContent
= "Viewed by " + dsUserDetails.Tables[0].Rows[0]["ContactFirstName"].ToString() + " " + dsUserDetails.Tables[0].Rows[0]["ContactLastName"].ToString() + " " + dsUserDetails.Tables[0].Rows[0]["OrgTimeZone"].ToString();
strBody.Append("<span style='
transform: rotate(-90deg)
;color: #7a7a7c;font-size: 13px;font-family: Arial;line-height: 30px;margin:0 15px 0 0;padding:0;'>" +
watermarkContent
+ "");
this is my code . here i apply rotate but it is not apply . please help to me.
I attached my image
Attachment:
Image.zip
Reply
Answers (
1
)
Need to add these gridview data to database..help me
Change Color of a datagridview Cell while entering data.