I want a table in the page to be filled with the data that corresponds with a picture on the page. The user has to click the picture that he wants more information about. The way i have done this is making the images into image-Buttons, Make the button store a session variable and redirect back to the same page, then the session variable is read and used to fill the table. Is it possible to get the same results without reloading the page?
Share
From your question I can guess that you’re using webforms.
Yes, it’s possible in ASP.NET, take a look at UpdatePanel control, it does exactly what you want.