Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
Christian Graus2-Feb-09 9:18
protectorChristian Graus2-Feb-09 9:18 
GeneralRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
Ranjit Viswakumar2-Feb-09 10:16
Ranjit Viswakumar2-Feb-09 10:16 
GeneralRe: Updating drop-downlist boxes corresponding to values selected in the other drop-down list Pin
Christian Graus2-Feb-09 10:46
protectorChristian Graus2-Feb-09 10:46 
QuestionAuto Email Send Pin
Sarfaraj Ahmed2-Feb-09 7:03
Sarfaraj Ahmed2-Feb-09 7:03 
AnswerRe: Auto Email Send Pin
EliottA2-Feb-09 7:25
EliottA2-Feb-09 7:25 
AnswerRe: Auto Email Send Pin
Christian Graus2-Feb-09 8:16
protectorChristian Graus2-Feb-09 8:16 
GeneralRe: Auto Email Send Pin
Sarfaraj Ahmed2-Feb-09 14:22
Sarfaraj Ahmed2-Feb-09 14:22 
AnswerRe: Auto Email Send Pin
Ranjit Viswakumar2-Feb-09 10:06
Ranjit Viswakumar2-Feb-09 10:06 
It is difficult and complicated to setup SQL database triggers to send email when the database is updated. You would also have to run a local SMTP server on the SQL server which is often discouraged. The best thing to do would have your code update the SQL database, check to see if it was successful, and then use the SmtpMail class to send mail-

http://quickstarts.asp.net/QuickStartv20/util/classbrowser.aspx?assembly=System.Web,%20Version=2.0.0.0,%20Culture=neutral,%20PublicKeyToken=b03f5f7f11d50a3a&namespace=System.Web.Mail&class=SmtpMail[^]

Good luck!

Ranjit Viswakumar
Professional Services Specialist
HostMySite.com[^]
GeneralRe: Auto Email Send Pin
Sarfaraj Ahmed2-Feb-09 11:59
Sarfaraj Ahmed2-Feb-09 11:59 
Questionis this query correct? Pin
M.Ambigai2-Feb-09 7:01
M.Ambigai2-Feb-09 7:01 
AnswerRe: is this query correct? Pin
EliottA2-Feb-09 7:27
EliottA2-Feb-09 7:27 
AnswerRe: is this query correct? Pin
Christian Graus2-Feb-09 8:18
protectorChristian Graus2-Feb-09 8:18 
AnswerRe: is this query correct? [modified] Pin
jceresini2-Feb-09 12:37
jceresini2-Feb-09 12:37 
QuestionThe connection's current state is closed. Pin
Franklinlloyd2-Feb-09 6:32
Franklinlloyd2-Feb-09 6:32 
AnswerRe: The connection's current state is closed. Pin
Christian Graus2-Feb-09 8:21
protectorChristian Graus2-Feb-09 8:21 
AnswerRe: The connection's current state is closed. [modified] Pin
jceresini2-Feb-09 12:44
jceresini2-Feb-09 12:44 
GeneralRe: The connection's current state is closed. Pin
Franklinlloyd3-Feb-09 3:18
Franklinlloyd3-Feb-09 3:18 
Questiondrag controls asp.net Pin
cooltoad1232-Feb-09 6:26
cooltoad1232-Feb-09 6:26 
AnswerRe: drag controls asp.net Pin
mr_muskurahat2-Feb-09 6:50
mr_muskurahat2-Feb-09 6:50 
GeneralRe: drag controls asp.net Pin
Ranjit Viswakumar2-Feb-09 11:18
Ranjit Viswakumar2-Feb-09 11:18 
QuestionCompare 160 million records Pin
RajaAhmed2-Feb-09 5:14
RajaAhmed2-Feb-09 5:14 
AnswerRe: Compare 160 million records Pin
Manas Bhardwaj2-Feb-09 5:22
professionalManas Bhardwaj2-Feb-09 5:22 
GeneralRe: Compare 160 million records [modified] Pin
Colin Angus Mackay2-Feb-09 5:39
Colin Angus Mackay2-Feb-09 5:39 
GeneralRe: Compare 160 million records Pin
RajaAhmed2-Feb-09 19:00
RajaAhmed2-Feb-09 19:00 
GeneralRe: Compare 160 million records Pin
Colin Angus Mackay2-Feb-09 21:30
Colin Angus Mackay2-Feb-09 21:30 

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.