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 -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Save and close a word document by giving a name in R -