Click here to Skip to main content
15,909,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i make a web site that is has a contact us page so my clint want to me that all the fileds data he can get by email
so please tell me how this possible please tell me
Posted

1 solution

Hi,

you can check this link for sending email.

http://www.codeproject.com/KB/aspnet/EmailApplication.aspx

After completion of filling contact information.

you can implement send code in submit button

http://www.codeproject.com/KB/aspnet/EmailApplication.aspx

you can send pdf as attachment file.

If you want to create pdf dynamically check this link for pdf file operations

http://www.codeproject.com/KB/aspnet/Creating_PDF_documents_in.aspx

All the Best
 
Share this answer
 
Comments
irfanansari 11-Oct-11 9:42am    
I Cearte a same pdf file in itext using in my web site and also i am sending a emails but my domain not allow me to write on server when i am using a server.mappath("salme.pdf")
please help me and see this
gifha.trivisionbtinc.com
Muralikrishna8811 11-Oct-11 9:45am    
can you check your salme.pdf physical path in your project
it exists in root or in subfolder?
Muralikrishna8811 11-Oct-11 9:48am    
write correct way to get that filepath

server.mappath("~/subfolder/salme.pdf");
irfanansari 11-Oct-11 9:50am    
please see my this web site then u can see my problem please
gifha.trivisionbtinc.com
here is a create a pdf file its working at my localhost and send a email as well but it create problem at domain u can see this
Muralikrishna8811 11-Oct-11 10:02am    
yeah i see your website

what abt debug="true" in server web.config

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