Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Serious Issue : Deserialization Failure
posted

Hi Team,

Thanks. But now i had got a serious issue. While loading a usercontrol (with the webatagrid) dynamically in aspx page the features of webdatagrid is not at all functioning. Always throws script errors and a warning Deserialization Failure". How can it be overcome?

eg:

Method for dynamic loading
{

UserControl ucWdgGrid = (UserControl)LoadControl("~/UserControls/Grid.ascx");
            ucMatrixTable.ID = "wdggrid";
            PropertyInfo propTableName = ucWdgGrid .GetType().GetProperty("TableName");
            propTableName.SetValue(ucWdgGrid , "SouceTableName", null);
            gridHead.Controls.Add(ucWdgGrid );

}

Need help in this as soon as possible.

Thanks,
Greg

Parents
No Data
Reply
  • 1325
    posted

    Hi Team

    The same scenario is there for me and it throws out the same error.

    "Always throws script errors and a warning Deserialization Failure"


    How can i overcome it?

    Please give a solution as soon as possible.

    Thanks,

    Assyst

Children
No Data