I have a problem with my datetimepicker i.e. it is always taking one value "12/30/1899". I am using following statement to get the values from the datetimepicker and then insert it into datagriedview.
this.datetimepi cker.text.toStr ing();
Above statement I am using in my Insert query in order to insert the date into table.
Could any one help me, and tell me why it is taking same value again and again.
Thanks in advance
this.datetimepi cker.text.toStr ing();
Above statement I am using in my Insert query in order to insert the date into table.
Could any one help me, and tell me why it is taking same value again and again.
Thanks in advance
Comment