.net - Insert a <br /> tag programmatically (VB.NET) -


I'm trying to dynamically add results to this display and I just want to put a break tag after a label For the next line information, for a reason, a literal experiment is not working for me. Is there a better way to do this or should I just use tables?

  Little control breaks as a slow brake = New Little Control ("
") divListenerInfo.Controls.Add (break)

That is the part of the code that I am trying to use.


Tell me what I said:

This is not working because the line breaks are not visible on the webpage. It's compiled properly and there is nothing wrong with the code. It does not appear in html due to some weird reasons.

There is proper control to use

  New HTML Generic Control "Br")  

You can use HtmlGenericControl to render any HTML element, you just want to tag the element's name to the manufacturer Pass as an argument.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -