Category: ASP .Net
Utility for rendering HTMLTable control containing ASP .Net form elements into string
Many websites have some kind of contact form as shown in the following figure. User fills details and presses the “Send” button. This form takes input from the textbox, checkbox, radio button etc, builds string containing HTML and sends information as HTML email. If the form is expecting many values from user, the developer has…