Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BindBack controls inside wizard control
Message
De
16/07/2007 14:14:04
Bill Oeftering
Mainstreet Computers, Inc.
Belleville, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
BindBack controls inside wizard control
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01240801
Message ID:
01240801
Vues:
68
I have controls that are bound to the same source on different step pages of the wizard control. Before the step changes, I bindback each control so that the values will be stored in the dataset (I can't call Save yet). Then I call DataBind to update the values on the new page.
Question: Is there a better way to do this without coding the bindback call foreach control on the page ?
If that's the only way, how do enumerate the controls on a step like:
foreach (Object cont in this.Wizard1.WizardSteps[1].Controls)
cont.BindBack(...
obvoiusly Object won't work here but I don't know how to do this.

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform