All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
asp.net新闻标题后加new图片_[Asp.Net教程]

Writer: 归海一刀 Article type: Programming skills(编程技巧) Time: 2014/1/30 1:22:17 Browse times: 313 Comment times: 0

asp.net新闻标题后加new图片_[Asp.Net教程]


Head photo

Go homepage
Upload pictures
Write articles

asp.net新闻标题后加new图片_[Asp.Net教程]

asp.net2.0中,使用gridview显示新闻标题,如何在当日新加新闻的标题后加一个new或图片
在后台或者公共类Common写如下类

public static string News_Pic(DateTime T)
{
if (T.Date == DateTime.Now.Date)
{
return \"Images/New.gif\"; ;
}
else
{
return \"Images/No.gif\";
}
}

前台页面调用

模板里调用\" width=\"22\" height=\"9\" />





There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.