I have a table that rigth column have a link items menu.
Can I set the left column of that table as target of that links? How?
Or have I construct new pages for each item?

Signature
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
With frames you can easily fill a target. With tables, you have to set up
some form of control that has a property to change the contents (or
similar). It is not a case of simple stating Target="someColumn" and having
it run. With data driven apps, you can set up DataGrids for some types of
functionality.
Hope this helps clear it up.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
**********************************************************************
Think Outside the Box!
**********************************************************************
> I have a table that rigth column have a link items menu.
> Can I set the left column of that table as target of that links? How?
> Or have I construct new pages for each item?