C
CapRand
Hi,
I am creating an ASP.NET site and have created a form which I have
been able to dynamically with listboxes, labels etc from a database -
using mainly form1.Controls.Add .....
Does anyone know how I can add blank lines to a form. If I use
response.write it writes to the body of the HTML and not inside the
form. I am sure it must be easy but it has got me stuck. I have tried
adding a label with vbcrlf inside it but the CRLF stays inside the
label and doesn't force a new line on the client side page.
I would like to be able to newlines from the code behind aspx.vb as
the number of them may change each time depending on other bits of
logic in the code.
Any help would be very much appreciated!
Thanks
Pete
I am creating an ASP.NET site and have created a form which I have
been able to dynamically with listboxes, labels etc from a database -
using mainly form1.Controls.Add .....
Does anyone know how I can add blank lines to a form. If I use
response.write it writes to the body of the HTML and not inside the
form. I am sure it must be easy but it has got me stuck. I have tried
adding a label with vbcrlf inside it but the CRLF stays inside the
label and doesn't force a new line on the client side page.
I would like to be able to newlines from the code behind aspx.vb as
the number of them may change each time depending on other bits of
logic in the code.
Any help would be very much appreciated!
Thanks
Pete