string   str   =   Label1.Text;   
  str=str.Insert(10,"<br>");//假设你要在第十个字符处换行   
  Label1.Text   =   str;