show / hide menu

GridSetData

This Function is used to Insert data into the grid using XML/Json format.

Syntax:
GridSetData(GridControlName, Data,Command Title)
where
GridControlName : Name of the Grid control
Data :XML/Json Data

Example:
GridSetData(dsGridSetData,txtGridSetData.Value,”Execute”)

The control txtGridSetData should have the XML/Json Data to set.