The problem is , every time i do a postback my variable \"value\" doesn\'t keep it\'s previous value, and always the dictionary is empty. It doesn\'t have any previous saved
After postbacks the variables lose the value as they are recreated..You can depend HTML hidden inputs..
Markup:
Code behind:
Hidden1.value="something";