Write a program to convert textbox to multiline in Asp Net

 Final output should be like this :

Solution:

<asp:textbox runat="server" id="txtText" maxlength="20" width="200" height="30"></asp:textbox>
 
About Us | Terms of Use | Privacy Policy | Disclaimer | Contact Us Copyright © 2012-2025 CodingFusion
50+ C# Programs for beginners to practice