:Oh i see,thanks any way i think i have figure out somethings..i think there is a code about Server.Redirect use to call another page but i have to set the things all the same so my problem is solve.hehe..thanks a lot for your help.I appreciate it.Thanks!
: Tables do not work like that. Lookup information on the iframe tag. You can load web pages in an iframe. So for instance, you can create a table w/ 2 columns and place an iframe in each and then so on. Unfortunately this is all I know on the matter.
:
: : O,i see.Thanks a lot.

: : one more Question,hehe..if not using frame.i use table,how to link it from a column to another column?is that possible?
: : because i know that each column in a table i can set a id="" for it,so if i use a column to set all the link and if user clink the link i can show the page in another column?i try to use <a href=xxx.aspx target=tablecolumnid>
: : but it seem not working,it open a new page to show it.

: :
: :
: :
: :
: : : Well the frames in the frameset file should all have names ...
: : :
: : :
: : : <frameset>
: : : <frame name="frameA">
: : : <frame name="frameB">
: : : </frameset>
: : :
: : :
: : : Then you can target a frame like so from the other frame ...
: : :
: : :
: : : <a href="somepage.aspx" target="frameB">Click</a>
: : :
: : :
: : :
: : : : Thanks a lot for your idea.But can you teach me how to link it when i click the hyperlink in the left side column and it show another aspx page in the right side column?what code should i use ?because i cant use targer=?? and also <a href=??> this also wil open in a new windows.
: : : :
: : : :
: : : :
: : : : : It is best to stay away from frames if possible, when developing ASP.NET pages. This all has to do w/ ASP.NET's post-back behavior.
: : : : :
: : : : : : act i am new in asp.NET so i dont know what to use to build up a page.
: : : : : : When i use frame the <frame src="a.aspx"> <-- can i do that ?or just can use .htm cuz i test and i see my page is blank,although my a.aspx page i change the bgcolor to blue and add some word on it.
: : : : : : then i try to use table to seperate a page but i face problem when i wan to clink a link in my left side table and i want to show it in right side table but i dono how to do it.cuz i use <a href="..."> and it will show a new window.but i try to use target=" the td id." but also cannot.
: : : : : : so any want can help me out.it mayb is a very simple question.but i cant do it.thank you!
: : : : : :
: : : : : :
: : : : :
: : : : :
: : : :
: : : :
: : :
: : :
: :
: :
:
: