Creating A Scheduling / Calendar Grid In C#?

Apr 12, 2010

I am working on the prototype for a scheduling application on an intranet system. The application is for scheduling and tracking promotional workers at various locations on various dates.

Currently, only for prototyping, I am generating a data table of location/date, and from this I iteratively build an HTML table (asp:Table control). On visiting each cell, I query for people working that location-date and populate the cell accordingly. This is very inefficient, and will at worst be improved by querying cached data for the whole location/date grid.

I'm looking around for established patterns and techniques for dealing with scenarios like this in HTML in general, maybe a visualization library for jQuery or something, and for ASP.NET in particular, maybe a library for implementation on a GridView etc.

View 4 Replies


Similar Messages:

Calendar - Employee Shift Scheduling Component For C#?

Jan 27, 2010

I'm looking for a control I can use in an ASP.NET app for scheduling work shifts. My primary requirement is to have locations on a y-axis, dates on the x-axis, and then at each intersection, have a block divided into shifts, and each shift containing a short (1-3) list of employees working that shift.

View 2 Replies

Creating Scheduling Control In C#?

Jan 12, 2010

I need to create a scheduling control in ASP.NET. Meeting slots are fixed to 30 minutes.

I am showing the slots in tabular format.

My main concern is to DateTime and slot timing like 4 to 4 4:30 to be read in code when user clicks particular cell in table, using HtmlTable control.

Table is created dynamically. Unfortunately the TableCell control don't have a click event.

In short, how can I detect the DateTime and timing from cell in the table by?

View 3 Replies

Web Forms :: Using - Calendar / Creating Links To Data Possible

Jun 28, 2010

I want to use the asp:Calendar control to link to another page that displays relative data based on which day is selected. While I know how to create a datalink for a passed date variable, is it possible to set-up the calendar so that ONLY those days that actually have data associated with the date clickable?

So basically, I want a calendar that has active links for only dates that can be pulled from a datasource. Possible?

View 3 Replies

Forms Data Controls :: Add Calendar With Grid View?

Jan 29, 2011

i have gridview and in gridview i have create the textbox. i want add calendar with textbox in particular row cols of textbox .

View 4 Replies

Can Use AJAX Calendar Control In Grid View Edit Template

Feb 17, 2010

I am having with an AJAX control. I have a master page nested into another master page. On the nested master page, I have a gridview control. I want to place a text box and calendar extender into the editing template. However, I keep getting run time errors and cannot seem to sort out the problem. Here are the code samples and error messages I am receiving:

<asp:TemplateField HeaderText="EffectiveDate">
<EditItemTemplate>
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager>
[code]...

View 1 Replies

C# - Creating A Radscheduler Type Grid ?

Aug 24, 2010

I am trying to list a list of client with cell for each employee. radcheduler type. If u click on each cell u can assign a new value at this date for this employee. I though about place holder but someone says it is not efficient

View 1 Replies

Forms Data Controls :: Creating A Custom Grid?

Apr 13, 2010

I have a some complex requirements, which doesn't seem to be meet by any of standard asp.net grids.

So I am planning to create my own grid control from scratch(generating own html). Any pointers on how/from where to start?

View 2 Replies

Calendar Gives A 404 But /Calendar/Index Shows The Calendar Page With The Current Month?

Nov 24, 2010

I've got two websites. One is a copy of the other, I even went ahead and remade a copy of the original a second time hoping it would alleviate the issue I'm having but it didn't.

On both pages I have a calendar so the route is

Csharp Code:

[code]....

The issue is on the original site /Calendar works. It shows the Calendar page with the current month. On the copy site /Calendar gives a 404 but /Calendar/Index shows the Calendar page with the current month.

View 1 Replies

Creating A Jquery Grid From Json Data That Came Back From An Ajax Request?

Jul 7, 2010

i am searching for a way to create a grid (from some kind of jquery grid plugin didnt choose one yet)

anyway i want to call a webmethod and return a json serialized from a List of an object i created.

today i just use a regular grid view inside an iframe

but i want to eliminate that iframe and create those grids with ajax requests.

View 2 Replies

MVC :: Creating Partial Views Of Thumb Image Display Like Grid Wall

Jul 9, 2010

I'm just returning to .NET and I am still getting used to the structure and setup for MVC.. I have a query about partial views /user controls - (i guess). I want to create a partial view of thumb image display (grid-wall like) reusable across the site/solution. The model for this already serves detail pages across the site. I want to use one attribute of the model collection e.g. 'model.thumbImage' to create a grid of thumb images.

My question is do I have to create a separate controller for this partial view e.g. Controllers/GridController.cs and then a view Views/Grid/index.ascx ? What is the best way to apprach this? I do not want the grid to be served/ routed directly i.e grid/index.ascx.

View 2 Replies

C# - Creating Server Controls Dynamically At Runtime Inside A Grid Item Template?

Aug 6, 2010

I've an item template inside a grid which has a <asp:LinkButton/> inside it. I assign the text for the link button as

<%# Convert.ToString(Eval("Tags"))%>

Tags can have a string with multiple tags in it delimited by space. For eg. "sports", "sports cricket", "sports cricket sachin" are the examples of some possible tags.

I want to create a button for each tag inside the string. How can i create the controls (server control - linkbutton) dynamically during runtime inside the grid item template?

View 2 Replies

Forms Data Controls :: What's The Best Grid Control For Paging Without Creating A Stored Procedure

Jan 6, 2011

I have been using the GridView control, to display data, but now my two datasources (Informix, and VisualM/Mumps) makes it very difficult to create a store procedure to with paging. Is there a better data grid, that will allow my users to scroll/search the current data set?

