Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
13
Answers
How return date from SQL using c# without time
Abdalla Elawad
8y
357
1
Reply
Hi Programmer :
How return date from SQL using c# without time like in photo below attached both with code c#
:
TextBox2.Text = dt.Rows[0]["Recycle_Date"].ToString();
TextBox3.Text = dt.Rows[0]["Masool_1"].ToString();
TextBox4.Text = dt.Rows[0]["Masool_2"].ToString();
TextBox5.Text = dt.Rows[0]["StartTeamDate"].ToString();
TextBox6.Text = dt.Rows[0]["NewShifitingDate"].ToString();
Post
Reset
Cancel
Answers (
13
)
Next Recommended Forum
how to split and merge file
for loop problem