nLinnieEatonf
New Member
Not sure if this has been asked, I could not find it searching the title provided. My question is:Are TempData keys in ASP.NET case sensitive?Example:\[code\]TempData["sampleKey"] = 5;\[/code\]If I try to access it using:\[code\]TempData["SampleKey"]\[/code\]will I get the value?