for this
Welcome to my Blog, Here You can find sample codes , help regarinding the Windows Phone 7, Silverlight , asp.net technologies
Tuesday, February 22, 2011
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");
}
{
System.Globalization.CultureInfo cul = CultureInfo.InVariantCulture;
datetime dt = DateTime.Parse("dfasdas",cul);
}
catch
{
MessageBox.Show("Invalid Date");
}
Sunday, February 20, 2011
Friday, February 18, 2011
Wednesday, February 16, 2011
Thursday, February 10, 2011
Wednesday, February 9, 2011
Subscribe to:
Comments (Atom)
