label中做删除按钮,请教!!!!
在表格中使用label控键,调用类sk.datalist.ShowDataList(自建)
象做一个删除新闻的功能,不过不知道代码应该怎么写
标题,时间都好写,就剩这个了,请会的人教教
this.code+="<tr height=30>";
this.code+="<td width=65% align=left><a target=_blank title="+read["biaoti"].ToString()+" href=show.aspx?id="+read["id"].ToString()+">"+this.setFont(read,read["biaoti"].ToString())+"</a></td>";
this.code+="<td width=30% align=center><font class=l> ["+this.setTime(read)+"]</td>";
(想在这添加删除按钮)
this.code+="</tr>";
问题点数:20、回复次数:1Top
1 楼net_lover(【孟子E章】)回复于 2005-08-02 11:52:16 得分 0
this.code+="<td width=30% align=center><font class=l> ["+this.setTime(read)+"]<input type=button></td>";
Top




