About Me

My photo
always Dedicated to my work

Tuesday, February 22, 2011

Event for Selected Row in ListBox using MVVM in Windows Phone 7

for this



check Date is valid in the string type bounded textbox in Windows phone 7

try
{
System.Globalization.CultureInfo cul = CultureInfo.InVariantCulture;
datetime dt = DateTime.Parse("dfasdas",cul);
}
catch
{
MessageBox.Show("Invalid Date");
}