hi every one ,
How to Generate AND download .VCF file using asp.net with database,
I have a one table employee (Ename,sal.....etc) i want to generate vcf file accoring to database values and also download that vcf file when i am clicking the button,
I am trying but not getting please once check my code
Table scr ipt
CREATE TABLE [dbo].[Vcf](
[FirstName] [varchar](50) NOT NULL,
[LastName] [varchar](50) NULL,
[Company] [varchar](50) NULL,
[JobTitle] [varchar](50) NULL,
[Address] [varchar](50) NULL,
[City] [varchar](50) NULL,
[Country] [varchar](50) NULL,
[Phone] [varchar](50) NULL,
[Mobile] [varchar](50) NOT NULL,
[Email] [varchar](50) NULL,
CONSTRAINT [PrimaryKey_544ee6cf-85fe-466c-be9d-6cbe3c234a4a] PRIMARY KEY