Click here to Skip to main content
15,905,427 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Text/large varchar fields in SQL server Pin
pseudomorph7-Sep-06 9:15
pseudomorph7-Sep-06 9:15 
AnswerRe: Text/large varchar fields in SQL server Pin
Guffa8-Sep-06 7:07
Guffa8-Sep-06 7:07 
GeneralRe: Text/large varchar fields in SQL server Pin
pseudomorph8-Sep-06 10:09
pseudomorph8-Sep-06 10:09 
QuestionWindows 2000 Server not serving up PDFs Pin
Vodstok6-Sep-06 9:27
Vodstok6-Sep-06 9:27 
AnswerRe: Windows 2000 Server not serving up PDFs Pin
Edbert P6-Sep-06 16:03
Edbert P6-Sep-06 16:03 
GeneralRe: Windows 2000 Server not serving up PDFs Pin
Vodstok7-Sep-06 2:50
Vodstok7-Sep-06 2:50 
QuestionI need help to solve a error on my form Pin
bobolov6-Sep-06 5:19
bobolov6-Sep-06 5:19 
AnswerRe: I need help to solve a error on my form Pin
Paddy Boyd7-Sep-06 0:24
Paddy Boyd7-Sep-06 0:24 
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 

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.