im trying to convert my date from MySQL to a textbox.text and its giving the msg
unable to convert MySQL date/time value to system.datetime
dim tempdate as date
TempDate = dr.Item("dob").ToString
txtDate.Text = TempDate.ToString
someone please help