views:

137

answers:

1

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

A: 

Try this:

"ScriptManager instance".RegisterDataItem(this, "value");

http://msdn.microsoft.com/en-us/library/bb301423.aspx

Mehdi Golchin