Hello all,
Thanks in advance for any help.
I used a datalist to display data, I have to build paging and sorting. I used hidden fields to store the sort field and sort command. It works fine as expect, but when I put it inside of the updatepanel, the hidden fields are all empty. Is there a way to solve this problem. I tried to replace the hidden field with static variables, but I don't like the way the static variables work.
can you enable EnablePartialRendering in script manager?
then wrap only controls need to get update within UpdatePanel
PS. remember to keep registry hidden field in each time of post back...
I put these hidden fields and put inside of the UpdatePanel, it works great.
Thanks
No comments:
Post a Comment