sub bindGrid()

   dim myStage as new projectpal.bo.boStage
   dgStage.datasource=myStage.GetStagesByProject(session("projectID"))
   dgStage.databind()

end sub
