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
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