Accessing email address

S

Sireesha

Hi All

In organisation there are 3 groups A, B and C.

I have to develop a webpage where i have access
aparticular groups email address using asp.net.

can any one have idea how to do this.

thx
Sireesha
 
M

Manit Chanthavong

First I would design your data storage. Preferable some sort of database.

Then create a 1 to many relationship.
Tables would look like this:

table1 - GroupId GroupName
table2 - EmailId Email GroupId

Then your select statement would look like this:

SELECT * FROM Emails WHERE GroupId=5

Hope this helps?
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top