Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Control that does not generate markup

Status
Not open for further replies.

mateobus

Programmer
Joined
Aug 20, 2007
Messages
28
Location
US
Hey,

I am using a repeater that esentially spits out a set of tables where each repeater item may close a table and start a new one, or just be a normal table row. I am using an asp:panel (and its visibility attribute) to dynamically show or hide the <table> and </table>. the problem is that the table panel generates a div tag which is completely screwing up the page. Is there a control that essentially does the same thing without generating those tags?
 
<asp:PlaceHolder />

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top