Hi Gimen,
You won't be able to limit the columns that DataView shows.
Rather don't display them at UI level.
--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com
"Gimen" <(E-Mail Removed)> wrote in message
news:075201c3da86$3016a890$(E-Mail Removed)...
> i created a SataSet that contain several DataTables,
> i need to create some more DataTables and DataVies,
> the problem is that each of them should contain another
> DataColumns, i eant to select the columns from the
> existing tables not only the rows.
> sample:
> one of the datatables in the dataset contain those
> DataColumns: firstName, lastName, address,phone,fax and
> mobile,
> i want to create DataView that carry all the rows that the
> last name begin with 'A' , but the columns needed are only
> the last name and first name.