To Be Triggered Daily And Once Weekly At A Specified Time?
Oct 27, 2010I have a ASP.NET ASHX Handler that I need to be triggered daily and once weekly at a specified time.How can I run this using a windows based job?
View 8 RepliesI have a ASP.NET ASHX Handler that I need to be triggered daily and once weekly at a specified time.How can I run this using a windows based job?
View 8 RepliesI have a web site in asp.net(C#). And want to add an automatic email sending functionality in it, i.e. an email will be send daily and weekly(both on a particular time) to all the stock holders about the orders details placed by registered users. How can I do this in asp.net(C#)?
View 21 RepliesI want to generate a CSV file everyday at 12:00 noon. How to write this code and how to generate CSV file using databse table fields.
Where shall I write this code so that it should run everyday at 12:00 ...
Can i know the code written in C# to get a current time when a button event is triggered in ASP.NET web application project and time retreived is to saved in SQL database
View 3 RepliesI want to create weekly scheduler which will fetch the data from meeting table from sql server. I want allow user to give navigation of Next/Previous week. However in this scheduler only two time entry should display i.e. 9 AM and 3 PM, othere hours will not display.
Secondly underneath this scheduler there will be a text box and button, where user will enter some comments in text box and once he click on submit then update records which are displaying for selected week.
When I will click on gridview cell then it should open a pop up aspx page on which appointment details will be asked that I will store in databse. So with javascript how can I do this ?
View 1 Repliesi am working on an availability / booking system, one element in the form will be a dropdownlist control with a selection of date ranges for a customer to select the period they want to book.these will be a list of ranges for each week (monday - sunday)eg
27th Sep - 3rd Oct 2010
4th Oct - 10th Oct 2010
11th Oct - 17th Oct 2010
etc
is there an way to populate this dropdownlist dynamically from a calendar or date function so it can cater for dates up to 18 months ahead?i dont really want to populate it from database entries or hard coded list items if there is a less laborious way.
how to group weekly data for a month days
View 6 Replieshow can I generate weekly and monthly attendance report calculating total attendance for each student that I have in mu database table?
View 1 RepliesI want one column Category having values Travelling,Food,Air Fare,Auto Rental in gridview.Now I want date and day as header for next columns and I can insert record datewise in grid. I want it as following image.
View 1 RepliesI have started this small project but somehow feeling blank all of a sudden. anybody with pieces of code and structure . Project Specifications
 Use an SQL Server Database
 Show an entry form after the user presses "Add Event"
 Save appointment data to the database after the user presses "Submit"
Developing online car booking application.. I have a scenario for restricting only 10 bookings daily.
View 1 RepliesI am looking for a way to run a specific function only if it is on a specific hour.
Something like this:
[Code]....
How can I do this outside the code. to maintain monthly,weekly and daily events...
How to create monthli,daily events/conditions?
I need to run a daily process at a given time. how to do it in ASP.NET/C#? web site is hosted in godaddy shared hosting server.
I've tried with timers but not working. I think this timers get reset with application pool recycling.
I want to create a thread function in which once a day is completed a folder inside my website project has to be deleted.
View 1 Repliesi'm trying to design an attendance register for pupils in a class for a term (3 months). I wanted to create columns for each day throughout the 3 months in the students table of the database but i feel this is too ambigous. The register will be marked either 'presence' or 'absence' everyday by the class teacher. there will be a gridview with 3 columns (ID, Name & Current date). The current date will have checkbox to mark presence or absence.
View 4 RepliesI'm working on a project where i'm suppose to show the employees about their daily work on time based & This is wot i need exactly.,
i dont want to EDIT or UPDATE further in the TIMELINE
The values will be in SQL Database 2000,i want to get those values from database & display in this time sheet based on their work timing
(eg.) if employee has to meet a person by 10 A.M to 3 P.M,I have to block the cells which falls in that timeline (like GREEN colored box in the figure above)
[URL]
[URL]
I have to write stored proc to get the daily transaction for a specified date. Right now what i do is everytime i log a transaction in table3 I update table 2 with the count. Then i use table 2 to write the stored proc and to get the desired result. I have pasted my stored proc below with the output. My problem is when another subsystem is added in the AppInfo table i need to update my stored proc because i have hardcoded the subsystem name.
[Code]....
I i want to schedule an asp.net page on my hosting, how to achieve it?
for instance, i have a page named myservice.aspx runing on my website.com/myservice.aspx
i want to run this page on every 24 hours.
I have an application that I am working on. It tracks employee's time. I have a gridview on a page that shows the time a user clock-in and out for the day. The gridview shows data for a 2 week time span (a pay period). Occasionally an employee may have to leave and come back to work. That would require them to clock-in/out at least twice in one day. I need to add a column to my gridview that shows a daily total. I have 5 columns already. They are: date, time in, time out, hours worked, and difference. The hours worked is just using datediff to get the hours worked between the times that the employee clocked-in/out. The difference column takes the hours worked and subtracts if from 8.5hrs to get the difference in hours worked and the acutal scheduled time.
Im not exactly sure how to get the daily total. I am using MSSQL Server 2005 and VB.
A web application works with the database. Once a day, the database should be scanned and alerts should be sent to users. From what I've seen out there, additional project has to be created which will be installed on the server and will work with the same database. Executable created by this project has to be installed in Windows scheduler to be activated once a day.This seems complicated and inefficient: starting additional executable and working on the same database.
View 1 RepliesI have developed an online HRM package ...
I need to maintain daily attendance of every employee ...
Salary is given on 1st of every month , minimum CL for an employee is 12 days in a year. After 12 days , if he or she absent more than 12 days of CL , then deduct from his or her salary amount to be paid next times.
I have an C# ASP application I am writing that needs to have the capability to import a generated excel or a comma delineated sheet each day. A clerk will have this job each morning so it doesn't need to be automated. My problem in trying to understand the solution to this is that the 1 sheet contains loan information, including customer information all in the same sheet. I would like to send certain columns to update information in the loan table and send other information to update the customer table. I need it to create relationships when new loans appear in the spreadsheet.
View 1 RepliesI have a master page which contains a Login control so that the user can login/logout from any page. However, a couple of content pages require a Recaptcha control. This causes problems because when I try and log in on a page that has the Recaptcha control, the system expects me to enter the words. I'm aware of the lack of validation groups in the Recaptcha control, and the fact that you can't have multiple forms on an ASP.NET page. Is there a way to work around this? A 'hacky' way I can think of, is in the "Login" event, check the page for a Recaptcha control. If one exists, then disable it, otherwise continue. However, that just seems quite inefficient especially when there are quite a few pages and most won't have a Recaptcha control.
View 4 RepliesI have a TextBox control with OnTextChanged handler. The event handler is working fine most of the time, but when the user changed the text and press Enter in FF, the OnTextChanged event is called twice. I observed the problem in Firebug that the first request is actually canceled because of the second event.
Test.aspx
<%@ Page Language="C#" AutoEventWireup="True" CodeFile="~/Test.aspx.cs" Inherits="T.Test" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
[Code]....
Put a break point @ var a, and you'll be able to see that after changing text and press enter in FF (v3.5.7), the OnTextChanged event is invoked twice.
So my question is, what's the best way to properly handle OnTextChanged event so that hitting enter in the textbox doesn't trigger double postback.