Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can u please give me some tips regarding:


1) sending of fax from asp.net with c#
2) receiving of datas from fax machine to our aspx page.


It should be better if some one posts the total steps from iitialization to final or give some ideas that how can i solve this problem

And what we have to install in the system in order to send fax!

Thanks in Advance

Waiting for ur responses..
Posted
Updated 21-May-11 1:29am
v2

Hope this[^] and Faxing with XP and C#[^] might help you.
 
Share this answer
 
v2
You seem to be asking for us to do all your work for you. There's probably a number of components that do this, but the important thing to realise is, ASP.NET can't do what you want. It's an engine for generating HTML. You can embed a component that sends faxes in to a web page, perhaps, but it won't be ASP.NET specific, unless it has a wrapper. Or you can run code on the server that uses C# or VB ( but not ASP.NET ) to send faxes from the server ( which means you need a phone line for each fax you will send or recieve at the same time ), and then you can display any data you like, in a web page.

I suggest googling for components, probably expecting to pay for them, and reading their documentation instead of asking us to do basic research for you.
 
Share this answer
 
Comments
gowthammanju 21-May-11 8:33am    
ya Christian Graus you are right we have brought sub routers from telecom company for fax numbers
but my question is how we connect their components to our asp.net pages!
i want to know wat all the needs to implement this concept!.i too googled but does not find solutions can u provide me some solutions based on this concept.
waiting for ur responces

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