stringbuilder in mvc

Jun 29 2016 5:43 PM
i have to dynamically add label and textbox  from database.Supppose i have table expenses such that it has two value like.id and expenses.if there is five no of expenses in database than there will be five labels and their corrosponding textbox.now how to bind this using stringbuilder and passing to view

Answers (3)