I am using the "Contact us form with rich text in asp.net c#". Is it possible to use a asp:label instead of a asp:textbox? What changes would I make in the .cs? I have text that is populated in a label that I need to send in the from mail.
Chad
You cannot use Label instead of TextBox as Label is a display control and not for capturing inputs
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.