Answered by:
foreign keys and others no lnk

Question
-
User-779088053 posted
im using northwind database .i created my own template for Grid using itemplate. so far i got all datas but the foreign keys and other tables doesnt have a link. how do i get my datas to have a link to their own parent.Monday, December 22, 2008 9:34 PM
Answers
-
User1641955678 posted
When you create your template, make sure that you create DynamicControl's for your fields if you want the Dynamic Data behavior (including the links for FKs).
David
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 23, 2008 2:39 AM -
User-330204900 posted
Hi Syntax101, have a look at my articles on custome PageTemplate here:
- Custom PageTemplates Part 1 - Custom PageTemplates with Ajax Control Toolkit Tabs
- Custom PageTemplates Part 2 - A variation of Part 1 with the Details and SubGrid in Tabs
- Custom PageTemplates Part 3 - Dynamic/Templated Grid with Insert (Using ListView)
- Custom PageTemplates Part 4 - Dynamic/Templated FromView
it has a lot on ITemplate [:D] and generating dynamic FormView and Listview.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 23, 2008 6:26 AM
All replies
-
User1641955678 posted
When you create your template, make sure that you create DynamicControl's for your fields if you want the Dynamic Data behavior (including the links for FKs).
David
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 23, 2008 2:39 AM -
User-330204900 posted
Hi Syntax101, have a look at my articles on custome PageTemplate here:
- Custom PageTemplates Part 1 - Custom PageTemplates with Ajax Control Toolkit Tabs
- Custom PageTemplates Part 2 - A variation of Part 1 with the Details and SubGrid in Tabs
- Custom PageTemplates Part 3 - Dynamic/Templated Grid with Insert (Using ListView)
- Custom PageTemplates Part 4 - Dynamic/Templated FromView
it has a lot on ITemplate [:D] and generating dynamic FormView and Listview.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 23, 2008 6:26 AM -
User-779088053 posted
thanx a lot
Friday, December 26, 2008 10:16 PM -
User-330204900 posted
You're very welcome [:D]
Saturday, December 27, 2008 4:06 AM