Php - Slideshow On Events Calendar Website?
Mar 10, 2011I am currently developing an events calendar application using ASP.NET MVC and SQL Server and I would like to know how the slideshow for events works on this site - [URL]
View 2 RepliesI am currently developing an events calendar application using ASP.NET MVC and SQL Server and I would like to know how the slideshow for events works on this site - [URL]
View 2 Repliesi just want to use a calendar with events like date selection update,delete,creat events. and i want to do this with sql server 2005. I started my project with webApple.
and the secound, i just cand find whats wrong in this
[Code]....
the problem line is
[Code]....
I have been tasked with designing a scheduling system to fit into an existing application. At present I have a SQL Table - Tasks which have a StartDate and EndDate column.
I have a requirement to set the Task as a recurring task i.e. Replace server backup tapes every day, or, Order more stationary once a month.
I am lost on how to design this. I can't seem to find a proper example on the net. can someone point me in the right direction.
I am trying to develop a image slideshow for the front of my website.I have an idea of how I would like it to look like .... http://www.reef.com/guys/But I have not been able to find any similar pre-built slideshows.I would like to be able to have a loading gif and buttons down the bottom allowing to scroll through the images at your own pace but still letting the images slide without clicking.I am unsure how I would go about making a slideshow like this one, would I use AJAX, jQuery or Silverlight?If you know of any pre built solutions that are similar to what I am looking for provide the link for me or if you have any knowlege
View 6 RepliesI need to display a calendar in my website which shows different sort of Events when clicked on particular date. My database has start date and end date, news title and news brief. I just want to display news Title on that date and then provide a link to that news brief in different page. How can I do this.
View 1 RepliesI have the following code for use in my asp.net website:
CalendarService service = new CalendarService("mycalendar");
EventQuery query = new EventQuery();
query.Uri = new Uri(group.GroupEventsURL);
query.SingleEvents = true;
query.SortOrder = CalendarSortOrder.ascending;
query.ExtraParameters = "orderby=starttime";
query.NumberToRetrieve = 50;
query.TimeZone = "America/Chicago";
EventFeed feed = service.Query(query);
Which produces the following URL:
[URL]
According to the documentation (emphasis mine), I expect the Times in each EventEntry to be in the Central time zone:
The current timezone. If not specified, times are returned in the calendar time zone.
Times in the resulting feed will be represented in this timezone.
Replace all spaces with underscores (e.g. "ctz=America/Los_Angeles").
But my server is hosted in Arizona, so (for now) all of the dates on the calendar are two hours earlier than they should be. Am I doing something wrong? How do I get the dates in the feed to be in the Central time zone even though the server is in Arizona?
I do not plan on moving my hosting any time soon, but since Arizona does not participate in Daylight Savings Time, I cannot simply add two hours to every date.
Having a lot of problems getting to grips with the Kentico CMS, but I'm finally getting somewhere close. I'm using a normal portal engine and running Kentico 5.5 RC2 on a local installation. I currently have an events page which uses a repeater to display all of the events that are available on the system currently. I want to use a calendar to be able to filter the events in that repeater. How would I go about this?
View 1 RepliesI've written a entry form for our company employees to enter marketing courses into the DB and at the same time add them to a Google Calendar. The Calendar is accepting the events, but the coloration of the event is different from a "manually" entered event using Google's interface. This leads me to believe that there is some property I am not setting that is causing the events not to be show on the calendar once it is embedded in our other company web pages.
The code used to enter events:
// Create a CalenderService and authenticate
CalendarService myService = new CalendarService("exampleCo-exampleApp-1");
myService.setUserCredentials("xxx@gmail.com", "xxxxxx");
CalendarQuery query = new CalendarQuery();
[Code]....
And this is the resulting calendar:
The "test event jasdf event" is the manually entered event, and the two events: "Test event 234" are the programmatically entered events. In any case, once I embed the calendar, the only event showing up is the "test event jasdf".
Anyone faced this issue before or had success with google calendar? If so, I'd like to see what you might have used to successfully create events and publish them.
if i click a date in the calender control events under the clicked date should be populated in the gridview( not for a particular date for all dates in the calender ) in .net
View 3 RepliesIf anyone is using the Day Pilot Lite Calendar, Is there a way we can add the color for individual events
I founf this link, but it
[URL]
I was just wondering if someone could help me. I would like to have an event calendar system whereby I have an XML document containing a list of events, with <Title><Date><Description> and <URL> nodes. I have bound them to a data source.What I want now is to add a calendar to the page, so when a user selects a particular month a list of all the events in that particular month are listed in date order.
View 1 RepliesI am using jquery fullcalender..
I want to bind Events to each days of the calender dynamically from the json return by the ajax method..
I need to show live video streaming on my asp.net website. I know how to show videos and audios on my web page but don't know how to show a live videos?
View 1 RepliesI have recently published my website, it worked fine but the only issue is that the error handling code in the global.asax never works. It works when I tested the website on my localhost but not when it is deployed onto my hosting provider.
I tried moving my global.asax file onto my root directory (not the bin) on the hosting folder, then my whole website wouldn't even start. I get the error message "System.Web.HttpException: This server variable cannot be modified during request execution."
But if I remove the global.asax, then it is running fine again.
Note: I didn't use the publish function in Visual Studio to publish my website, I sent the files over one by one via cPanel. Note: I googled about this, a lot of them are saying about global.asax being precompiled into a dll, but I can't find that dll in my local computer.
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.
I'm developing a web site in ASP.NET/C# that is targeted at mobile users.
What calendar control do you recommend, that will work on Nokia, Safari, Opera?
i need to wrote a simple calendar for my website
and need some direction and instructions.
I am using asp.net 3.5 and sql server 2008 r2. I have to make a webmail interface ,in this i put the event calender like yahoo.
View 1 RepliesI've googled a bit for the exact order of all gridview events relative to and where inbetween page events. The only Microsoft article: [URL] is not very clear. I'm especially interested in the gridview row_command event relative to page events.
View 4 RepliesSo I've got a databound grid view within a UpdatePanel.
the user can change the data within the gridview then click a save button to update the data within the database.
However in order to know which rows have been changed I have a textChanged event associated with each textbox, but the event isn't being fired.
Here's the ASP code:
[code]....
I have a page with 2 Controls, a ListBox and a DropDownList.
In the DropDownList you can select a PLACE.
In the ListBox you can see all DOCUMENTS for the selected PLACE.
If you select a DOCUMENT, the program does a redirect on the selected DOCUMENT.
So, there are an AutoPostBack and an Event (if you select another Item) on both Controls.
The problem is: If I select a PLACE, then I select a DOCUMENT (the pdf document is opened), and then I go back on the page and I want to select another PLACE, the program doesn't select another PLACE, but opens the old DOCUMENT, because there are 2 Events, one to change the PLACE and one to open the DOCUMENTS.
Can I give a priority at the Events?
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 RepliesJust I started learning MVC pattern, of course i am learning it from Microsoft's website.Just i want to gather quiz information from the experts. My understanding is (correct me then and there)
1 ) MVC does not support server side events, but supports client side events. If it supports client side events, I need html page with jQuery/Javascript (view), but most of the example I absorbed is to display the information(model) in view, I did not see any client side event handling happens in view.
2) Except ViewState and controlState, MVC supports Sessions, Application State management, Cache management.
3) When request goes to MVC engine, the routing module routes the request that is picked up by the controller. The controller in executes the appropriate action and returns the appropriate view.
When a user selects an item from dropdownlist ,, certain dates (from DB) gets selected on Calendar automatically with the color pink >> This is working FINE The problem happens after that, when i want to select any other date >> the dates which were selected automatically before (that came from DB) get deselected !! I want them to stay selected, so i know which are the dates that already saved in DB ! So, the calendar is removing the programmed selected dates upon selecting a new date on the calendar object.
View 4 RepliesHow to add new event + mini calendar next to day view+full calendar plugin
View 1 Replies