Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCan I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:22
fiaolle9-Nov-09 8:22 
AnswerRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:26
fiaolle9-Nov-09 8:26 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 8:42
professionalAbhishek Sur9-Nov-09 8:42 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 9:00
fiaolle9-Nov-09 9:00 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 10:23
professionalAbhishek Sur9-Nov-09 10:23 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 10:59
fiaolle9-Nov-09 10:59 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 21:27
professionalAbhishek Sur9-Nov-09 21:27 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 21:45
fiaolle9-Nov-09 21:45 
Questionchat application Pin
anishkannan9-Nov-09 6:36
anishkannan9-Nov-09 6:36 
AnswerRe: chat application Pin
Abhishek Sur9-Nov-09 7:14
professionalAbhishek Sur9-Nov-09 7:14 
GeneralRe: chat application Pin
N a v a n e e t h9-Nov-09 15:53
N a v a n e e t h9-Nov-09 15:53 
GeneralRe: chat application Pin
Abhishek Sur9-Nov-09 21:17
professionalAbhishek Sur9-Nov-09 21:17 
AnswerRe: chat application Pin
The Man from U.N.C.L.E.9-Nov-09 7:14
The Man from U.N.C.L.E.9-Nov-09 7:14 
QuestionASP.NET AJAX Postback Not Updating DOM? Pin
Shawn Souto9-Nov-09 5:55
Shawn Souto9-Nov-09 5:55 
GeneralCould this be a "typo"`? Pin
student_rhr9-Nov-09 12:49
student_rhr9-Nov-09 12:49 
GeneralRe: Could this be a "typo"`? [modified] Pin
Shawn Souto9-Nov-09 13:38
Shawn Souto9-Nov-09 13:38 
GeneralRe: Could this be a "typo"`? Pin
student_rhr10-Nov-09 5:37
student_rhr10-Nov-09 5:37 
GeneralRe: Could this be a "typo"`? Pin
Shawn Souto10-Nov-09 8:42
Shawn Souto10-Nov-09 8:42 
QuestionHow can I modify rows(xx) displayed in MultiLine Textbox datagridtemplate-itemtemplate dynamically Pin
rickqu9-Nov-09 4:58
rickqu9-Nov-09 4:58 
QuestionNotificate by sending an email automatically Pin
Member 47041439-Nov-09 3:56
Member 47041439-Nov-09 3:56 
AnswerRe: Notificate by sending an email automatically Pin
Gamzun9-Nov-09 4:03
Gamzun9-Nov-09 4:03 
AnswerRe: Notificate by sending an email automatically Pin
Parwej Ahamad9-Nov-09 4:03
professionalParwej Ahamad9-Nov-09 4:03 
GeneralRe: Notificate by sending an email automatically Pin
Member 47041439-Nov-09 4:32
Member 47041439-Nov-09 4:32 
GeneralRe: Notificate by sending an email automatically Pin
Parwej Ahamad9-Nov-09 4:51
professionalParwej Ahamad9-Nov-09 4:51 
GeneralRe: Notificate by sending an email automatically Pin
N a v a n e e t h9-Nov-09 5:36
N a v a n e e t h9-Nov-09 5:36 
Choosing the right method depends on how fast you need the email to be send after the update. If you need immediate email notification, as suggested Windows services will be the choice. If you can afford a short delay, efficient approach would be to create a console application and schedule it using windows scheduler.

Best wishes,
Navaneeth

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.