开发者

Asp.net automatic form processing

I often have to code simple contact forms or forms where the data is basically just dumped into an email and sent to someone. Although this doesn't always take very long it can be boring.

Are there开发者_高级运维 any free controls similar to this one Auto Email. Does anyone have another method they use with success?


As I underestand You have a form which you ( or your user ) completes it and then submit this form to an e-mail Address. And you want to Automate this procedure which whenever the form completes system submit the form ( and this let you complete the form value in code- behind ).

So if this procedure is ture it is too easy to do this.

All you need is a little Ajax in your page. As you are coding in Asp.net you can use Asp.net Ajax and trigg the submit button in code behind like this

UpdatePanel1.Update();


If I am wrong please add some more information

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