Posts tagged with "asp.net"
使用SmtpMail类通过需要用户名和密码的smtp server发送邮件
Friday, February 17, 2006 5:02:55 AM
asp.net 1.1支持
使用MailMessage.Fields属性可以实现要求:
message.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1");
message.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", userName);
message.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", userPassword);
使用MailMessage.Fields属性可以实现要求:
message.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1");
message.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", userName);
message.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", userPassword);
[tips]
Monday, December 26, 2005 7:15:51 AM
asp.net 1.1 中的RangeValidator控件,当类型为Double事,会使用正则表达式进行格式验证,再使用parseFloat进行转换,在对于较大的数时(我用到的是:922337203685477.5807,sql server 2000中money的最大值),尾巴被吃掉了。我输入:922337203685477.5808。这个数被转换为了:922337203685477.5,导致后台的出错。
Friends (1)
Latest comments
-

anonymous
ÐнонÑмний writes: Do you acknowledge that this is hi ...
-

anonymous
Ðноним writes: Make your life more easy take the home ...
-

anonymous
ÐнонÑмний writes: Following my exploration, thousand ...
-

anonymous
-

anonymous
-

anonymous
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | |||







