//Grid数据源 protected void GridDataBind() { RG_Vocabulary.DataSource = _vocabulary.GetVocabularyListByVocabularyName(txt_VocabularyName.Text); }