How can I give line break in label box using C#?
label box
Here is my code is there to show the values from database in a label box:
protected Lis
Use "\r\n" or br at appropriate places. for example: In winforms for label
label1.text= "t, applet, class, money, July, you, clue, collection,"+"\r\n"+"Java, add, add, add, club, dildos, class, class, applet, t";