D
DotNetJunkies User
Hi,
I was wondering if it is possible to load datagrid into datalist programatically using ITemplate interface with the following structure and place intp placeholder control.
PlaceHolder
- DataList
- DataGrid (DataList Item)
I have hierarchical data that I want to display using webcontrols whilst calculating minimum cost for each courier with Compute() method in DataGrid.
Country
- Courier List
Any advice or example much appreciated.
Andrew
I was wondering if it is possible to load datagrid into datalist programatically using ITemplate interface with the following structure and place intp placeholder control.
PlaceHolder
- DataList
- DataGrid (DataList Item)
I have hierarchical data that I want to display using webcontrols whilst calculating minimum cost for each courier with Compute() method in DataGrid.
Country
- Courier List
Any advice or example much appreciated.
Andrew