Sending Emails on a particular day [closed] - c#

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm developing a web page (asp.net, C#), where the users enter some data every month and save it. I use oracle database.
If the data is not entered for a month, I want a mail to be sent to some email ID, ie. myid#abc.com.
Can anyone help me doing this?

Given how vague your question is, here is an answer to match - use Oracle Alerts.
This blog article should put you in the right direction.

Related

How could I send a text? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am currently working on an app for Windows Phone. What I wish to do is simple - allow the user to set a time, and, at this time, the phone will send a text message to a specified number.
Is it possible to do this ? How can I do this ?
Thanks very much.
There is a way to launch the Messaging application with the "Body" and "To" field programmatically field in.
The SmsComposeTask Class is what you need to launch the messaging application.

How to implement TOTP C/S (Time One Time Password Client/Server) in C#? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create a client/server application using C#, and my application must have the ability to deal with time one time passwords, meaning that my server can authenticate a client after a (TOTP) entry.
I searched over the internet for any example that might be close to something like this or thing but coudln't find anything at all.
Do you happen to have an idea about implementing TOTP, even if its not the same situation I have in here , I just need someone to give me some clues.

How to search recent post for keywords on twitter with c#? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I've made games with c# but have never done anything with networking or accessing a website via c#, so I was wondering how I would be able to search twitter post for certain keywords, counting how many come up but are recent post. Thank you very much.
I suggest that you'll check Linq to Twitter:
http://linqtotwitter.codeplex.com/
This website should get you on the right track with searching inside a post with Linq To Twitter:
http://geekswithblogs.net/WinAZ/archive/2011/04/28/displaying-search-results-with-linq-to-twitter-and-asp.net-mvc.aspx

ASP.net auction expiration mechanism [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
How to realize auction expiration? Make it inactive after 1-3-5 days? Something like eBay?
Any links for information would be appreciated,
I have "active" boolean field in my auction table
There's a lot of ways to do this. I think the question was very difficult to understand and that's why you didn't get any answers. Check out this question to see if it gets you on the right track: Best way to run scheduled tasks

Login and logout history in c# [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how can i make a login and logout history in c#
recording who's the username and the time and date in c#
This would probably be best done with a new database table that records the username/id, the action (login/logout), and the time. Which each future action, your login/logout logic writes another entry to this table, saving it for future requests.

Categories