If you need to redirect from an ASPxGridView you may have seen the message:
Response.Redirect cannot be called in a Page callback.
In order to get around this, DevExpress have added a method to the base webcontrol to redirect in a callback.
For Example:
No comments:
Post a Comment