hi
i have textbox which is used to input time. and in databsae it stores in hh:nn format when i am saving after entering time it stores in time format.
i used dataset to retrive the data from tables to appropriate text box. everything works fine only time is displaying as 01/01/1899 instead it should be 15:12
pls suggest how to correct this
i am using normal textbox in front end i am doing project in vb.net
i have textbox which is used to input time. and in databsae it stores in hh:nn format when i am saving after entering time it stores in time format.
i used dataset to retrive the data from tables to appropriate text box. everything works fine only time is displaying as 01/01/1899 instead it should be 15:12
pls suggest how to correct this
i am using normal textbox in front end i am doing project in vb.net
Comment