Tagged Questions
1
vote
1answer
2k views
Form View Manually Setting the DataSource Does not Show Template
I am currently programming an ASP .NET FormView. The twist here is that I need to manually set the datasource via "FormView.DataSource = ". I added an ItemTemplate and added some form in the form view ...