Hi, I created a page (a unique aspx file) where I have all the controls in that page together and some of them are hidden but others are visible,according to the exact state of the page.The problem is that I do not want to load all the page again and again in every user's click,but only the parts of the page that are changed...
Such us, I have some imagebuttons and an image control in that page and if I click to an imagebutton to show its icon to the bigger image control,then all the page loads again,with the background image and all the stuff,visible or not.
Is there a way to avoid doing this?
Thanks in advance...