Ask a questionAsk a question
 

QuestionSyste.Guid

  • Tuesday, October 13, 2009 6:55 PMsolmak Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    I used the following statement in my asp.net application but it does not create and assign any value. There is no compilation error.

    string cartId;

    ..........

    cartId = System.

    Guid.NewGuid().ToString();


    What do you think about the possible cause?  Please assist.