Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retreiving different pieces of data from datagrid?

Status
Not open for further replies.

kefi2927

IS-IT--Management
Apr 3, 2003
40
GB
Hi
Wondering if anyone can help me with this problem?

I'm just starting to learn ASP.NET using VB.
I am able to retrieve a table and different parts of the table using the DataGrid with AutoGenerateColumns="false".

Can I use the same DataGrid with ID to retrieve different parts of the table on to different parts of the web page.

For example I have an MS Access DB with one table in it. From this table I want to be able to display a 'Title' (which is a field) on the top left of the page and then display the rest of that row further down the page.

I have already tried using the DataGrid with the same ID on a different part of the page but get the error that this is already in use by another control.

Any help would be greatly appreciated.

Cheers

Kefi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top