Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Styles in Custom Control not working


Message #1 by jaseiffert@p... on Sat, 14 Sep 2002 00:25:52
I am making a custom control. I have most of it built and working and I am 
trying to add style information to the table I create. My control is just 
a table with the days of the week and dates. A WeekView Control. I am 
trying to make it work like the calendar control, but just for a week.
I am getting the Style information into the control but it is going into a 
span tag instead of the table tag. I do not have any code that creates the 
span tag, so I am not sure why it is being created. I am using the 
CreateChildControls() function to create the table using the table control.
I hope I am being clear. Any Ideas as to why the span control is showing 
up?

The page code is very long so if you need to see it let me know.

Thanks, JefferyS

  Return to Index