Resolving Bids - Page 6 Chris Payne September 11, 2000 Function ResolveBids(ItemID) 'Set variables and create objects dim monIncrement, monHighPrice, intAvailable, intTotItems, flgQuit
2004-11-07Chris Payne September 11, 2000 So now you've got yourself a pretty functional auction. Let's talk a bit about what we haven't covered, and a few miscellaneous things. Things to Add While this auction wi
2004-11-07Chris Payne September 11, 2000 Hopefully this article showed you that creating something as complex as an auction isn't impossible, but just takes some forethought and imagination. You're probably not ready to take on Ebay
2004-11-07Chris Payne September 11, 2000 Well, now your auction can run for an indefinite time. People can keep placing bids until you decide to stop them (good for the seller, but makes bidders kind of unhappy, to say the least). L
2004-11-07我们一般在作组件的时候,一般都是在 asp 中首先获取 数据,然后传送到组件,经过组件处理, 再传回浏览器,但是有的时候,这样做似乎 有困难,或者不方便,所以今天豆腐就在这里给大家 讲一下如何 作一个可以直接和浏览器进行交互的组件 首先在 VB 制作
2004-11-07废话少说,直接进入主题. 文件: Calculate.aspx bin/Calculate.cs bin/Calculate.bat 步骤: 1.Calculate.cs namespace Calculate { using System; public class math { public String _color;
2004-11-07One way to do it: Do you like to know how many users visited your site? Creating a Web counter is very easy thing to do using ASP. The only thing you have to do is to use an application server variable called count, this varia
2004-11-07asp+的论坛列表程序---代码部分 -------------------------------------------------------------------------------- 【bigeagle】 于 2000-11-13 15:38:57 加贴在 Joy ASP ↑: ////////////////////////////////
2004-11-07asp+的论坛列表程序---页面部分 -------------------------------------------------------------------------------- 【bigeagle】 于 2000-11-13 15:38:10 加贴在 Joy ASP ↑: &
2004-11-07asp+版本简单的留言板的制作(一) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留版权信息 */ 前言: 俗话说,眼看千遍,不如手写一遍,的确,很多纯粹理论性的东西,看多了,只是有了个简单的认识,其实在具
2004-11-07asp+版本简单的留言板的制作(二) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留版权信息 */ 在留言的录入界面完成后,自然要准备做留言内容的录入了。这个其中一个很关键的地方就是如何将我们在config.web
2004-11-07asp+版本简单的留言板的制作(三) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留版权信息 */ 现在该显示了,其实显示是很简单,只要看过豆腐前面文章的朋友应该都知道该怎么写这个程序,但是我在这里要强调的是
2004-11-07一个功能完善的专栏管理的程序->这是asp.net的第二个应用(一) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留完整版权信息 */ 前言: 前面豆腐将过一个asp.net 版本的留言版的程序,今天在这里 再 参照实
2004-11-07一个功能完善的专栏管理的程序->这是asp.net的第二个应用(二) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留完整版权信息 */ 我们在上篇文章中,引用了一个函数包文件func.aspx,在这篇文章中,我们详细讲解一下
2004-11-07一个功能完善的专栏管理的程序->这是asp.net的第二个应用(三) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留完整版权信息 */ 刚才说了一些题外话,现在我们来看看我们如何将在add.aspx中输入的数据保存在sql se
2004-11-07一个功能完善的专栏管理的程序->这是asp.net的第二个应用(四) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留完整版权信息 */ 我们首先来按照栏目的类别来显示栏目的所有文章,当然一个分页的程序是非常关键的,
2004-11-07一个功能完善的专栏管理的程序->这是asp.net的第二个应用(五) /* 豆腐制作,都是精品 http://www.asp888.net 豆腐技术站 如转载,请保留完整版权信息 */ 好了,截止到这里,我们基本上可以说是 公德圆满了!大家可以休息休息了,我们在本章
2004-11-07用ASP发 WAP MAIL需要以下两个文件: default.asp <% Response.Buffer = True Response.ContentType = "text/vnd.wap.wml" Response.Write " 欢迎
2004-11-07/* 豆腐制作 都是精品 http://www.asp888.net 豆腐技术站 如转载 请保留完整版权信息 */ 昨天的asx 版本的栏目管理和以前的 留言版的程序自从推出以后,反响不错,但是很多网友纷纷提出了新的问题,他们认为 这两个程序其实只是 asp 文件
2004-11-07/* 豆腐制作 都是精品 http://www.asp888.net 豆腐技术站 如转载 请保留完整版权信息 */ 昨天我们看了 豆腐利用 asp.net 的特性作的 栏目管理的程序的第一部分,在今天的第二部分中,豆腐将把 昨天我们录入界面录入的数据显示出来,并且在这个
2004-11-07