• ASP.NET基于XML导航栏的制作

    ASP.NET基于XML导航栏的制作

    首先说明,本文为照顾刚入门的新手,有些地方可能会稍微说点基础的东西,高手可以直接忽略。场景:以前做网站的时候,导航栏的链接都是写死在页面中的,这样不易与维护。于是今天写成了用XML配置的导航栏。用到了LINQtoXML。先介绍一下功能:储存导航栏信息的XML文件如下:Title是显示名称,Link是URL,OrderId表示排序的序位,Enabled为是否启用。这个菜单将最终被解析为一个ul列表:然后我们来看看如何实现...

    02012 年 9 月 14 日551ASP木马
  • ASP.NET的GreeterLogic

    ASP.NET的GreeterLogic

      微软本来只需要对Web应用平台ASP作稍加改进,比方提供一个功能更强的服务器端脚本编程语言或者页面编译功能就可以保持或者甚至提高ASP的流行度。实际上ASP.NET提供了这两个功能--但是它还提供了更多的东西。简单的说,ASP.NET是一场革命。在本文中,我将讨论ASP.NET对于Web编程所做的提高。  在ASP模型中,一个页面是通过HTML定义然后是通过嵌入的脚本扩展的。在ASP.NET中,不同的是...

    02012 年 9 月 14 日642ASP木马
  • asp中单引号与双引号运用规则

    asp中单引号与双引号运用规则

    1、凡本网注明“来源:大周网”的所有作品,版权均属于大周网,未经本网授权,任何单位及个人不得转载、摘编或以其它方式使用上述作品。已经本网授权使用作品的,应在授权范围内使用,并注明“来源:大周网”。违反上述声明者,本网将追究其相关法律责任。2、凡本网注明“出处:×××(非大周网)”的作品,均转载自其它媒体,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责,本网不承担此类稿件侵权行为的连...

    02012 年 9 月 14 日552ASP木马
  • What is Active Server Pages (Classic ASP)?

    What is Active Server Pages (Classic ASP)?

    SearchCategoriesKnowledgebaseHomeHostingSupportVideoTutorialsVirtualServerSupportDomainToolsClassicASPSEOWebsitePlanningDesignaWebsiteSearchWhatAreActiveServerPages(ClassicASP)?ActiveServerPagesorClassicASP,asitismorecommonlyknown,isMicrosoft'sfirstserversidescriptingenginethatenablesyoutomakedynamicandinteractivewebpages.ClassicASPusesserver-sidescrip...

    02012 年 9 月 14 日607ASP木马
  • Appalachia Service Project

    Appalachia Service Project

    ASPbringsnewhomes&hopetoJohnsonCityfloodvictimsByTimNorton,ChiefAdvancementOfficerWhentheheavensopenedandthefloodwatersroseintheDryCreekcommunityofWashingtonCounty/JohnsonCity,Tenn.lastmonth,governmentandcommunityleadersquicklyrecognizedtheimpactofthedevastation.Buttheydidn’tstandbyidly.TheyaskedAppalachiaServiceProject(ASP)--justnamedjustnamedtheTri-Cities&r...

    02012 年 9 月 14 日858ASP木马
  • ASP.NET Web Forms Tutorial

    ASP.NET Web Forms Tutorial

    ASP.NETWebForms-Tutorial«PreviousNextChapter»ASP.NETisadevelopmentframeworkforbuildingwebpagesandwebsiteswithHTML,CSS,JavaScriptandserverscripting.ASP.NETsupportsthreedifferentdevelopmentmodels:WebPages,MVC(ModelViewController),andWebForms.THISTUTORIALCOVERSWEBFORMSWebPagesMVCWebFormsASP.NETFrameworkWha...

    02012 年 9 月 14 日695ASP木马
  • Sending e-mail with CDOSYS

    Sending e-mail with CDOSYS

    <%SetmyMail=CreateObject("CDO.Message")myMail.Subject="SendingemailwithCDO"myMail.From="mymail@mydomain.com"myMail.To="someone@somedomain.com"myMail.TextBody="Thisisamessage."myMail.Configuration.Fields.Item_("http://schemas.microsoft.com/cdo/configuration/sendusing")=2'NameorIPofremoteSMTPservermyMail...

    02012 年 9 月 14 日749ASP木马
  • Response Object

    Response Object

    ASPResponseObject«PreviousNextChapter»TheASPResponseobjectisusedtosendoutputtotheuserfromtheserver.TryitYourself-ExamplesWritetextwithASPHowtowritetextwithASP.FormattextwithHTMLtagsinASPHowtocombinetextandHTMLtagswithASP.RedirecttheusertoadifferentURLHowtoredirecttheusertoadifferentURL.ShowarandomlinkHowtocreatearandomlink.Controllingt...

    02012 年 9 月 14 日662ASP木马
  • ASP Quick Reference

    ASP Quick Reference

    ASPQuickReference«PreviousNextChapter»ASPQuickReferencefromW3Schools.Printit,andfolditinyourpocket.BasicSyntaxASPscriptsaresurroundedby<%and%>.Towritesomeoutputtoabrowser:<html><body><%response.write("HelloWorld!")%></body></html>ThedefaultlanguageinASPisVBScript.Touseanotherscriptinglanguage,insertalanguages...

    02012 年 9 月 14 日791ASP木马
  • JavaScript Tutorial

    JavaScript Tutorial

    JavaScriptTutorial«W3SchoolsHomeNextChapter»JavaScriptisTHEscriptinglanguageoftheWeb.JavaScriptisusedinbillionsofWebpagestoaddfunctionality,validateforms,communicatewiththeserver,andmuchmore.JavaScriptiseasytolearn.Youwillenjoyit.TryitYourselfExamplesinEachChapterOurJavaScripttutorialcontainshundredsof"Tryityourself"examples.Withoureditor,youcaneditJavaS...

    02012 年 9 月 14 日627ASP木马
1143 / 1171 « 上一页 1 ...1141 1142 1143 1144 1145 ...1171 下一页 »