Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controls collection
Message
 
 
To
16/03/2009 12:04:28
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
Miscellaneous
Thread ID:
01388377
Message ID:
01388414
Views:
30
>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

It is good until people decide to disable JavaScript. If this happens, you're "sc....d" :)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform