c#dot net中的反馈Web表单 [英] feedback web form in c#dot net

查看:86
本文介绍了c#dot net中的反馈Web表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

用c#点网发送反馈Web表单的方法是什么?

what is the coading to send feedback web form in c# dot net?

推荐答案

此处是您需要的反馈信息..
根据您的要求,您可以添加文件以显示在页面上.

正常方式..

有很多站点使用这种类型的反馈表..
1)Name//文本框单行
2)email_id//文本框单行
3)建议/反馈//文本框单行多行
4)提交按钮

而用户将填写所有详细信息,然后单击提交"按钮,届时将调用一种服务器端发送电子邮件的方法,并根据其内容将邮件发送给管理员以征求建议或反馈.

有关如何发送邮件的信息,请参见此链接


如何从中发送电子邮件您的ASP.NET Web应用程序...? [
Here the feed back matter on your requirement..
as per your requirement you can add fileds to display on page.

NORMAL WAY..

There are many site use this type of feed back form..
1)Name //text box single line
2)email_id //text box single line
3)suggestion/feedback //text box single Multiline
4)Submit button

while user will fill all that detail and click on submit button at that time one server side method for sending email will called and as per the content it will send a mail to admin for suggestion or feedback..

for how to sending mail you can see this link


How to send A E-Mail From Your ASP.NET web Application...?[^]



and if u don''t want to send email, forget that. simply save data to the database on button click.


看看下面的链接
在ASP.Net 2.0中发送电子邮件-反馈表 [ http://www.jimcobooks.com/tutorials/EmailForm1/default.aspx [ ^ ]
https://support.gearhost.com/KB/a808/aspnet-contact-form- example.aspx [ ^ ]
Have a look at the following links
Send Email in ASP.Net 2.0 - Feed back Form[^]
http://www.jimcobooks.com/tutorials/EmailForm1/default.aspx[^]
https://support.gearhost.com/KB/a808/aspnet-contact-form-example.aspx[^]


这篇关于c#dot net中的反馈Web表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