JurkMonkey
Programmer
Hi,
I am very familiar with C# but not with asp.net
I simply want to have my webpage -> and insert a separate page in part of a table on my page. The page to be loaded should be pulled from the url.
example:
should do this:
<html>
<head />
<body>
<table>
<tr>
<td> display the 2012.html content here </td>
</tr>
</table>
</body>
</html>
Thanks in advance.
I am very familiar with C# but not with asp.net
I simply want to have my webpage -> and insert a separate page in part of a table on my page. The page to be loaded should be pulled from the url.
example:
should do this:
<html>
<head />
<body>
<table>
<tr>
<td> display the 2012.html content here </td>
</tr>
</table>
</body>
</html>
Thanks in advance.