What is wrong with my code? I recently posted a question about Calculation in code behind and I tried Vinoth's answer but it gives me an error at this line:
bool isChaffeurUsed = (bool)Session["IsChaffeurUsed"];
error message is: Object reference not set to an instance of an object.
Please tell me what should i do. Many thanks and have a nice day.