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
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