web user controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all
when i add web user controls to a panel at runtime
there is a big space(number of line)
between each controls and the other what can i do ??
thanks
 
Sara,
Examine the Html rendered by what you are doing and identify the tags
causing the line breaks. You may need to reformat the html in the user
controls. If you are unable to do this, you can post a simple code sample
that demonstrates the unwanted line break.

Best regards,
Jeffrey Palermo
 
Back
Top