for this
A place where Web Developer can get awesome articles in asp.net, windows phone 7 / 8 application codes. We aimed at providing the maximum help in the Software Development and Design :)
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");
}
Monday, February 21, 2011
Friday, February 18, 2011
Wednesday, February 16, 2011
Friday, February 11, 2011
Thursday, February 10, 2011
Wednesday, February 9, 2011
Subscribe to:
Posts (Atom)