How to clear SendCustomRequest parameters (set by AddInput client-side method)?

1 reply. Last post: February 8, 2010 10:43 PM by Handy Surya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
lybaxMember

Hi,

The problem is that once my custom parameters are set (using AddInput) there is no way to get rid of them... and each time my page does a FlyPostBack (using SendCustomRequest) it executes the same code (in InitializePostBack server-side event handler), because my parameters (in Request.Form) are still there.

I'd like to clear all my custom parameters from the Request.Form during the FlyPostBack (InitializePostBack).

1. Is there any way to clear, remove or reset my custom input values?

grid.RemoveInput?

2. How are custom parameters stored for such custom FlyPostBack?

hidden input?

3. How to modify them?

Thanks.

 

All times are GMT -5. The time now is 2:23 AM.
Previous Next