<Columns>
<asp:BoundColumn HeaderText="序号"></asp:BoundColumn>
<asp:BoundColumn HeaderText="名称"></asp:BoundColumn>
<asp:BoundColumn HeaderText="描述"></asp:BoundColumn>
</Columns>
--------------------------------------------------------
需要绑定具体的字段,而这里你只是把每一行的头名称给出!
另外读文件路径
// 获取相对地址  
string strPhotoNameMapPath = Server.MapPath ( "../../Photo/" );