Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fast Help on Using Navigated with 2 Web Grids
Message
From
08/09/2005 10:03:55
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Fast Help on Using Navigated with 2 Web Grids
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01047685
Message ID:
01047685
Views:
52
Lost as to how I can get the web grids to raise navigated events to get other 2 grids to synch.

I have a simple web app that will display 3 grids.
The 1st is bound to a Log MM.NET BO
The 2nd is bound to a Document MM.NET BO (which is reg on web form as child of Log BO)
The 3rd is bound to a DocumentItem MM.NET BO (which is reg on web form as child of Document BO)

So I want to select a Log in the first grid and have the other grids auto synch.
The Document grid would get documents corresponding to the selected Log in Log grid (via Log BO)
The DocumentItem grid would get document items corresponding to the selected Document in Document grid (via Document BO)

In my Document and DocumentItems BOs I have coded the Protected Overrides Sub HookParentRetrieved and Protected Overrides Sub HookParentNavigated to call Me.GetDocuments(CInt(e.PrimaryKeyValue))and Me.GetDocumentItems(CInt(e.PrimaryKeyValue)).

ANY HELP IS MOST APPRECIATED!!!
THANKS
Joe Salvatore, Programmer/Analyst - The Stellar Group
Reply
Map
View

Click here to load this message in the networking platform