仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 770|回复: 7
打印 上一主题 下一主题

[学习教程] ASP.NET编程:Creating and displaying a DataSet in...

[复制链接]
山那边是海 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 22:50:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
c++是语言,其实C++和java的应用范围根本就不一样的。在java应用的领域内,c++是不合适的。所以微软才搞了C#和Java对抗。Thenew.NetservermodelinDreamweaverMXletsyouleveragethepowerofthe.Netframeworkinavisualenvironment.AnyonethatisfamiliarwithUltradevsRecordsetserverbehaviorwillfeelverycomfortablemovingto.NetsDataSet.EvenifyouhaveneverworkedwithDreamweaver,thistutorialwillshowyouhoweasyitis.
Firstoff,weneedtocreateaconnectiontothedatabase.ThisisdoneintheDatabasestabintheFilespanel.Youcanchoosebetweentwodifferenttypesofconnections

  • OleDbConnection
  • SqlServerConnection

ODBC,althoughsomewhatsupportedinthe.Netframeworkasaseparatedownload,wasleftoutofthisrelease.ThisisprobablyagoodthingbecausealmosteverymajordatabasehasOleDbdriversonthewindowsplatform.ODBCisnotasfastasOleDb,whichisprobablywhyMicrosoftchoseto"barely"supportitasaseparatedownload.IfyouareusingSQLServerasyourdatabase,thentheSqlServerconnectionistheonlywaytogoasitoffersperformanceadvantages.
WewillbecreatingaSqlServerConnectioninthistutorialbecausethatiswhatIamworkingwith.TheOleDbconnectionisnotmuchdifferentotherthanthefactthatyoucanbringupthemicrosoftdatalinkdialog.

  • Clickthe+IconintheDatabasespanel
  • ChooseSQLServerConnection
  • Fillouttheinformationforyourdatabaseintheprovidedtemplate

Onceyouaredone,youwillseeatreeviewofyourdatabasethatletsyouexploretables,views,andstoredprocedures.
ThenextstepistoApplytheDataSetserverbehavior.

  • Clickthe+iconintheServerBehaviorspanel
  • ChooseDataset
  • Nameyourdataset
  • Chooseyourconnection
  • Choosethetableandfieldsyouwanttoretrieve

ThisistheexactsameinterfaceastheaspservermodelsoasImentionedbefore,transitioningto.Netdevelopmentwillbeeasyifyoucomefromanaspbackground.
AfteryouhavecreatedtheDataset,youwillfindthatthecontentsofthedatsetaredisplayedintheBindingspanel.Youcandrageachfieldovertothepageyouareworkingin,andplaceitwhereveritneedstogoinyourdesign.Onceyouhavelaidouryourdesign,youcanapplytherepeatregionserverbehavior.

  • Highlighttheitemsyoujustplacedonthepage.
    Makesureyoutakeintoconsiderationpagebreaks,whetherthatbeas<br/>attheend,<p></p>aroundtheselection,orwithin<tr></tr>tags.
  • Clickthe+iconintheserverbehaviorstab.
  • ChooseRepeatRegion

Behindthescenes,Dreamweaveractuallyplacesthecontentsofyourselectionwithin<asp:repeater>tags.
Itsassimpleasthat,onceyoudothisacoupleoftimes,itbecomessecondnature,soyoucanfocusonbuildingyourapplications,insteadofrememberingesotericobjectp
对于new隐藏成员的作用,往往是出于使用了一个第三方类库,而你又无法获得这个类库的源代码,当你继承这个类库的某个类时,你需要重新实现其中的一个方法,而又需要与父类中的函数使用同样的函数,这是就需要在自定义的子类中把那个同名函数(或成员)加上new标记,从而隐藏父类中同名的成员。
爱飞 该用户已被删除
沙发
发表于 2015-1-22 07:51:59 | 只看该作者
网页从开始简单的hmtl到复杂的服务语言,走过了10多个年头,各种技术层出不穷,单个的主流技术也在不断翻新的版本,现在分析下各种语言的区别、优势、劣势、开发注意事项!
若相依 该用户已被删除
板凳
发表于 2015-1-30 23:54:36 | 只看该作者
大哥拜托,Java在95年就出来了,微软垄断个妹啊,服务器市场微软完全是后后来者,当年都是Unix的市场,现在被WindowsServer和Linux抢下大片,包括数据库也一样。
只想知道 该用户已被删除
地板
发表于 2015-2-6 17:17:31 | 只看该作者
asp.net空间的支持有:ASP.NET1.1/虚拟目录/MicrosoftFrontPage2000扩展/CDONTS,同时他的网站上也提供了Asp.net的使用详解和程序源代码,相信对使用ASP.NET编程的程序员来说会非常有用哦!
柔情似水 该用户已被删除
5#
发表于 2015-2-17 14:48:25 | 只看该作者
它可通过内置的组件实现更强大的功能,如使用A-DO可以轻松地访问数据库。
透明 该用户已被删除
6#
发表于 2015-3-5 20:21:02 | 只看该作者
当然我们在选择Asp.net主机是,除了要考虑服务提供商在版本是否是实时更新以外,机房的环境和配置也是非常重要的,通常选择骨干网的机房,在速度和稳定性上会非常有保证。
愤怒的大鸟 该用户已被删除
7#
发表于 2015-3-12 13:38:56 | 只看该作者
有一丝可惜的是,这个系列太强了,Java阵营的朋友根本就是哑口无言...争论之火瞬间被浇灭,这不是我想这么早就看到的,但是值了。
金色的骷髅 该用户已被删除
8#
发表于 2015-3-19 22:32:25 | 只看该作者
同时也感谢博客园给我们这个平台,也感谢博客园的编辑们做成专题引来这么多高人指点。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-12-24 01:35

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表