asp.net composite controls

  • Thread starter Thread starter Philip Townsend
  • Start date Start date
P

Philip Townsend

I have built a composite control containing a calendar, two
dropdownlists, and a button. Currently I have only the index of each
control as a means of formatting. What is the normal way of formatting
the layout of the controls in a composite control? Thanks!
 
First, there's no such thing as a composite control. Do you mean that you
have a user control?

Second, what do you mean by 'formatting'?
 
First, there's no such thing as a composite control.

I have always thought there ARE composite controls. Yet, if an MVP speaks
up, I usually prick up my ears. So, to make sure, I checked and re-checked
Help in my VS/2003. This is what I've found:

help://MS.MSDNQTR.2003OCT.1033/cpguide/html/cpconCompositeControlVsUserControl.htm
 
A composite control is a web custom control made up of standard web
server controls. Call it what you will...
 
So does anyone have ANY feedback on this? (Mickey Williams? MVP?)

(web custom controls do exist...) :P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top