Welcome![Sign In][Sign Up]
Location:
Search - aspx

Search list

[WEB CodebusinessNet

Description: 飞环技术ASP.NET电子商务网站SQL版,包括强大的后台管理、技术论坛、产品浏览等!请自行将数据库目录下两个ACCESS数据库导入SQL2000数据库并修改每个aspx页面的SQL数据库连接信息即可调试成功!另外经过修改也可使用ACCESS作为网站数据库-fly Ring Technology ASP.NET SQL version of e-commerce sites, including a strong background in management, technology forums, product browsing! Please own database directory database into two ACCESS SQL2000 database and revised every 11 pages of SQL database connectivity information can debug success! Another has been modified to use the website as ACCESS database
Platform: | Size: 232560 | Author: 秦通 | Hits:

[Other resourcejsp+servlet+javaBean.aspx

Description: jsp+servlet+javaBean实现MVC-jsp servlet javaBean MVC
Platform: | Size: 487942 | Author: blue | Hits:

[ConsoleASP.NET+ACCESS.aspx

Description: 极好的新手学习程序,界面美观,注释多多 内附留言本类源码 -excellent rookie learning process, beautiful interface, a lot Notes messages containing the source category
Platform: | Size: 124880 | Author: blue | Hits:

[Otheryqtnews

Description: 1,采用了智能采集,不用编写采集规则(正则表达式)照样可以采集新闻内容(要视版本而定) 2,具有无限制采集功能,可采集远程图片到本地,并自动选择适合的图片来生成新闻内容缩略图 3,所有新闻页面全部采用静态页面(.htm文件)生成,极大地提高了服务器的负载能力(根据需要也可以生成.aspx,shtml等类型文件) 4,可把RSS新闻采集成静态页面文件(rss 2.0) 5,集成企业级流量分析统计系统,让你清楚网站访问情况 6,所见所得的采集,智能记忆采集,不会重复采集,强大的实时采集,分页批量采集等7,是一个练习正则表达式的好工具 -a use of intelligent collection, not to prepare acquisition rules (regular expression) can be collected the same news content (depending on which version) 2, with unlimited collection functions, remote collection of local pictures, and automatically select the appropriate pictures to generate news content thumbnail 3 all news page all use static pages (. htm) generation, greatly enhancing the server's load capacity (as required can be generated. 11, and other types of documents shtml) 4, it can RSS news gathering into static page document (rss 2.0 ) 5, integrated enterprise-flow analysis of statistical system, to make clear to you the website of six, seen from the acquisition, intelligent memory acquisition, will not repeat the collection, a powerful real-time acquisition, tab seven-vo
Platform: | Size: 2713323 | Author: | Hits:

[WinSock-NDISsofthy805

Description: 一款为房产中介公司及房产租售类网站量身定制的一套系统,与其它房产类程序不同的是,百姓房产中介系统更贴近用户,更理解用户真正的需求,在同类产品中具有以下优点。 管理页面:/admin/Login.aspx 管理帐号:webdiy 管理密码:webdiy.net-one of the real estate brokers and property rental company website customization of the system, and other properties of different types of procedures is that the people of Premises intermediary system closer to users, a better understanding of the real needs of users, in similar products have the following advantages. Management pages : / admin / Login.aspx Management Account : webdiy management Password : webdiy.net
Platform: | Size: 1997159 | Author: jixiang | Hits:

[WinSock-NDISQQ_(good)

Description: QQ挂机站全部源代码(good) 第一步:新建一sql数据库webQQ,导入SQL数据库备份(在管理器里的还原备份功能,不会找找资料) 在Web.config里修改sa用户密码。 第二步:注册NT后台服务,并在windows服务管理器启动webqq服务 C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322\\installutil C:\\改成你的路径\\webQQServ.exe 在webQQServ.exe.config修改sa用户密码。 这样就OK了,后台管理admin/admin.aspx 用户名与密码都是admin 自已改吧 ================================== ================================== 系统使用 APE.NET制作(c#) 使用sql数据库(存储过程) 并使用NT服务自动轮询QQ服务器并自动发广告 :) 这种站实际上只适合用NT服务来做,普通的脚本受不了这压力的。 ================================== 发广告是每次轮询只发用户好友列表中指定数字开头的号。 例如第一次发 10 开头的的,第二次就发 11开头的所有号,依次递增。这样会快很多。 -onhook full source code (good), the first step : a new database sql webQQ, import SQL database backup (in the manager's reduction backup, not to find out information) in Web.config reworked sa user passwords. Second step : Create NT background, the windows and service management services for start webqq C : \\ WINDOWS \\ Microsoft.NET \\ Framework \\ v1.1.4322 \\ installutil C : \\ path into your \\ webQQServ.exe webQQServ.exe.config changes in sa user passwords. So OK, management background admin / admin.aspx user name and password are admin own change it ================================ == ================================== system APE.NET production (c #) use sql database ( storage process) and the use of automated polling service NT server and automatically QQ made advertising :) such stat
Platform: | Size: 270744 | Author: 王元 | Hits:

[CSharpWebLinyd

Description: 此程序为以C#开发的Web程序,须在.net下解析,建议采用IIS6.0 主面为:Default.aspx-this program in C# for the Web development process required. Net under analysis, recommended IIS6.0 owners face : customercare.asp
Platform: | Size: 206264 | Author: 东林 | Hits:

[WEB CodeFTB_1.6.3_zh

Description: .net控件FreeTextBox使用方法 1.先把freetextbox.dll添加到项目中 2.把-ftb.colorpicker.aspx -ftb.imagegallery.aspx -ftb.inserttable.aspx 从文件夹HelperScripts复制出来,放到外面与-test.aspx(测试)同等级目录, (不这么做,插入背景色,图片,表格就不好使) 3.把images文件夹放到test.aspx(测试)同等级目录下,来存放上传的图片. 4.在test.aspx中,加图片的路径 this.FreeTextBox1.Text这个就是FTB中你输入的文本的内容,这是带HTML标记的 this.FreeTextBox1.HtmlStrippedText这个是将HTML标记去掉的文本 5.写入数据库 在CSDN上看到朋友们说怎么把FreeTextBox内容写入数据库中 我做了一下.就是把所有产生的HTML代码都插入数据库的一个字段中
Platform: | Size: 315219 | Author: zsw119 | Hits:

[source in ebookC#实例程序

Description: 光盘上的示例程序都是在Microsoft Visual Studio .NET 2003(简体中文版)和SQL Server 2000个人版下调试通过的,不同的版本可能存在差别。另外,使用的操作系统是Microsoft Windows XP(Professional),原则上,操作系统对程序没有影响,不过,作者没有在其他操作系统平台上调试这些程序。如果读者没有在电脑上安装Microsoft Visual Studio .NET 2003或更高版本,则必须安装Framework方能运行光盘中的程序,其安装程序读者可以从以下地址下载 http://www.microsoft.com/downloads/search.aspx?displaylang=en。 -discs are examples of procedures in the Microsoft Visual Studio.NET 2003 (English version) and SQL Server 2000 version of individuals under the debugger, different versions may vary. In addition, the operating system is Microsoft Windows XP (Professional), in principle, the operating system does not affect the procedures, but in no other author operating system platform debug these procedures. If readers not on the computer install Microsoft Visual Studio.NET 2003 or later, you must install the CD Framework can run the procedure, its installation procedures readers can download from the following addresses http://www.microsoft.com/downloads/search.aspx displaylang = en.
Platform: | Size: 3649995 | Author: 王涛 | Hits:

[WinSock-NDISv0733_ez-photoalbum

Description: 一个简单的网络像册源码,演示了如何显示图像在ASPX页面!! -a simple network source album, demonstrated how to display images in ASPX pages! !
Platform: | Size: 56438 | Author: 王燕 | Hits:

[CSharpMikeCat_WaterMark

Description: aspx源码,在上传图片时对上传图片加图片水印或文字水印-11 source, upload pictures to upload pictures and graphics or text watermark Watermarking
Platform: | Size: 2650 | Author: 寂寞的流星 | Hits:

[ADO-ODBCdatabase_vb

Description: 本例需安装.NET环境并配置IIS5.0或以上版本才能运行。 安装IIS5.0以后可创建虚拟目录,指向本例所在文件夹 然后使用IE浏览器,在地址栏中输入http://localhost/虚拟目录的名称/WevForm1.aspx-the cases need to be installed.NET environment and configuration IIS5.0 or later to run. After installation IIS5.0 can create virtual directory pointing cases where the folder then use the IE browser, the address bar http : / / localhost / virtual directory name / WevForm1.aspx
Platform: | Size: 35958 | Author: 王荣 | Hits:

[ComboBoxControl_vb

Description: 本例需安装.NET环境并配置IIS5.0或以上版本才能运行。 安装IIS5.0以后可创建虚拟目录,指向本例所在文件夹 然后使用IE浏览器,在地址栏中输入http://localhost/虚拟目录的名称/WevForm1.aspx-the cases need to be installed.NET environment and configuration IIS5.0 or later to run. After installation IIS5.0 can create virtual directory pointing cases where the folder then use the IE browser, the address bar http : / / localhost / virtual directory name / WevForm1.aspx
Platform: | Size: 15997 | Author: 王荣 | Hits:

[WinSock-NDISWebdisk1024

Description: 主要功能:   · 支持多人注册使用,注册后生成自己的专用文件夹,互不影响;   · 在线上传文件、可分文件夹管理;   ·设置共享权限功能,可设置指定会员读取、写入,或允许全部会员读写;   ·会员管理功能,可对每个用户的单独空间大小进行设置;   ·登录时验证码控制安全登录;   ·支持大文件及多文件上传;   ·支持文件搜索;   ·使用方法仿资源管理器。 后台页面地址:admin.aspx,管理员用户名admin,密码admin-main functions : support for the use of people registered, registration produce their own special folder, separating; online upload documents can be divided into folders; set sharing authority functions, designated members can be set to read, write, or to allow all members to read and write; Member management capabilities, each user can right the separate space for the size set; Login validation code control of the security login; support for large files and multiple file uploads; supporting documents search; use imitation resources manager. Background page address : admin.aspx, administrators admin user name, password admin
Platform: | Size: 353400 | Author: 李文超 | Hits:

[ApplicationsWebdiyNews3

Description: 一款简单易用,功能超强的.net新闻系统。可以轻松定制此系统的各项信息(如网页标题、页面颜色、页眉、页脚等);支持Access数据库和Sql Server数据库;支持Url Rewriting,把动态新闻的每个ID号虚拟成了一个不同的文件名,增加搜索引擎收录的机会;所见即所得的编辑方式(类似Word),可以方便的进行图文新闻的混排,新闻图片可以方便的在线上传、管理;新闻类别可以动态管理;支持Javascript前端页面调用;支持iframe调用;支持多用户(权限)管理。 v3.0主要新增以下功能:  1.普通新闻主页显示功能(可以挑选一些新闻在主页固定显示)。  2.更多图片新闻功能(也可以挑选一些图片新闻在主页固定显示)。  3.公告管理功能,与新闻分开存储。  4.对当天发布的新闻,管理员可以自定义在该新闻标题后面是否添加图片“New”区分。  5.增加了一些可定制选项,后台管理更方便易用,更方便与网站集成。 管理页面:/News/Admin/Login.aspx 管理帐号:webdiy 管理密码:webdiy.net -one easy-to-use, powerful features. Net Information System. This can easily customize the system information (such as the title of the page, color pages, headers, and footers, etc.); support Access databases and SQL Server databases; Rewriting support Url. the dynamic information of each ID has become a virtual different documents, an increase search engine intake of opportunities; WYSIWYG editing mode (like Word), to facilitate the conduct of the press-text transmission, news photos can be uploaded to facilitate online management; news categories dynamically management; Javascript support front pages Call; support iframe call; Multi-user support (authority) management. V3.0 following major new features : 1. general news page display (which can be selected news on the home page fixed displ
Platform: | Size: 561061 | Author: wuli | Hits:

[EditBoxDXTB

Description: 1.将 DXControls.dll 文件放于空间根目录的bin文件夹里. 2.在需要用编辑器的ASPX页面代码头部加入 <%@ Register TagPrefix=\"DXControls\" Namespace=\"DXControls\" Assembly=\"DXControls\" %> 3.在需要显示编辑器的位置插入代码:<DXControls:DXTB id=\"dansin\" Path=\"editor\" Height=\"296px\" Width=\"600px\" runat=\"server\" /> 4.其中 id 为编辑器的ID,Path为编辑器所需资源(如JS)所在的文件夹,Height为编辑器高度,Width为编辑器宽度. 控件演试地址:http://www.dxbbs.cn/dxtb/test.aspx 下载地址:http://www.dxbbs.cn/dxtb/dxtb.rar-1. DXControls.dll document will be put in the root directory space bin folder. 2 . the need for the editorial pages ASPX code joined head
Platform: | Size: 63767 | Author: aa | Hits:

[ASPX.NET中科主机系统 v0.2

Description: 主页后台登陆:adminDefault.aspx 用户名:admin 密码:admin-background landing Home : adminDefault.aspx Username : admin Password : admin
Platform: | Size: 618494 | Author: 王飞 | Hits:

[Web Serverbaoming_v1.0-06

Description: 通用报名系统 本系统由C#开发,根据目前网上各种报名方式,综合各种行业开发出来的能够 适用于学校,企业,培训机构的在线电子报名系统。 其运行环境如下: Windows 98/Me 和 Windows NT/2000/XP/2003。 IIS 要求 5.0 及以上 系统安装有 Microsoft.NET Framework v1.1.4322运行库, 一、安装说明: 本系统只能安装在网站主目录下,或者安装在虚拟目录下 1、如果安装在主目录下,如:http://localhost 直接将压缩包里面的文件解压到主目录下面就可以了! 2、如果安装在网站虚拟目录下,如 http://localhost/baoming 直接将压缩包里面的文件解压到虚拟目录下面,然后将aspnet_client 与webctrl_client(树型控件支持文件)文件夹拷贝到网站主目录下面就可以了! 二、系统说明 后台登录: login.aspx 管理员:admin 密码 :admin-common application system of the system developed by C#, according to the current variety of Internet applications, a combination of all sectors of development can be applied to schools, businesses, training providers online electronic application system. Its operating environment are as follows : Windows 98/Me and Windows NT/2000/XP/2003. IIS 5.0 and above require the installation of a system Microsoft.NET Framework v1 .1.4322 runtime, an installation : the system can only be installed on the main website directory, or installed in a virtual directory, installed in the main directory, such as : http : / / localhost directly to the compressed inside the paper to extract the main directory can! Two, if installed on the virtual directory sites, such as http : / / localhost / baoming directl
Platform: | Size: 550003 | Author: Wang | Hits:

[WEB Codemagicajax

Description: 如何在现有Aspx网页中运用Ajax技术.-Aspx how the existing website using Ajax technology.
Platform: | Size: 45391 | Author: Jack Wong | Hits:

[CSharpSearch.aspx

Description: 这是网络书店的部分代码,功能是搜索收名称,界面是用dreamweaver编写的,代码是用c#编写的-This is the part of network Bookstore code search function is admission name, Dreamweaver interface is used to prepare the code was prepared by the c #
Platform: | Size: 1407 | Author: 马菲 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net