i am using back end as sql server
from vb.net i want to store a date in one column say(fromdate)
what i did is
i placed datetimepicker,and i am retrieving the date in a textbox
now in sqlserver
i declared that date column as smalldatetime datatype
now when i am trying to store date from vb.net,
then error is displayed
now what to do
any suggestions
welcome
thks
from vb.net i want to store a date in one column say(fromdate)
what i did is
i placed datetimepicker,and i am retrieving the date in a textbox
now in sqlserver
i declared that date column as smalldatetime datatype
now when i am trying to store date from vb.net,
then error is displayed
now what to do
any suggestions
welcome
thks