c# - how can i populate the Text Items which is of date type to Textbox text of version asp.net 4.5 where the textmode is set to date type -
how can populate text items of date type textbox text of version asp.net 4.5 textmode set date type. here sample, txtenddate of date type (textmode=date) , taking column enddate database of datetime type sql server , trying populate textbox txtenddate of date type (textmode=date) txtenddate.text = dtfilter.rows[0]["enddate"].tostring();