Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
I have some code I do not want to be executed if the request is from an eo.web.callback or eo.web.callbackpanel. How can I detect these different request types from a standard postback. The page.IsCallback dosen't seem to be working.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You can check Request.Form["eo_cb_id"] to see whether it has an value. If it has an value, then you are inside a callback.
Thanks!
|