ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How to send auto matic emails based on scheduled tasks to 
several of my clients
 Question Submitted By :: Venkat
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to send auto matic emails based on scheduled tasks to several of my clients
Answer
# 1
use webservice
 
Is This Answer Correct ?    0 Yes 0 No
Jerry Joseph
 
  Re: How to send auto matic emails based on scheduled tasks to several of my clients
Answer
# 2
we can achieve this either in the windows application with
the windows schedule task or sql server 2005.
 
Is This Answer Correct ?    1 Yes 0 No
Tiger Skumar
 
 
 
  Re: How to send auto matic emails based on scheduled tasks to several of my clients
Answer
# 3
How with Webservices and how with windows schedular and
sqlserver2005 plz?
 
Is This Answer Correct ?    0 Yes 0 No
Sharf
 
  Re: How to send auto matic emails based on scheduled tasks to several of my clients
Answer
# 4
There are two ways you can achieve this.

1> When time is fixed for scheduler

--> Create  a windows application which sends mail to the 
clients when its executed
-->add it to windows scheduler(schedule Task) at specified 
time

2> When you want cofigurable time for scheduler


--> Create  a windows application which sends mail to the 
clients when its executed
--> create a windows service add a timer to the service and 
set interval to 2 mins suppose.

-->On the timer elapsed event add the code for executing 
the above executable 

-->before executing  you can check that if the current time 
is equal to the time specified by user or not..(you can get 
it from database or .config file also)

-->if current time = specified time or +2-2 minutes ( as we 
have specified interval of 2 minutes so its possible we may 
not get exact match so matching range of + or - 2 minutes)


-->install it for scheduler using installutil.. statrt 
service

So above scheduler will check after every two minutes for 
the matching time and if time matches it would execute the 
exe for sending mails. otherwise it would keep on checking 
for matching time.
 
Is This Answer Correct ?    1 Yes 0 No
Cjani
 
  Re: How to send auto matic emails based on scheduled tasks to several of my clients
Answer
# 5
Thank u very much
  But in the case of Web Apps how to approach this,how to 
send mails to several of my clients with out click event or 
with out execution like www.123greetings.com
 
Is This Answer Correct ?    1 Yes 1 No
Venkat
 
  Re: How to send auto matic emails based on scheduled tasks to several of my clients
Answer
# 6
One more way is that, you can create a windows service and 
install it on your server. 

In windows services you can place a timer so you can 
configure a time for execution. 
:)
 
Is This Answer Correct ?    4 Yes 0 No
Vinayak Chauhan
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is the difference between and ActiveX dll and control? Microsoft2
what is state management,what is the purpose of it,how it will be implemented in real time?  1
What r the page life cycle in asp.net page?  1
How can you change a Master page dynamically in which event of page life cycle? Fulcrum-Logic2
How to retrieve the information from datatable citywise in c#? HCL2
What is mvc structure? given example? How to show gridview control from business components and using class object arrays?  1
How do you register a .NET assembly? Microsoft3
what is diffrence between debug class and trace class in asp.net ?  2
Caching techniques in .NET ? Microsoft1
What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?  2
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other. TCS2
Should sn.exe be used before gacutil.exe ? Accenture2
Types of authentications in ASP.NET ? Accenture5
What is the Difference between user and server controls?  4
What Are The Difference Between AutoEventWireup="true" and AutoEventWireup="False" Phoenix-Technologies9
What data type does the RangeValidator control support? Visual-Soft3
Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code. Lambent1
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset? HCL3
How to do Forms authentication in asp.net?  2
Does the following statement executes successfully: Response.Write(?value of i = ? + i); TCS4
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com