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
Devendra Kumar
NA
517
243.2k
how to send date time value null in text box c#
May 12 2016 1:22 AM
how to send date time value null in text box
i will use
objadmin.startdate =
Convert
.ToDateTime
(System.DateTime
.Now);
get error in end date
if (txt_Enddate.Text == "")
{
objadmin.end_date = "";
}
i will want i not insert end date then it save null or empty value
in txt_Enddate
Reply
Answers (
1
)
MVC DB first issue
How to Read VarBinary(Max) Data type in C#