I have a product list user control in my application (gridview). I have nearly the same logic for end user & admin pages (List of products).
The role 'end user' can only view a product & an admin can 'edit' and 'delete' a product.
I plan to use a user control for products and some how dynamically add buttons based on user role. Is this possible with webforms or should I drop this idea altogether ?