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 ...
0
votes
2answers
1k views
How to Change FormView mode from edit mode to readonly mode after updating?
How to Change FormView mode from edit mode to readonly mode after updating data?
when I click on "Update" link button, it updates data but still remains on edit mode....
thank you very much