This is a migrated thread and some comments may be shown as answers.

Server Transfer Preserve Forms Values

1 Answer 153 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tiago
Top achievements
Rank 1
Tiago asked on 12 Jul 2011, 10:36 AM
Hello,

I'm trying to use the Server.Transfer with the boolean preserveForms true, so I can read the values from another page.
The issue here is that the controls ids are different in the destination page, for instance, an RadTreeView with ID "trvEntities" will have the "ctl00_Content_trvEntities_ClientState" key in the Form collection.

Is there any way that I can get this key based on the ID I gave to the control, in order to access it's value?

Thanks!

Tiago Ribeiro

1 Answer, 1 is accepted

Sort by
0
Tiago
Top achievements
Rank 1
answered on 14 Jul 2011, 12:00 PM
I din't find any solution for the way I was trying to do it, but I found an alternative to do this.
Just read it here.
Tags
General Discussions
Asked by
Tiago
Top achievements
Rank 1
Answers by
Tiago
Top achievements
Rank 1
Share this question
or