Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the coading to send feedback web form in c# dot net?
Posted
Comments
Yuri Vital 17-Oct-11 7:55am    
Not clear, please elaborate your question.
Janardan Pandey 17-Oct-11 7:58am    
i want to create a feedback form of my site.i am using c#.please instruct me.
Vikas_Shukla_89 17-Oct-11 7:55am    
insufficient info..
Janardan Pandey 17-Oct-11 7:57am    
i want to create a feed back form of my web site.please instruct me.

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.
 
Share this answer
 
v2
Comments
Vikas_Shukla_89 17-Oct-11 8:03am    
well explained.. my +5.

and if u don't want to send email, forget that. simply save data to the database on button click.
Tejas Vaishnav 18-Oct-11 0:18am    
Yes i agree.,
i forgot to add this..
Janardan Pandey 17-Oct-11 8:04am    
thanks this will help me.

thanks a lot.................................

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900