I'm currently using an IFrame to display another website. That website has a plugin that loads when the page loads into a browser to allow the user to view an image.
When I postback to the codebehind to execute some code it refreshes the IFrame every single time.
Is there a way to keep it from reloading the IFrame?
This is going to cause a delay between each field that the user enters since I need to run code after each field is changed.
Any suggestions would be appreciated.
Thanks,
Josh
When I postback to the codebehind to execute some code it refreshes the IFrame every single time.
Is there a way to keep it from reloading the IFrame?
This is going to cause a delay between each field that the user enters since I need to run code after each field is changed.
Any suggestions would be appreciated.
Thanks,
Josh