网页里的文字问题,急!求大神分析
大家好,我有个问题,在网页上需要修改如下图中间部分 最新通知 公司动态 和信息速递
我找不到原列表中文字的处处,求大师指点。好像用了dll...
此处我上代码, 但是这个网站的制作并没有用到cs..我纳闷了。。
<%@ page language="C#" autoeventwireup="true" inherits="personal1, App_Web_employee_notice.aspx.cdcab7d2" %>//这app是啥,我看了看是dll..用专业软件打开无从下手。
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<%@ Register src="ascx/information_notice.ascx" tagname="information_notice" tagprefix="uc1" %>
<%@ Register src="ascx/login.ascx" tagname="login" tagprefix="uc2" %>
<%@ Register src="ascx/top_right.ascx" tagname="top_right" tagprefix="uc3" %>
<%@ Register src="ascx/bottom.ascx" tagname="bottom" tagprefix="uc4" %>
<%@ Register src="ascx/top.ascx" tagname="top" tagprefix="uc5" %>
中间部分代码
<div class="client">
<div class="loginbox1">
<uc2:login ID="login1" runat="server" />
</div>
<div class="hotnews">
<uc1:information_notice ID="information_notice1" runat="server" />
</div>
<div class="tools">
<uc3:top_right ID="top_right1" runat="server" />
</div>
</div>
为hotnews的class..
跳转到information_notice
<%@ control language="C#" autoeventwireup="true" inherits="ascx_information_notice, App_Web_information_notice.ascx.c95a9aa" %>
<div class="title">
<div class="on">最新通知</div>
<div class="off" style="margin-left:125px;">公司动态</div>
<div class="off" style="margin-left:249px;">信息速递</div>
</div>
<!--动态新闻显示层 start-->
<div class="hotnewsbox">
<div class="himg">
<img src="images/Notice.jpg" />
</div>
<%--活动通知--%>
<div alt="网页里的文字有关问题,求大神分析" />
在BIN文件里面找!“App_Web_employee_notice.aspx.cdcab7d2”对应这个文件的DLL。
[解决办法]
编译了么,别人没给你源码呗。
不过C#反编译不难。
但是,这些列表数据一般不会写死在代码里,你找找数据源,或者,不是应该有管理后台的么?
------解决方案--------------------
要改源码你就得去跟他们要了。。。。