Click here to Skip to main content
15,885,914 members

Comments by Prashant Kothale (Top 3 by date)

Prashant Kothale 18-Aug-15 1:05am View    
Try:
Convert.ToDateTime(DataBinder.Eval(Container.DataItem, "V_TIME_PERIOD"))
instead of
DataBinder.Eval(Container.DataItem, "V_TIME_PERIOD").ToString()
Prashant Kothale 26-Jul-13 7:23am View    
Try this...
string asa =dt.Text.ToString();
Prashant Kothale 26-Jul-13 7:04am View    
then try this...
string asa = Convert.toString(dt);

and if it also not work then tell me the error..