formview - ASP.NET Nested Data Bound Controls -
Say I have a form view with a repeater inside it, and then there is a nested data list inside the repeater if my If there was an update command in the datasource for the close form view, can I add bound values within the data list for the parameters in the form list?
You can always go up to the container using the naming container, which you want, and Can access through data. DataItem
Around some rows:
((Container type) container.ningscontainer.NamingContainer) .datetime ...
Comments
Post a Comment