2013-11-24 44 views
0

我怎樣才能改變select文本中,在MS Visual Studio中視覺上產生一個GridView,我的意思是如何改變包圍文本如下圖所示:編輯GridView的文本

enter image description here

回答

1

你需要添加asp:CommandField標記中的SelectText屬性。

試試這個:

<asp:CommandField ShowSelectButton="True" SelectText="yourtext here" />