i want to select DATE from a calender , then it will show in a textbox. when i save it, system "TIME" also save automatically. what can i do?
ht.Add("VisitDate", txtVisitDate.Text);
when i take "date time" from system, my code is like this
ht.Add("EntryDate", DateTime.Now);
Go to the complete details ...