SyntaxFix
Write A Post
Hire A Developer
Questions
You can use a data-bound control like the Repeater or ListView, re-bind it to a list of control properties as needed, and let it generate the controls dynamically.
Repeater
ListView
As an alternative, you can use Response.Redirect(".") to re-load the same page.
Response.Redirect(".")