资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

VB.NET如何生成静态页面和分页原理

这篇文章主要为大家展示了“VB.NET如何生成静态页面和分页原理”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“VB.NET如何生成静态页面和分页原理”这篇文章吧。

成都创新互联公司网站设计,为客户量身定制各类网站建设业务,包括企业型、电子商务型、响应式网站、行业门户型等各类网站,实战经验丰富,成功案例众多。以客户利益为出发点,成都创新互联公司网站制作为客户规划、定制网站开发符合企业需求、带有营销价值的网络建站方案认真对待每一个客户,我们不用口头的语言来吹擂我们的优秀,数千家的成功案例见证着我们的成长。

1、VB.NET生成静态页面和分页原理静态页面template.html,主要是定义了一些特殊字符,用来被替换。

>    $Titletitle> head> <body> <div style="width: 417px; height: 54px" align="center"> <br /> $Titlediv> <div style="width: 417px; height: 8px"> 浏览<font color="red"><script src="http://localhost/.Net/NewsFiles/ClickCount.aspx?NewsId=$NewsId">script>font>次  $Timediv> <div style="width: 417px; height: 100px"> $Contentdiv> <div style="width: 416px; height: 9px"> $Pagerdiv> <div style="width: 416px; height: 8px"> <form id="form1" action="../AddComment.aspx" style="margin:0px"> <input id="Text1" type="text" /><Img id="Image1" src="../../UserInfo/CheckCode.aspx"/><br /> <textarea  id="CommentContent" cols="20" rows="2">textarea> <br /> <input id="NewsId" type="hidden" value="$NewsId"/> <input id="Button1" type="submit" value="button" /> <a href="../Display.aspx?NewsId=$NewsId">查看更多评论a>form> div> body> html></pre><p><strong>2、VB.NET生成静态页面和分页原理分析前态页面 NewsAdd.aspx,就是一个表单,用来填写新闻的标题和内容。</strong></p><pre><%...@ Page Language="C#" AutoEventWireup="false" validateRequest="false" CodeFile="NewsAdd.aspx.cs" Inherits="NewsAdd.Admin_AdminPanel_NewsAdd" %> <%...@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %> > <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>添加新闻title> head> <body> <form id="form1" runat="server"> <div> <asp:Label ID="Label2" runat="server" Text="标题">asp:Label> <asp:TextBox ID="Title" runat="server" Width="325px">asp:TextBox><br /> <asp:Label ID="Label1" runat="server" Text="内容">asp:Label> <FCKeditorV2:FCKeditor id="Content" basePath="~/FCKeditor/"  runat="server" Height="400px" Width="70%">FCKeditorV2:FCKeditor> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" /> <asp:Label ID="Message" runat="server" >asp:Label>div> form> body> html></pre><p><strong>3、VB.NET生成静态页面和分页原理后台页面 NewsAdd.aspx.cs</strong></p><pre>using System;  using System.Data;  using System.Configuration;  using System.Collections;  using System.Web;  using System.Web.Security;  using System.Web.UI;  using System.Web.UI.WebControls;  using System.Web.UI.WebControls.WebParts;  using System.Web.UI.HtmlControls;  using MySQLserver;  using System.IO;  using System.Text;  namespace NewsAdd  ...{  public partial class Admin_AdminPanel_NewsAdd : System.Web.UI.Page  ...{  protected void Page_Load(object sender, EventArgs e)  ...{  }  protected void Button1_Click(object sender, EventArgs e)  ...{  string strDate = DateTime.Now.ToString("yyMMdd") + "\" + DateTime.Now.ToString("yyyymmddhhmmss");  string strFileName = strDate + ".shtml";//存储到数据库中  string strTitle=Request.Form["Title"].ToString().Trim();//接收传过来的标题  string strContent=Request.Form["Content"].ToString().Trim();//接收传过来的内容  string[] content = strContent.Split(new Char[] ...{'|'});//对内容进行拆分,并保存到数组  int upbound = content.Length;//数组的上限  SqlServerDataBase db = new SqlServerDataBase();  bool success = db.Insert("insert into inNews(Title,Content,FilePath)values('" + strTitle + "','" + strContent + "','" + strFileName + "')", null);  //if (success)     // Message.Text = "添加成功!";  /**////////////////////////////创建当前日期的文件夹开始  string dir = Server.MapPath("../../"+"NewsFiles/"+DateTime.Now.ToString("yyMMdd"));//用来生成文件夹  if (!Directory.Exists(dir))  ...{  Directory.CreateDirectory(dir);  }</pre><p>以上是“VB.NET如何生成静态页面和分页原理”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注创新互联行业资讯频道!</p>            
            
                        <br>
            名称栏目:VB.NET如何生成静态页面和分页原理            <br>
            网站地址:<a href="http://cdkjz.cn/article/pcghie.html">http://cdkjz.cn/article/pcghie.html</a>
        </div>
        <div class="g-return-wrapper clearfix">
            <a href="http://www.cdkjz.cn/" class="home">返回首页</a>
            <a href="http://www.cdkjz.cn/news/" class="column">了解更多建站资讯</a>
        </div>
    </div>
