Hi,
I am doing live grid update. It works fine if there is only one page.
But if I am on page 2 and webservice is called then e.NewPageIndex gets -1, and that throws error.
If I try to use viewstate to reset CurrentPageIndex value then I get error "The specified value cannot be set on CurrentPageIndex" in "RaisePostBackEvent"
on below statement
MyBase.RaisePostBackEvent(source, eventArgument)
Any input please.
Thanks & Regards,
Vaibhav
I am doing live grid update. It works fine if there is only one page.
But if I am on page 2 and webservice is called then e.NewPageIndex gets -1, and that throws error.
If I try to use viewstate to reset CurrentPageIndex value then I get error "The specified value cannot be set on CurrentPageIndex" in "RaisePostBackEvent"
on below statement
MyBase.RaisePostBackEvent(source, eventArgument)
Any input please.
Thanks & Regards,
Vaibhav