mailzero28
Programmer
I have a form, which when I press send will send an email.
This works - that's a fact.
All the fields are populated from a database.
My problem is this: The To field will be initally populated with e.g. 'martin@email.com; paul@email.com; peter@email.com'
However, the user may want to change this to simply 'martin@email.com' - simple enough, just delete the other two names. Not quite - while the form looks like only one name is in the To field - it will actually send the email to all three names that were initially loaded into the To field in the first place.
I am new to asp.net, how do I make sure that when I press the send button that it actually picks up what is in the To field, not what was in it initially.
Many thanks in advance.
This works - that's a fact.
All the fields are populated from a database.
My problem is this: The To field will be initally populated with e.g. 'martin@email.com; paul@email.com; peter@email.com'
However, the user may want to change this to simply 'martin@email.com' - simple enough, just delete the other two names. Not quite - while the form looks like only one name is in the To field - it will actually send the email to all three names that were initially loaded into the To field in the first place.
I am new to asp.net, how do I make sure that when I press the send button that it actually picks up what is in the To field, not what was in it initially.
Many thanks in advance.