I have a linkbutton which is used to simply refresh summary data. The problem is that the button is on a parent form which contains an iFrame. When the button is clicked it updates the summary info on the parent form, as is should, but it also redirects the child frame back to its src page. Is there anyway to stop this from happening?
I thought about just using a label and writing a javascript function to postback to the server and run the code behind that updates the summary info but I wasn't sure if that would be a waste of time so I figured I'd get some opinions first.
Thanks in advance,
-Kevin
I thought about just using a label and writing a javascript function to postback to the server and run the code behind that updates the summary info but I wasn't sure if that would be a waste of time so I figured I'd get some opinions first.
Thanks in advance,
-Kevin