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.
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.