I have a date in a textbox that came from a popup Calendar control. Now I would like to take the date i returned to this textbox and update it to an SQL Server, but the problem is that the value have to be DateTime and not text.

Can anyone tell me how to do this please.

Thanks.