Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~338 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for lightshift

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] …

Member Avatar for Erra93
0
185
Member Avatar for Erra93

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 ); // …

Member Avatar for Momerath
0
153

The End.