C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




doubt in dropdownlist


Posted Date: 10 Jul 2008      Total Responses: 1

Posted By: Sridharan       Member Level: Silver     Points: 1



Hi;

Whenever i choose the Particular status on the dropdown list control its ask date and this process is done but i want to send the remainder mail on the particular date.how to do and send the sample code also


Regards

Sridharan





Responses

Author: eshwar    10 Jul 2008Member Level: SilverRating:     Points: 6

Hi Sridharan,
Is it that when you select a value in the dropdown list,a dailog box pops up and take the date as input from the user.if so just save the value in a date type variable "d" (say)

then later in the application write a function to keep checking the current date with the saved date in memory "d".if that matches,using the function send the email.
you can retrive the value by "d.ToString()".

just like

If(Datetime.Now==d.Tostring())
{
......
Send an Email....
..........
}

but make sure that you use the same date format the user gives in.

Regards,



Post Reply
You must Sign In to post a response.
Next : How to find the primenumbers in asp.net
Previous : how to find a control which is in footer of gridview?
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use