المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : split in C#



C# Programming
08-31-2009, 01:42 PM
i am using this code for date,time ,day
txtdate.Value = System.DateTime.Now.ToLongDateString();
but it totally showing in single textboxt,but we want that
date show in different textbox and time in different
day in different.
so plz help me??????