zoukankan      html  css  js  c++  java
  • ASP前台使用后台代码

     <tr>
                                            <td width="2%" height="18" align="left" valign="middle" class="new_bg">
                                                <img src="images/ul.gif" style="margin-right: 5px;" width="11" height="11" alt="" />
                                            </td>
                                            <td width="90%" class="new_bg" isread="<%=dr["isRead"] %>">
                                                <a href="<%=Honestysoft.Baseframework.WebUI.Globals.Home %>Pages/<%=_super %>Channel/InfoReleaseView.aspx?ID=<%=dr["ID"] %>&valRead=<%=dr["isRead"] %>"
                                                    style="color: <%=GetBackColor(dr["InfoType"])%>;" target="_blank">
                                                    <%=dr["InfoTitle"]%></a><% if ((Convert.ToInt32(dr["PurviewTimes"]) == 0))
                                                                               {%><span
                                                        style="margin: 0px 5px"><img src="images/new-info.gif" style="margin-bottom: -3px"
                                                            alt="" /></span><%}%>
                                            <%if (!string.IsNullOrEmpty(dr["IsTop"].ToString()))
                                              { %><span style="margin:0px 5px">
                                                <img src="images/IsTop.jpg" style="margin-bottom:-3px" alt="" />
                                            </span><%} %>
                                            </td>
                                            <td width="8%" align="left" valign="middle" nowrap="nowrap" class="new_bg">
                                                <span class="Label" style="color: <%=GetBackColor(dr["InfoType"])%>; margin-right: 5px">
                                                    <%= System.String.Format("{0:yyyy-MM-dd}",dr["CreateTime"])%></span>
                                            </td>
                                        </tr>
                               

  • 相关阅读:
    算法14-----位运算操作(1)
    算法13------集合所有的子集或者字符串所有子串
    21、缓存设计
    20、内存溢出(Out of Memory)
    19、内容共享
    14、数据传输更省电
    15、自定义Content Provider
    16、编写适应多个API Level的APK
    17、屏幕适配,多语言支持,手机类型适配
    18、不同平台版本
  • 原文地址:https://www.cnblogs.com/hongyan5682/p/3918828.html
Copyright © 2011-2022 走看看