A
AAaron123
I have a tablecell containing two radio buttons.
I have two htm files.
If one button is checked I'd like one of the file's contents to show.
If the other button is checked I like the other file's contents to show.
I found out about GroupName and AutoPostback so that works.
In the code behind CheckedChanged events I wanted to read the files.
Maybe use an iframe in the cell and set its src in the events. But it
appears the event code does know about the iframe.
Reading I came across using document.all.oFrame but that doesn't appear to
work in the events.
Can you point me to an approach?
Thanks
ps Is iframe treated as markup on the server and simply passed along??
I have two htm files.
If one button is checked I'd like one of the file's contents to show.
If the other button is checked I like the other file's contents to show.
I found out about GroupName and AutoPostback so that works.
In the code behind CheckedChanged events I wanted to read the files.
Maybe use an iframe in the cell and set its src in the events. But it
appears the event code does know about the iframe.
Reading I came across using document.all.oFrame but that doesn't appear to
work in the events.
Can you point me to an approach?
Thanks
ps Is iframe treated as markup on the server and simply passed along??