No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
What you could do is have one session to store the amount of items in the basket and then have the item sessions numbered, possibly like this: Session["CoffeeID" + number] = GridView1.SelectedRow.Cells[0].Text; Session["CoffeeName" + number] = GridView1.SelectedRow.Cells[1].Text; Session["CoffeePrice" + number] = GridView1.SelectedRow.Cells[2].Text; Session["CoffeeStrength" + number] = GridView1.SelectedRow.Cells[3].Text; Session["Origin" + number] …
AStar code: [code] path.Clear( ); // Rensa listan, när GeneratePath-metoden kallas så betyder det att vi letar efter en ny väg pathNode = -1; while ( true ) { // // Console.SetCursorPosition( 0, 0 ); // Console.Write( new string( ' ', 50 ) ); // Console.SetCursorPosition( 0, 0 ); // …
The End.
Erra93