Pushkar Singh Negi
Solution of .Net and Android Programming
Pages
Home
Android Helping Code
Dot Net Helping Code
Play Store
Privacy Policy
December 07, 2017
How to show date on Edit from when retrieving from database to Presentation layer in Dot Net
Here Date is Saved by name "EffectiveDate" in Database and we are storing it in string format
string dfrom = Convert.ToDateTime(dt.Rows[0]["EffectiveDate"].ToString()).ToString("dd/MM/yyyy");
txtEffectiveDate.Text = dfrom.ToString();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment