Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Hi Frineds,

I am working on a mail sending application in asp.net, where i am fetching user email from Active Directry.
I want to fill and serrch email like Exchange OWA or Gmail in Textarea
please help me, how to do this..
Thanks,

What I have tried:

I have fatch data from AD but dont know how to load auto like gmail
Posted
Updated 16-Jul-17 20:03pm

1 solution

Store User Name and Email in DataTable and Create search on DataTable. You can store in single column for example "Vikas [vikas@gmail.com]" name + email id.
 
Share this answer
 

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