Saturday, March 24, 2012

Load Page Into UpdatePanel

Hi,

I have a webpage that has a column of links. Each links leads to another webpage. What I want to happen is instead of going to a different webpage, for each of the links, I want an UpdatePanel to be updated with the contents of the target of the links.

So basically I need an update panel with multiple triggers and the update panel has to know which link was clicked so that it knows which page to load.

How would I go about doing this? Thanks in advance.

Przemek

I'd suggest looking into using an iframe for your content instead. Performance would be better, it would be more simple to code/maintain, and I really can't think of any disadvantages.

No comments:

Post a Comment