Click here to Skip to main content
15,896,201 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: I need help to solve a error on my form Pin
bobolov8-Sep-06 8:22
bobolov8-Sep-06 8:22 
QuestionAttacking http [modified] Pin
militiaware6-Sep-06 3:34
militiaware6-Sep-06 3:34 
AnswerRe: Attacking http Pin
CWIZO7-Sep-06 1:04
CWIZO7-Sep-06 1:04 
QuestionMicrosoft Expression Web Pin
Sam Heller6-Sep-06 3:26
Sam Heller6-Sep-06 3:26 
AnswerRe: Microsoft Expression Web Pin
Kevin McFarlane6-Sep-06 4:54
Kevin McFarlane6-Sep-06 4:54 
Questionhow to develop a web based biometric application Pin
zubairy5-Sep-06 20:44
zubairy5-Sep-06 20:44 
Questionproblem on capturing the browser close event Pin
gtechrohit5-Sep-06 19:52
gtechrohit5-Sep-06 19:52 
Questionsending email with if condition CC [modified] Pin
uglyeyes5-Sep-06 18:54
uglyeyes5-Sep-06 18:54 
Hi
I am using system.web.mail

i have 6 dropdownlist in my page. user can select value from all 6 drop down list.
each drop down list selection will send email to relevant department.
if the drop down is not selected it should not send email to particular department when its dropdown is not selected

i dont know how could i do this

i used if else clause but it seems its not picking up those email address. my code below

If ddEurambieCCC.SelectedValue <> Nothing Then
msgMail.To= "webadmin@abc.com"
End If
If ddCastleGlenCCC.SelectedValue <> Nothing Then
msgMail.To = "ccceller@abc.com"
End If

If ddExcelsiorCCC.SelectedValue <> Nothing Then
msgMail.To = "cccepark@abc.com"
End If

If ddEllermanCCC.SelectedValue <> Nothing Then
msgMail.To = "cccexave@abc.com"
End If
If ddNRocksCCC.SelectedValue <> Nothing Then
msgMail.To = "cccnrock@abc.com"
End If

it only picks the last one i dont know how could i work this out
please help



-- modified at 1:04 Wednesday 6th September, 2006
AnswerRe: sending email with if condition CC Pin
Tushar Kothari5-Sep-06 23:47
Tushar Kothari5-Sep-06 23:47 
GeneralRe: sending email with if condition CC Pin
uglyeyes7-Sep-06 18:43
uglyeyes7-Sep-06 18:43 
NewsThe DHTML Editing Control will not be included in Windows Vista Pin
Chris Maunder5-Sep-06 5:16
cofounderChris Maunder5-Sep-06 5:16 
Questionedit Asp pages Pin
rcwoods4-Sep-06 21:01
rcwoods4-Sep-06 21:01 
AnswerRe: edit Asp pages Pin
CWIZO5-Sep-06 2:47
CWIZO5-Sep-06 2:47 
QuestionDisable IE menu items using Javascript Pin
Subrahmanyam K4-Sep-06 19:52
Subrahmanyam K4-Sep-06 19:52 
AnswerRe: Disable IE menu items using Javascript Pin
CWIZO5-Sep-06 2:50
CWIZO5-Sep-06 2:50 
QuestionAccess to the path is denied Pin
anu814-Sep-06 19:15
anu814-Sep-06 19:15 
AnswerRe: Access to the path is denied Pin
Boro_Bob5-Sep-06 4:02
Boro_Bob5-Sep-06 4:02 
GeneralRe: Access to the path is denied Pin
anu815-Sep-06 19:44
anu815-Sep-06 19:44 
AnswerRe: Access to the path is denied Pin
prawinkumarpauldavid7-Sep-06 1:54
prawinkumarpauldavid7-Sep-06 1:54 
Questiondrupal module to show inline adsense Pin
dnuts694-Sep-06 18:02
dnuts694-Sep-06 18:02 
Questionasp to jsp converter Pin
avirup_kool4-Sep-06 7:51
avirup_kool4-Sep-06 7:51 
QuestionTransfer data form webpage to other application Pin
indiakahero4-Sep-06 2:09
indiakahero4-Sep-06 2:09 
AnswerRe: Transfer data form webpage to other application Pin
Guffa4-Sep-06 8:33
Guffa4-Sep-06 8:33 
GeneralRe: Transfer data form webpage to other application Pin
indiakahero4-Sep-06 20:17
indiakahero4-Sep-06 20:17 
AnswerRe: Transfer data form webpage to other application Pin
Guffa4-Sep-06 21:26
Guffa4-Sep-06 21:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.