ASP.NET Web Controls >> asp 1.1 : adding user controls to placeholder

by jason » Mon, 11 Sep 2006 12:40:26 GMT

hi,

I have two user controls added to a placeholder, however the controls are
separated by <p></p> tag which was automatically added after the first user
control.

How to get rid of this tag, so that there is no white space in between the
two user controls?

Thanks.