longhorn008

 

DataGrid使用总结2

主要关于 <asp:HyperLinkColumn>  和<asp:ButtonColumen> 的使用
引用内容:

        <asp:HyperLinkColumn Target="_self" DataNavigateUrlField="articleid" DataNavigateUrlFormatString="admin_articleEdit.aspx?articleid={0}" 
 DataTextField="articleid" DataTextFormatString="&lt;img border=0 Alt='修改新闻' src='Images/icon_edit.gif'&gt;&lt;font color='blue'&gt;修改&lt;/font&gt;">
         <ItemStyle HorizontalAlign="Center"></ItemStyle>
        </asp:HyperLinkColumn>
        <asp:ButtonColumn Text="&lt;div id=&quot;de&quot; onclick=&quot;JavaScript:return confirm('确定删除吗?')&quot;&gt;删除&lt;/div&gt;" 
 CommandName="Delete"></asp:ButtonColumn>

HyperLinkColumn 4个属性
DataNavigateUrlFiled  DataNavigateUrlFormatString  DataTextFiled  DataTextFormatString

ButtonColumn 属性
CommandName="Delete"

posted on 2005-08-26 22:18  R9's Blog  阅读(199)  评论(0编辑  收藏  举报

导航