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
Priyanka Singh
694
1.4k
672k
Tooltip on Calendar at Dayrender event
Dec 28 2018 11:29 PM
I want tooltip display on calendar selected date as stored in database on day render event.I Have written the code but it diidnt work
System.Web.UI.WebControls.Image image;
image = new System.Web.UI.WebControls.Image();
image.ToolTip = row[
"Event_type"
].ToString();
e.Cell.Controls.Add(image);
e.Cell.BackColor = Color.Wheat;
Reply
Answers (
1
)
redirect to another page if page reloaded 2nd time
Purpose of using httputility class