frame.src trouble

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Without going into too much detail. Tree structure loads an iframe on client side by specifying frame.src="wfGetMySQLData.aspx?DataID=" & myDataID.

Works great. The problem is that after i update the data and it is saved to the database clicking the tree node reloads ="wfGetMySQLData.aspx?DataID=" & myDataID but without causing a Page_Load event. The url and page must be getting loaded from a cache. If i restart my app the correct data is displayed in the frame.

How can I solve this? I know i must be missing something silly.

TIA

vin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top