-
当单击按钮时发送电子邮件
保护无效 substring () {SqlConnection conSplit = 新 SqlConnection (ConfigurationManager.ConnectionStrings ["connMSJ"]。ConnectionString) ;SqlCommand cmdSplit = 新 SqlCommand ("选择密码从成员哪里 (Username=@username 和 Email=@email)",conSplit) ;cmdSplit.Parameters.AddWithValue ("@username",txtUsername.Text);cmdSplit.Parameters.AddWithValue ("@email",txtEmail.Text);conSplit.Open() ;使用 dtrSplit = cmdSplit.ExecuteReader() ;如果 (dtrSplit.Read()) finalString = dtrSplit ["密码"]。Tostring ()。子串 (0,5) ;dtrSplit.Close() ;conSplit.Close() ;} 保护 void sendResetPass() {MailMessage mailMessage = 新 MailMessage() ;mailMessage.To.Add(txtEmail.Text) ;mailMessage.From = 新邮件地址 ("admin@MSJ.com") ;mailMessage.Subject ="的密码重置";mailMessage.Body ="新的密码:"+ finalString ;SmtpClient smtpClient = 新 SmtpClient("smtp.your-isp.com") ;smtpClient.Send(mailMessage) ;} 保护 void ResetPassword (对象发件人、 EventArgs e) {substring () ;如果 (finalString! = null) {SqlConnection conReset = 新 SqlConnection (ConfigurationManager.ConnectionStrings ["connMSJ"]。
- 2022-09-26 07:25:03下载
- 积分:1
-
emialrouter autocountdown easysplit 模块
感谢您购买本产品从 BooksWealth.com
http://www.bookswealth.com/
你现在有私人标签到本产品的权利。
[是]可以以任何价格出售
[是]可以抛弃
[是]可以添加到"支付"会员网站
[是]可以提供作为奖金
[是]可以把你的名字放在销售信上
[是]能卖转售权利
[是]可以卖大师转售权利
[是]可以在拍卖网站上卖
[是]可以卖给私人标签权利
请务必和浏览我们的商店更多伟大电子书每周。您可以查看所有的
我们在此链接中添加新的电子书: http://www.bookswealth.com/new-ebooks.php
另外,别忘了你还可以启动您自己的在线商店在下面的链接:
http://www.bookswealth.com/steps.php
- 2022-06-28 05:01:52下载
- 积分:1
-
Shopping
shopping form with asp.net
- 2010-05-19 18:15:03下载
- 积分:1
-
79207011wenjuandiaocha
一个很全面的问卷调查系统,其中包含了源代码哦,强烈建议下载.(A very comprehensive survey system, which includes the source code Oh, it is strongly recommended to download.)
- 2013-11-01 10:54:12下载
- 积分:1
-
ATutor-2.1.tar
ATutor是一个开源基于Web的学习管理系统(LCMS)。管理员在几分钟之内
[1]
就能够安装或更新ATutor,为它更换一个新的皮肤(通过自定义模板实现)。ATutor还提供一些扩展模块以便扩展其功能。教师可以快速对基于Web的教学内容进行装配,打包和重新分配。也可以很方便地获取和导入预打包好的内容与管理他们的在线课程。学生在一个可调整的学习环境下学习。(ATutor 2.1 has been released. This version is a major release with a variety of new features and many adjustments and security enhancements. The main new feature in this release is the multisite extension for ATutor. This allows a single ATutor code base to run many independent subsites. See the ATutor Changelog for a summary of the new features in this release.To try ATutor, or download a copy, follow the links below.)
- 2013-02-05 15:21:02下载
- 积分:1
-
uploadify文件上传
通过juqery中uploadify控件实现文件的上传功能,本代码只是一个简单范例,若需深入了解可查询相关uploadify控件文档,代码转至网上,若有侵权,马上删除!
- 2023-09-04 11:05:04下载
- 积分:1
-
酒店客房管理系统源码(含数据库脚本)
【实例简介】
酒店客房管理系统
- 2021-09-11 00:31:00下载
- 积分:1
-
空心书屋,起点用的
空心书屋,起点文学站用的(Hollow Library, starting with the literary Station)
- 2005-03-15 17:18:48下载
- 积分:1
-
华源电子贺卡
资源描述华源电子贺卡源代码,用asp编写,同学们可以借鉴下。
- 2022-10-22 14:30:04下载
- 积分:1
-
baidunews
功能:
1.自写远程获取CURL参数,提供两种远程获取方式,保证100 获取新闻内容。
2.单页面操作,自动获取百度14个新闻频道最新新闻,
3.软件只有10K左右大小,采用多段式内容获取参数,使内容或调试更精准(Function:
1 Write remote access to CURL parameters, providing two remote access, to ensure that 100 of the news content.
2 single page operation, automatic access to Baidu news channel 14 news,
3 software only about 10K size, the use of multi segment content to obtain parameters, so that the content or debugging more accurate)
- 2020-10-25 21:00:00下载
- 积分:1