how to solve my problem of conversion of string to datetime?
I wanted to list dates in the dropdown list, but I am having a conversion problem in the GenreLst.AddRange command (GenreQry.Distinct ()); can someone help? thanks
I tried use Convert.ToDateTime() but not work.