This is a migrated thread and some comments may be shown as answers.

[Solved] RadComboBox where do they get instantiated in the sample code?

1 Answer 115 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 20 Feb 2008, 08:42 PM
Hi..
I was looking at the sample code.. where do the object like the RadCombo
get instantiated in code ?  I'm trying to use similiar code but get a null ref.

What am I missing?
thanks again..

1 Answer, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 2
answered on 24 Feb 2008, 02:01 AM
Hi Jon,

Starting with ASP.NET 2.0, something called "Partial Classes" came into effect.  So now all you have to do is drag/drop (or hand create in your aspx) any of the controls and they're automatically instantiated behind the scenes in a partial class.

Not sure if that's what you're looking for.  If not, paste some code here or give us a direct link to the sample you're talking about.
Tags
ComboBox
Asked by
Jon
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 2
Share this question
or