This section provides an overview of what gridview is, and why a developer might want to use it.
It should also mention any large subjects within gridview, and link out to the related topics. Since the Documentation for gridview is new, you may need to create initial versions of those related topics.
Parent gridview can be bind using a simple DataBind
function like gvParent.DataBind();
. And for binding Child gridview, you have to bind it in OnRowDataBound
event of parent gridview.