-
当单击按钮时发送电子邮件
保护无效 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
-
getsourcecode
本软件用来获取网页源代码,是py程序。能够快速地获取网页源代码(This software is used to get the web page source code, py program.Fast access to the web page source code)
- 2013-05-05 11:29:15下载
- 积分:1
-
houtai_shangjia
商家信息网后台管理模板,操作简单,后台操作易如反掌,只需会打字,会上网,就会管理网站!深蓝色风格,带登陆页面及后台操作页面,功能页面以选项卡形式打开,左边菜单效果挺动感,确实是个不错的后台模板。web网页制作参考资料。(Business Information Network Admin templates, simple, background operation easy, just be typing, Internet access, will manage the site! Dark blue style, with landing pages and page background operation, functional form of the page to open the tab on the left menu effect is very dynamic, really is a good background template. web pages reference materials.)
- 2013-12-30 21:11:11下载
- 积分:1
-
小翼下载自动更新管理1.0
资源描述代码名称: 小翼下载自动更新管理1.0
添加日期: 2000-12-7 所属分类: ASP代码>文件操作
总下载次数: 383 文件大小: 90KB
适用环境: Unix/WINNT 评定级别:
上传者: roland 下载地址: 按此下载
代码效果演示: 暂无
详细介绍: 小翼做的下载自动更新管理,该有的功能基本上都有了,尤其管理功能比较完善,下载一个回去看看吧~!
- 2022-01-31 14:26:19下载
- 积分:1
-
Frank-EA
Frank EA 这个智能交易系统属于加仓类型的,适合大资金运做,赢利非常可观。
但加仓EA有一定的风险,喜欢的朋友自己下载研究吧,注意投资风险!(Frank EA)
- 2013-03-13 15:47:02下载
- 积分:1
-
嵌入音频
KendoUpload教程集成asp.netmvc 4
- 2022-01-26 03:37:42下载
- 积分:1
-
sharpwebmail-0.13
SharpWebMail是一款C#编写的ASP.NET下的EMail客户端。它通过POP3服务器接收邮件,通过SMTP服务器发送邮件。它的配置很简单(只需要在web.config 里面做几个设置)。(SharpWebMail is prepared by the C# ASP.NET customers under the EMail end. It adopted a POP3 server to receive mail through the SMTP server to send mail. Its configuration is very simple (only need to do several sed installed inside).)
- 2007-05-29 20:24:41下载
- 积分:1
-
Project1
其实如果是单纯的下载网页,代码可以更简单,但俺这段代码不仅可以下载WEB页面,同时还可以向WEB页传递参数,完全可以替换XMLHTTP的GET功能,俺本来还想加上POST功能的,后来项目中不需要,所以就没加了,想了解WININET API的朋友,应该依此作一些扩展。(In fact, if a simple download page, the code can be more simple, but I can not download this code WEB page, but you can also pass parameters to the WEB page, can replace the XMLHTTP GET function, I had wanted to add functionality POST , then the project does not need, so I can not add, and want to know WININET API friends, so it should make some extensions.)
- 2014-05-12 10:06:27下载
- 积分:1
-
yylink
可根据需要上传图片logo
首页链接的调用(点击排在前5位的站点)
文字链接的调用(可取消)
login.asp 后台管理登陆口
帐号、密码均为admin(According to the need to upload pictures logo
The home page links (click to call the top 5 sites)
Text link call (can be cancelled)
Login.asp background management landing port
The account and password are admin)
- 2016-03-06 19:08:22下载
- 积分:1
-
smartsite.2.2
智能网站管理系统( SmartSite )是由仙人掌软件基于asp+access环境下开发的企业级网站管理系统。SmartSite 内置单页、新闻、产品、视频、下载四大内容模型,在很大程度上满足了更多层次用户的需求和发展需要。会员、在线招聘等功能,加强网站的互动性的同时也...
(Intelligent web site management system (SmartSite) is a cactus software based on enterprise website management system developed under asp+access environment. SmartSite built-in single pages, news, products, video, download the four elements model, to a large extent to meet the needs and development needs more levels of users. Member, online recruitment function, strengthen the interaction of the website at the same time...
)
- 2013-10-21 23:19:38下载
- 积分:1