Hi
I'm filling some labels using jQuery AJAX and it's working properly (i'm getting the values through webservices). But after that, i'm firing and Button click to get that values but in debugging the labels are empty.
I think it's because the values are losing in PostBack.
Is there anyway to keep those labels values on Postback?