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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -