By default, all HTML elements have a static position, and cannot be moved. To manipulate the position, remember to first set the CSS position property of the element to relative, fixed, or absolute!
Automatically send Birthday email using C#.Net
In order to automatically send Birthday email daily at particular time, a Windows Service will be created which will run daily at the particular time and will automatically send Birthday emails using C#.Net. In this article the Windows Service will execute a Task daily at a specific time. The Task is to fetch all records of Students who have a Birthday today. Such students will receive an email containing Birthday wishes automatically by the Windows Service. Config:- < appSettings > < add key = " Mode " value = " Daily " /> < add key = " IntervalMinutes " value = " 1 " /> < add key = " ScheduledTime " value = " 17:43 " /> </ appSettings > < connectionStrings > < add name = " constr " connectionString = " Data Source=.\SQL2008R2;Initial Catalog=S...
Comments
Post a Comment