string dateText = ((DateTextBox)grdProfiles.Items[rowNumber].FindControl("txtDate")).Text; The value of dateText is in "dd/mm/YYYY" format. Now I have to change it into DateTime
G
Gupta Pankaj
@Gupta Pankaj
string dateText = ((DateTextBox)grdProfiles.Items[rowNumber].FindControl("txtDate")).Text; The value of dateText is in "dd/mm/YYYY" format. Now I have to change it into DateTime