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
Legent Mady
NA
41
12.8k
data base to date time picker value not displayed
Mar 26 2017 9:44 PM
i am using vs2015 ,
my database table columns is regno,name,dob,image
my retrive form code is..
if (DS.Tables[0].Rows.Count > 0)
{
textBox2.Text = DS.Tables[0].Rows[0].ItemArray[0].ToString();
textBox3.Text = DS.Tables[0].Rows[0].ItemArray[1].ToString();
comboBox1.Text = DS.Tables[0].Rows[0].ItemArray[3].ToString();
comboBox7.Text = DS.Tables[0].Rows[0].ItemArray[4].ToString();
comboBox2.Text = DS.Tables[0].Rows[0].ItemArray[5].ToString();
comboBox3.Text = DS.Tables[0].Rows[0].ItemArray[6].ToString();
MemoryStream MS = new MemoryStream((byte[])DS.Tables[0].Rows[0]["IMAGE"]);
pictureBox1.Image = new Bitmap(MS);
MessageBox.Show ("SEARCH FINISHED");
}
how to datetime picker to retrive dob values?
Reply
Answers (
5
)
solve for this problem using c++ file
Visual Studio 2017 Xamarin