1: 2: 3: 4: 5:
TextBox CommentBox = new TextBox(); CommentBox.MaxLength = 100; CommentBox.TextMode = TextBoxMode.MultiLine; CommentBox.Height = new Unit("80px"); CommentBox.Width = new Unit("400px");