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
siva nagarjuna
NA
26
17k
How can i insert events dyanamically in a calendar?
Aug 12 2016 2:19 AM
i have a table in my database with the columns "Date,Event". i want bind the event based on the date.i try this code.i find some mistakes.please help me.
foreach (DataRow r in ds.Tables[0].Rows)
{
DateTime dt = r.Field<DateTime>("Date");
if (e.Day.Date == dt.Date)
{
Label lbl = new Label();
lbl.Text = r.Field<string>("Event");
}
}
Reply
Answers (
1
)
html control vs asp control in asp.net webform
Want to develop Ad Blocker in .net