Site Activity

  • Rahul D Menon  posted a tweet:   16 hours, 7 minutes ago · View

    Ind vs SL, We finally have lead!!!

  • Rahul D Menon  posted a tweet:   16 hours, 26 minutes ago · View

    @karunchandhok have a good time!!!

  • Jitto P.Jose started the forum topic How to get date difference in C# in the group ASP.net:   17 hours ago · View

    Hi,
    Using the following code you can get the difference of two DateTime values

    string startDateString = “1/10/2009″;
    string endDateString = “3/24/2010″;
    DateTime startDate = Convert.ToDateTime(startDateString);
    DateTime endDate = Convert.ToDateTime(endDateString);
    TimeSpan dateDifference = endDate.Subtract(startDate);
    int days = dateDifference.Days;

    You have several options to get the difference in Days, Hours, Milliseconds etc…

  • Jitto P.Jose posted an update:   17 hours, 4 minutes ago · View

    @rahuldmenon Its a privilege to the CMDN.com to be blocked in Dell’s office… :)

  • Rahul D Menon  posted a tweet:   17 hours, 16 minutes ago · View

    der goes d outside chance of an innings win!!!

  • Rahul D Menon  posted a tweet:   17 hours, 23 minutes ago · View

    @jittopjose allea machu dat site is blocked here…:)

  • Jitto P.Jose posted an update:   17 hours, 37 minutes ago · View

    @rahuldmenon which is your cricket site?.. is it CMDN.com?

  • Rahul D Menon  posted a tweet:   17 hours, 43 minutes ago · View

    @ImRaina Big congrats on saving d test match & ur great innings.. also becoming the trending topic in twitter as well!!!

  • Jitto P.Jose started the forum topic How to add and read session values in c# in the group ASP.net:   17 hours, 48 minutes ago · View

    Add values to session: Session.Add Eg: string firstName = “Jeff”; string lastName = “Smith”; string city = “Seattle”; Session.Add(“First”, firstName); Session.Add(“Last”, lastName); Session.Add(“City”, city); Read values from session Eg: string firstName = (string)(Session); string lastName = (string)(Session); string city = (string)(Session); Its a best practice to put a null check before accessing session values Eg: [...]

  • Rahul D Menon  posted a tweet:   17 hours, 54 minutes ago · View

    exactly… he did it 200 again…. :)

  •   posted a tweet:   17 hours, 55 minutes ago · View

    my cricket site is hung… did sachin score double!!!

  • Jitto P.Jose posted an update:   18 hours, 26 minutes ago · View

    You are really using this site for marketing… :) keep going… @andylau

  • Jitto P.Jose started the forum topic How to Process XML using LINQ in the group ASP.net:   18 hours, 28 minutes ago · View

    Hi,
    Here I am sharing an article which describes how to process xml documents using LINQ

    http://www.eggheadcafe.com/tutorials/aspnet/77270889-d046-4f46-a189-86f2c2bec296/processing-xml-using-linq.aspx

    Thanks….

  • andylau posted an update:   18 hours, 33 minutes ago · View

    Wedding dresses Importance
    A wedding is a solemn occasion. It’s also a special event by which two willing hearts and minds unite by an endless bond of aeonian love. Hence, the dress of the bride and the bridegroom should be thoughtfully selected to reflect the meaning of the grand occasion. The wedding dress of the bride comes in bright, auspicious colors styled uniquely in conformance with the ceremonial importance as determined by the culture and religion, which sanctifies the marriage.
    Characteristics of wedding dress
    Wedding dresses come in various colors, forms and styles corresponding to the many cultures and fashions from which they hail. Wedding gown are characterized by their dainty grace and charm. Although the term wedding dress usually refers to the bridal gown worn by Western/European brides, all the different kinds of dresses worn by brides worldwide come within the ambit of bridal gown.
    Wedding dresses vary with regions, customs, cultures and religions. The Oriental, the Indian, the Middle East, the African, the Mediterranean, and the American – all have their various typical wedding dress codes. Whatever may be the type of wedding dress of the bride – a wedding gown, a sari, a kimono, a Salwar Kamiz with wedding veil, it’s created to spell elegance and hold the audience and especially the bridegroom spellbound. Wedding dresses are secured from the highly accomplished artisans who use the best materials and the most convoluted ornamentations – elaborate patterns and designs to create the choicest dresses of the individual culture. The dainty wedding dresses thus made serve as a reflection of the culture concerned too.
    Considerations in choosing suitable wedding dress
    In weddings the appearance of the bride and the bridegroom is of prime importance. The wedding dress or the bridal attire requires special mention in this regard since the bride is the cynosure of all eyes at the wedding and therefore her attire commands utmost attention. The wedding gown should be selected with due care with reference to the following considerations:
    1. Checking bridal magazines to get a better idea of what fashions are in style.
    2. Searching opinions from select friends on the dress selection and trying to view choices made from their perspective.
    3. Thinking over the kind of party to be hosted and the prevailing mood- formal or casual.
    Budgetary constraints set up regarding purchase of dress.
    Also, don’t forget to use your creativity and maybe make your own custom wedding dress and spark up the wedding and get all the attention you deserve!

  • Jitto P.Jose started the forum topic How to access Forms Authentication Timeout property from code in the group ASP.net:   18 hours, 43 minutes ago · View

    Forms Authentication Timeout property can be accessed from c# code. You can access it via reflection

    private static int GetFormsAuthenticationTimeOut()
    {
    Type formAuthType = typeof(FormsAuthentication);
    var field = formAuthType.GetField(“_Timeout”, BindingFlags.Static | BindingFlags.NonPublic);
    if (field == null) return 30;
    var value = field.GetValue(null);
    return (value == null) ? 30 : (int)value;
    }

  • lala0628 became a registered member   18 hours, 50 minutes ago · View

  • Rahul D Menon  posted a tweet:   19 hours, 43 minutes ago · View

    ohoo race dis weekend…

  • Rahul D Menon  posted a tweet:   19 hours, 48 minutes ago · View

    @jittopjose marketing stuff by social marketing sites

  • wq1334 became a registered member   20 hours, 27 minutes ago · View

  • Rahul D Menon  posted a tweet:   21 hours, 13 minutes ago · View

    Siva Seva spilling milk is disgraceful!!! shame on u SS!

  • Load More