Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fast Help on Using Navigated with 2 Web Grids
Message
De
08/09/2005 10:03:55
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Fast Help on Using Navigated with 2 Web Grids
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01047685
Message ID:
01047685
Vues:
51
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
Répondre
Fil
Voir

Click here to load this message in the networking platform