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