View 1 Replies

Add Scheduling A RDLC Report?

Mar 28, 2011

I have created a report (rdlc) in visual studio 2005 web form. However, the client now wants the report to be sent by email at scheduled times. How can i add a scheduler to the report?

View 1 Replies

AJAX :: Creating New Composite Control To Make A Full Calendar Control?

Jan 11, 2011

i create new composite control to make a full calendar control.

[Code]....

All is good until i put

[Code]....

View 2 Replies

Scheduling System For Assigning Shifts?

Jul 22, 2010

May I ask for your idea regarding a scheduling system? I'm in a task of creating a scheduling system for my team and this will include the team leader will assign a shift on 1-15 cut-off schedule and 16-31 cut-off per month. How can I design my database? If you work with this before.

View 2 Replies

DataSource Controls :: Job Scheduling In Sql Server?

May 19, 2010

i want to create a registration form, which contain free and paid option if user registered through free then after3 days ne/she will get a msg regarding registration... So i follow the steps of this site...........but i culd not understand the code , where we define 3 days limitation ...

http://www.aspsnippets.com/Articles/Automated-Email-Notifications-using-SQL-Server-Job-Schedular.aspx\

View 5 Replies

AJAX :: Scheduling Tasks Within A Web Application?

Feb 6, 2010

As part of the web application I am working on there will be functionality to export data from the web application into a windows application copying the data between the database for the web application and the windows application. The databases for these two programs could have been combined but are being kept apart for simplicity.The utility to export the data can be triggered manually from the web application but it is also required that this task can be scheduled to run by the user (once a day, on web app shutdown etc)

I envisage this to be run as a service - I have created services for windows applications before but this is the first time I have needed to create this for a web application. Searching on goggle, I have found an msdn magazine article that suggests creating a web service and then creating a windows service which would call into this web service. So in my situation, I am thinking that I would create a web service which would contain the data transfer functionality between the web application and the windows application. Then I would create a windows service which would be installed as part of installing the web application, which would then call into the web service (at pre-defined intervals) using settings configured by the user within the web application (so that the data transfer functionality can be scheduled).Does this seem the correct solution? I would appreciate any advice on how I might achieve the above.

View 3 Replies

DataSource Controls :: How To Run The SQL Server Job From Webpage (without Scheduling)

Apr 9, 2010

I want to run the SQL server Job from the web page.

I have created the SP. Now i want to run this SP By run the Job.

The Job should not be scheduled automatically. I should run this job from front end web screen.

If user clicks the button i want to run the job and return the response back to the screen.

The SP (calculation process) will run for nearly 10 minutes, thats why we are going for this method instead of calling SP directly.

View 1 Replies

Web Forms :: Scheduling Timed Routine In Application_Start?

Aug 19, 2010

I'm looking at automating some reporting that I'm going to be generating. I want the reports to be generated and emailed at a particular time every day. These times will vary, and so will the types of reports.I was wondering if there were any better solution to creating a routine with a timer that executes at a set time every day? If I include this class and routine in the Application_Start of my Global.asax, will it always be running, or is there some awesome EventListener that I'm not aware of?

View 3 Replies

Creating A VCS Calendar Event With 'All Day Event' Checked?

Oct 4, 2010

I've successfully created a but of C# code to create a VCS calendar file, but I can't find anywhere where to set this as an 'all day event'.Has anyone been able to do this, or is it not an option in VCS?

View 1 Replies

C# - Finding Best Ways Of Scheduling Tasks (without Writing Windows Scheduler)

Jul 14, 2010

I am into shared hosting and they do not allow me to use windows scheduler... So what are the ways of achieving scheduled tasks ie(timed mail) in asp.net... I just saw background process by Jeff Atwood blog... Is it relaible? Or any other ways of doing scheduled tasks...

Then i found quartz.net but i can't find a simple example that embeds quartz.net into an asp.net(without installing a Quartz.Net server as a standalone windows service)...

View 6 Replies

SQL Server :: Scheduling System - Showing Data Using Relation Shift

Jul 26, 2010

How I will create the scheduling system. I have 3 tables related namely employees, schedule and shift. How will I show the data using the relation shift of the table on gridview by this: It will be filtered by datefrom and dateto: Select via calendar ex Datefrom: August 1 Dateto: August15

Then It will show:
EmployeeID Name
1 2 3 4 5 and up to 15

EP9112 Lastname, firstname, Middlename shift shift shift shift shift
with edit when I press EmployeeID their shift.
How can I also format the shift and date by: ex TimeIn: 7:00:00 AM TimeOut: 3:00:00 PM Date: 8/1/2010
When I add it, it will be TimeIn: 8/1/2010 7:00:00AM TimeOut: 8/1/2010 3:00:00 PM.
Do I need to edit my database.

View 5 Replies

Web Forms :: API For Scheduling SSRS Report From Webpage HTML Page

May 7, 2012

I need to find an API for scheduler in SSRS and call it from a ASP .Net Web Page/HTML page, which performs a scheduling operation and calling this API should directly get linked to a SSRS Scheduler.

View 1 Replies

AJAX :: AJAX Calendar Extender - Make Calendar Disappear When Another Calendar Opens?

Nov 17, 2010

I am using Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005.I am using 2 Ajax Calendar Extender in my page. I am using a text box and html image control and setting the TargetControlID to the test box id and the PopupButtonID to the image control name. When i click the first image the calendar pops up and without choosing a date if i click the second image the second calendar control opens on top of the first calendar control. Is there any way i can make the previous one disappear without choosing a date leaving the calendar control associated with the last image clicked.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved