The default ASP.NET Dynamic Data template by default uses a GridView to display the menu repeating vertically. This doesn’t look particularly well. I’m wondering if there is either (a) a way to get the gridview repeating horizontally or (b) use another control that allows horizontal repeating.
The default ASP.NET Dynamic Data template by default uses a GridView to display the
Share
This is a simple process. In our code-behind file we have to wire up our Dynamic Data connection like so:
Then we create a DataList like so:
You can see that I’ve utilized (temporarily) the css classes from the default gridview to provide uniform layout/display elements.