Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to update grid
Message
De
07/02/2008 09:10:20
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01285828
Message ID:
01290346
Vues:
14
'If all else fails, you can manually rebind the grid as shown in the MM .NET Dev Guide topic "Rebinding User Interface Controls".'

I can't get this to work either.

I am using bound controls on tab pages. It seems binding doesn't work unless the tab page is the top/active page.

Is this normal behavior?

Is there a work around since I want to keep the user on one tab page, update controls and a grid on another page that's not visible. Otherwise I have to make the updating page the top page, then go back to the page the user was on. Not a pretty sight. Like a big flash.

Generally the Header info is on one page, Line Items on the next, and Receiver info on another, with a grid on these pages, and three grids on another page that is the Complete Listing page. This page has the master navigating grid on it (grdListing), and unless I go to that page, move from one record to the next, the receiver grid won't update. Not even does this work:
Me.grdListing.NavigateData(mmNavigate.Prior)
Me.grdListing.NavigateData(mmNavigate.Next)

I think the tab control is really screwing up my application's usefullness. I can't even get a tab control click event, or SelectedIndex to work.

Thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform