We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
ASP.NET Data Controls Part 3: DataList
|
| Subject: |
|
Datalist Master/child problem |
| Date: |
|
2005-03-08 08:45:14 |
| From: |
|
gilc
|
|
|
|
I have 4 columns in the master datalist and if you click the down arrow, a datagrid child will show 4 columns. I can access the master datalist unique index identifier on the datakeyfield and be able to show the child those filtered data. However, I've been trying to find the proper VB.net command to read the selected data on the 3rd column of the master detail which has the month so I can further filter the data on the child. I have a sub assigned on the OnItemDataBound for the datalist. Any help would be appreciated. Thanks! |