Hi,
I want to display the date like July 01...
My code is below how can I do that using c#........
Age.InnerHtml = string.Concat("Date", GetDetails.Tables[0].Rows[0]["DOB"].ToString());
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Feb 13, 2012, 9:44 AM
VulpesPosted Feb 13, 2012, 6:09 AM
Age.InnerHtml = string.Concat("Date", GetDetails.Tables[0].Rows[0]["DOB"].ToString("MMMM dd yyyy"));