Hi, I am having a difficulty on assigning date in a textbox with maskeditextender.
I have this code, but when I run page, it does not work.
Any idea on how am I work around with this?Code:txtBirthDate.Text = rdStudentInfo["birthdate"].ToString();
| SitePoint Sponsor |


Hi, I am having a difficulty on assigning date in a textbox with maskeditextender.
I have this code, but when I run page, it does not work.
Any idea on how am I work around with this?Code:txtBirthDate.Text = rdStudentInfo["birthdate"].ToString();
Bookmarks