-
当单击按钮时发送电子邮件
保护无效 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
-
Ext酒店管理系统
该系统采用VS2005+SQL2005开发,采用Extjs2.0技术实现UI展示.
数据库脚本:App_Data文件夹下.
- 2022-06-27 14:11:43下载
- 积分:1
-
Tomcat-monitor
这是一款Tomca系能监控器代码,可以方便网站管理者监控网站的性能,能够实时进行分析。(This is a Tomca Department can monitor code, you can easily website administrators to monitor site performance, real time analysis.)
- 2013-02-27 13:01:27下载
- 积分:1
-
社交网络 followly php
简单,轻便的social networking platform,社交网络系统,即使聊天工具,多语言支持,模版定制。有会员管理后台,初学者或sns开发值得研究。
- 2022-08-04 07:33:18下载
- 积分:1
-
HTML5 8种特效页面
h5 8种特效 Html,学习代码编写H5的经典特效,编写H5的经典特效。(H5 8 special effects Html, learning code to write H5 special effects, write H5 classic effects.)
- 2018-07-11 09:11:58下载
- 积分:1
-
vue-devtools-dev
说明: 一个Vue的调试工具,支持在谷歌浏览器上调试Vue(A Vue debugging tool that supports debugging Vue on Google Browser)
- 2020-06-20 03:20:02下载
- 积分:1
-
yggl
vb集合asp开发的一个员工管理的源代码。(vb collection asp developed a staff management source code.)
- 2012-09-07 09:00:36下载
- 积分:1
-
html5立体圆环旋转动画
html5立体圆环旋转动画,包含源码以及教程,做的很好的,我也是分享出来希望大家喜欢,非原创!
- 2022-05-13 22:29:41下载
- 积分:1
-
SyGuestBook_v1.2
说明: PHP留言板(包括源代码)完整代码,可直接运行
(PHP message board (including source code))(PHP message board (including source code) complete code, can run directly
(PHP message board (including source code))
- 2020-06-22 10:20:02下载
- 积分:1
-
My
说明: 新闻发布系统首页,里面包含了导航条,新闻搜索,相关新闻简写内容(News Publishing System home page, which contains the navigation bar, news search, news abbreviated content)
- 2010-06-21 09:47:56下载
- 积分:1