大赵传奇

GIS解决方案,webgis , 桌面、数据、服务--QQ276605216

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 25 26 27 28 29

2007年1月31日

摘要: NetAdvantage2006 For ASP.NET2.0给我的第一印象是速度慢,功能复杂,网格和树控件功能强大。综合来说,要看项目所需,如确实需要使用其某个基本特征(如treeview),可用。如用之来统一网站风格,不推荐;推荐使用的是web2.0的模式div+css实现表现层风格的统一、使用asp.net2.0主题来保存用户个性设置。还可以使用AJAX定制用户界面外观。 1。表格控件 //... 阅读全文
posted @ 2007-01-31 14:15 赵长青 阅读(529) 评论(1) 推荐(0)

摘要: 时钟控件介绍这次你将使用Microsoft ASP.NET 2.0 AJAX Extensions服务器控件:ScriptManager、UpdatePanel、Timer来更新页面中的一部分。添加这些控件到一个页面上限制每次回调便更新整个页面。只有UpdatePanel控件内容将会被更新。1.创建一新页面,转到设计视图2.如果页面没有ScriptManager控件,就在AJAX Extensio... 阅读全文
posted @ 2007-01-31 09:30 赵长青 阅读(431) 评论(0) 推荐(0)

2007年1月30日

摘要: 关联Association represents the ability of one instance to send a message to another instance. This is typically implemented with a pointer or reference instance variable, although it might also be impl... 阅读全文
posted @ 2007-01-30 20:44 赵长青 阅读(938) 评论(0) 推荐(0)

摘要: //iframe.htm Example of remote scripting in an IFRAME Remote Scripting with an IFRAME call the server//server.html the server 运行iframe.html时会把消息显示出来使用target例:test targetgoog... 阅读全文
posted @ 2007-01-30 20:26 赵长青 阅读(3200) 评论(3) 推荐(0)

摘要: 1.可以用2.可以将js文件保存为utf-8格式,这样便不会有乱码 阅读全文
posted @ 2007-01-30 15:32 赵长青 阅读(612) 评论(0) 推荐(0)

摘要: 转帖:1.后台方法:protected string CsharpVoid(string strCC){ return strCC;} 2.javascript 调用 +++++++++++++++++第二种情况: 1.后代码:protected void CsharpVoid(){ string strCC = "www.esoutong.com"; Response... 阅读全文
posted @ 2007-01-30 15:18 赵长青 阅读(492) 评论(0) 推荐(0)

摘要: 也学ASP.NET 2.0 AJAX 1.0 之一:使用ScriptManager,UpdatePanel,UpdateProgress一、下载安装ASPAJAXExtSetup.msiASPAJAXCTP.msi二、安装AdventureWorks示例数据库三、打开vs.net2005新建网站,会出现ASP.NET AJAX-Enabled Web Site,选它。四、default.aspx页... 阅读全文
posted @ 2007-01-30 09:20 赵长青 阅读(402) 评论(0) 推荐(0)

2007年1月27日

摘要: Introduction [ Download Code Sample ] In the first section of this article, w... 阅读全文
posted @ 2007-01-27 21:48 赵长青 阅读(525) 评论(1) 推荐(0)

摘要: 我终于会使用iframe了!两个文件example.html和test.html,控制iframe里的内容: 从父框架控制iframe //example.html 标题栏 在此窗体中嵌入test.html 嵌入的网页: //test.html hello,my boy 点击按钮后:... 阅读全文
posted @ 2007-01-27 21:26 赵长青 阅读(1151) 评论(2) 推荐(0)

上一页 1 ··· 25 26 27 28 29