I have some trouble understanding this one so here it is.
I\'m trying to set a cookie and display the value on the page using ASP.NET + C#.
he
The lblChangeToSmall_Click event is fired after the Page_Load event. Therefore the cookie write won't be available on the Request until the subsequent postback.
lblChangeToSmall_Click
Page_Load
It will be avaialable on the client immediately though.