I'm wondering if there is a way to modify the arguments retrieved by the EndRequestHandler to include a boolean flag (set on the server side during a partial update).
views:
137answers:
1
A:
Try this:
"ScriptManager instance".RegisterDataItem(this, "value");
Mehdi Golchin
2009-11-12 17:40:48