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
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