</div>
<div class="full-related-news">
    <h3 class="related-title">相关资讯</h3>
    <div class="related-news weblg">
        <ul class="clearfix">
            <li>
                    <a href="/article/cjspei.html">
                        <h2 class="title">遵义:脱贫到致富内生动力从哪里来</h2>
                    </a>
                </li><li>
                    <a href="/article/cjsjge.html">
                        <h2 class="title">RAKsmart美国高防VPS主机速度简单测评</h2>
                    </a>
                </li><li>
                    <a href="/article/cjspsi.html">
                        <h2 class="title">新网虚机站长推广返现计划火热进行中</h2>
                    </a>
                </li><li>
                    <a href="/article/cjspch.html">
                        <h2 class="title">微信小商店开放内测申请零成本、可直播带货</h2>
                    </a>
                </li><li>
                    <a href="/article/cjspoe.html">
                        <h2 class="title">暴风集团及相关当事人遭到深交所纪律处分:因这三种违规行为</h2>
                    </a>
                </li><li>
                    <a href="/article/cjspsj.html">
                        <h2 class="title">做网站SEO之前你必须要了解网站空间的常识</h2>
                    </a>
                </li><li>
                    <a href="/article/cjspee.html">
                        <h2 class="title">Ubuntu16.04LTS上搭建LAMP环境</h2>
                    </a>
                </li><li>
                    <a href="/article/cjspio.html">
                        <h2 class="title">创投进入3.0,原有投资逻辑失效,行业重新洗牌</h2>
                    </a>
                </li>        </ul>
    </div>
</div>
<div class="full-icontact-cover m-ft-contact">
    <div class="weblg">
        <div class="clearfix content">
            <div class="motto">
                多年建站经验
            </div>
            <div class="info">
                <h3>多一份参考,总有益处</h3>
                <h2> 联系快上网,免费获得专属《策划方案》及报价</h2>
                <div class="msg">
                    <p>咨询相关问题或预约面谈,可以通过以下方式与我们联系</p>
                    <h4> 大客户专线   成都:<a
                            href="tel:+13518219792" rel="nofollow">13518219792</a>
                          座机:<a href="tel:02886922220" rel="nofollow">028-86922220</a>
                    </h4>
                </div>
            </div>
        </div>
        <div class="btns clearfix">
            <a href="https://wpa.qq.com/msgrd?v=3&uin=631063699&site=qq&menu=yes" target="_blank" rel="nofollow"
               class="oline">在线咨询</a>
            <a href="javascript:;" class="edit" rel="nofollow">提交需求</a>
        </div>
    </div>
</div>
<div class="footer-content">
    <div class="weblg clearfix">
        <div class="friend-links">
            <h6 class="clearfix">
                <span class="tilte">友情链接</span>
                <a class="exchagne" href="http://wpa.qq.com/msgrd?v=3&uin=631063699&site=qq&menu=yes">交换友情链接</a>
            </h6>
            <div class="link-list clearfix">
                <div class="link-slider">
                    <a href="http://www.cxjianzhan.cn/fwxm/yingxiao.html" title="营销型网站建设" target="_blank">营销型网站建设</a><a href="https://www.cdcxhl.com/quanwang.html" title="网络营销推广" target="_blank">网络营销推广</a><a href="http://www.ghjinhua.cn/" title="广汉锦华建材" target="_blank">广汉锦华建材</a><a href="http://m.cdcxhl.cn/seo/" title="成都网站建设推广" target="_blank">成都网站建设推广</a><a href="http://chengdu.cdcxhl.cn/qiye/" title="成都企业网站建设公司" target="_blank">成都企业网站建设公司</a><a href="https://www.cdcxhl.com/yunying.html" title="成都网站托管" target="_blank">成都网站托管</a><a href="https://www.cdcxhl.com/tuoguan/" title="成都托管服务器" target="_blank">成都托管服务器</a><a href="http://seo.cdkjz.cn/" title="关键词优化" target="_blank">关键词优化</a><a href="http://www.idckuai.cn/" title="虚拟主机" target="_blank">虚拟主机</a><a href="http://www.xhgfhy.com/
" title="犀浦雨棚定制" target="_blank">犀浦雨棚定制</a>                </div>
            </div>
        </div>
    </div>
    <div class="full-foot-bottom">
        <div class="weblg clearfix">
            <p>成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询<a href="tel:028-86922220">028-86922220</a></p>
            <p>
                成都快上网科技有限公司-四川网站建设设计公司 | <a href="http://www.miitbeian.gov.cn/" target="_blank" rel="nofollow">蜀ICP备19037934号</a> Copyright 2020,ALL Rights Reserved cdkjz.cn | <a href="http://www.cdkjz.cn/" target="_blank">成都网站建设</a> | © Copyright 2020版权所有.</p>
            <p>专家团队为您提供<a href="http://www.cdkjz.cn/" target="_blank">成都网站建设</a>,<a href="http://www.cdkjz.cn/" target="_blank">成都网站设计</a>,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | <a href="###">网站建设地图</a></p>
        </div>
    </div>

</div>
<script type="text/javascript" src="../js/idangerous.swiper.min.js"></script>
<script type="text/javascript" src="../js/wow.min.js"></script>
<script type="text/javascript" src="../js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../js/jquery.placeholder.min.js"></script>
<script type="text/javascript" src="../js/layout.js"></script>
</body>
</html>
<script>
    $(".singlepage img").each(function(){
        var src = $(this).attr("src");    //获取图片地址
        var str=new RegExp("http");
        var result=str.test(src);
        if(result==false){
            var url = "https://www.cdcxhl.com"+src;    //绝对路径
            $(this).attr("src",url);
        }
    });
    window.onload=function(){
        document.oncontextmenu=function(){
            return false;
        }
    }
</script>