I have a TextBox like this;
<asp:TextBox id="TextBox1" TextMode="SingleLine" runat="server" />
Is there any way makingAuto Expandable without Javascript or any other technology?
Can i do that just with ASP.NET ? (Some properties maybe)
OR what is the easiest way?