主题:  发送邮件出错

mrhgw

职务:普通成员
等级:1
金币:0.0
发贴:29
#12002/12/5 9:43:02
总是提示代码出错:(winXP,.NET BETA 2)

<%@ Page Language=VB Debug=true %>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OLEDB" %>
<%@ Import Namespace="System.Web.mail" %>



Request for More Information



id="lblTitle"
BorderWidth="7px"
BorderStyle=7
Width="90%"
Font-Size="25pt"
Font-Name="Arial"
Text="Request for More Information"
runat="server"
/>




id="lblMessage"
Font-Bold="True"
Text="Please select the topic of your request and
enter your personal information"
runat="server"
/>



id="pnlRequest"
Width="90%"
runat="server"
>


















Topic:

id="ddlTopics"
runat=server
DataTextField="MoreInfoCategory"
DatavalueField="MoreInfoEmailAddress"
>


Your Name:

id="txtName"
Columns="25"
MaxLength="100"
runat=server
/>

Email Address:

id="txtEmailAddress"
Columns="25"
MaxLength="100"
runat=server
/>
id="rfvEmailAddress"
ControlToValidate="txtEmailAddress"
Display="Dynamic"
Font-Name="Arial"
Font-Size="10pt"
runat=server>
Email Address is Required!


Comment:

id="txtComment"
Columns="40"
Rows="5"
runat=server
TextMode="MultiLine"
/>

id="butOK"
text=" OK "
Type="Submit"
onClick="SubmitBtn_Click"
runat="server"
/>






wfeng

职务:普通成员
等级:1
金币:0.0
发贴:35
#22002/12/5 10:32:50
也许是你的版本不支持呀



mrhgw

职务:普通成员
等级:1
金币:0.0
发贴:29
#32002/12/5 15:55:25
是什么版本啊,.net framework还是操作系统。
不知道你用的是什么版本,在微软哪个页面下载的,请告诉我好吗?



mrhgw

职务:普通成员
等级:1
金币:0.0
发贴:29
#42002/12/8 9:23:44
没有用啊,兄弟!
请再帮忙想想。