load the mail box contact in dropdown
-
Hi friends, I wanna get my outlook express contacts in to my website .. like i wanna load that contact in dropdown What do i want to do to get it? Am using c#.net
The first step is to get your Outlook contacts into a usable form. I'd recommend exporting them to a CSV file, which you can then import into a database- Export to CSV- http://email.about.com/od/outlooktips/qt/et090604.htm[^] Import into SQL http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/[^] The next step is to populate a dropdown list from your SQL table- http://aspalliance.com/581[^] That should be enough to get it going. Good luck!
Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb
-
The first step is to get your Outlook contacts into a usable form. I'd recommend exporting them to a CSV file, which you can then import into a database- Export to CSV- http://email.about.com/od/outlooktips/qt/et090604.htm[^] Import into SQL http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/[^] The next step is to populate a dropdown list from your SQL table- http://aspalliance.com/581[^] That should be enough to get it going. Good luck!
Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb