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(); 


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

Java Web Service Soap fault exception client -