Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controls collection
Message
De
16/03/2009 12:04:28
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
Divers
Thread ID:
01388377
Message ID:
01388410
Vues:
26
Hi,
Finally... I choose a next way..

1) Add cmdSave to the form as WebControl button - and make style - hidden
2) Add cmd_Save as HTML button..
3) Add txtFormValues as HiddenField
3) for cmd_save html button I wrote JavaScript code.. for document.controls.all..... scan all controls and save ControlName-controlValue into Hidden Field
4) From JavaScript - do cmdSave.Click... and on server.. Read value of Hidden Field.. save XML, restore controls.

I thinking.. for my expirience in ASP.NET this is a best way :)))

Thanks for attention
Denis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform