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
 
Back
Top