Recent content by shysarah2003

  1. S

    ASP.NET shopping cart error in C#?

    i am working on a shopping cart for a project and i'm really stuck. ASP.NET seams to be really hard :( I get this error Unable to cast object of type 'System.String' to type 'System.Collections.Generic.List`1[System.String]'. At this line of code var values = (List<string>)Session["Cart"]; Any...
Back
Top