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
Ekrem Tapan
NA
967
81.7k
StartTime and Endtime
Oct 1 2015 2:06 AM
hello everybody, i wantto ask
i have a two variable date starttime and end time.
when i create a post set that show time and end time
so can i use this code set it ? on frontend
If ((dt.Rows(i).Item("DisplaySDate") <= DateTime.Now) && (dt.Rows(i).Item("DisplayEDate") >= DateTime.Now) Then
Me.Visible = True
ElseIf dt.Rows(i).Item("DisplayEDate") < DateTime.Now Then
Me.Visible = True
Else
Me.Visible = False
End If
Reply
Answers (
6
)
How to print two different datagridview in a single page ??
How to change the password in IIS when changed the machine p