dialer in asp.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm developing an web application with Visual Studio .NET 2003
using c#.

How can i give to the user an option to use a button
that will dial a phone number
(like the dialer in access)
Thanks
 
You can not dial from HTML code :) so you have to include an ActiveX control
or .NET component into your page. If using .NET component - make sure user
have installed required .NET Framework version.

Gaidar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top