Rank: Member Groups: Member
Joined: 3/24/2008 Posts: 12
|
I have a callback panel which has triggers connected to several controls on a form. If I navigate to this form using Server.Transfer the triggers don't fire. However if I navigate to the same form using an A HRef link or a menu navigation function the triggers do fire. I found a post which indicated that Response.redirect could not be used. Does Server.Transfer have the same problem? If so, what's the recommended work around? I need to be able to call this form from server side code rather than the menu control or some other client control.
Thanks!
|
Rank: Member Groups: Member
Joined: 3/24/2008 Posts: 12
|
It turns out that Response.Redirect is the answer in this case. It seems that this approach enables the triggers while Server.Transfer does not.
Thanks anyway.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi Kris,
Thank you very much for the update. We were trying to look deeper into the problem and give you a detail account about Server.Transfer and Response.Redirect and we were still waiting for our developer for that. That's why we have not been able to response earlier.
It's very glad to hear that the problem has been solved. Please feel free to let us know if you run into any other problems.
Thanks!
|