Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing mmUltraWebGrid within a Infragistics Tab
Message
 
To
07/03/2005 06:33:30
Bill Benton
North Florida Software Services
Middleburg, Florida, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 1.1
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00992370
Message ID:
00993507
Views:
20
Bill,

>I have set up the mmUserControl as stated in the "Help" instructions. I have one question - Where does the "Get" statement go - in the class definitions?

Gordon was simply creating a class-level property to hold a reference to the business object. You can simply make this a field (class member variable) if you'd like. For example:
public class TestUserControl : mmUserControl
{
	protected Orders oOrder;
>If so, I have done everything as suggested, and it still does not populate the data. It is hard to tell, because debug breakpoints don't seem to work within the UserControl. I am receiving no errors, but the data is not populating.

I'm not sure why you're breakpoints aren't being hit...at any rate, have you set the BindingSource property of the grid to the appropriate business object?

If you've done this, why don't you post your user control code here so we can figure out what's going on.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform