in

Browse by Tags

  • Getting Error "Data at the root level is invalid. Line 1, position 1."

    Hi, Anyone can help me ? I take one WebSchedule in my Form and I want to just disply one Table Data on perticular Dates regarding that Table's date column. For that I set Appointment Sorege with DataSource. I set DisplyVie w is MonthView. I set All Edit Option Close. The Error is : " Data at...
    Posted to WebScheduler for ASP .NET (Forum) by Sehul Soni on 10-23-2007
    Filed under: web schedule, C1WebSchedule
  • Re: Getting Error "Data at the root level is invalid. Line 1, position 1."

    Hey Patrick, Thanks for replying. I add column in my table with uniqueidentifier datatype. and set the IDMapping with same new column. But still same problme is occurs. This is my Code ================================================================== <C1WebSchedule:C1WebSchedule ID="C1WebSchedule1"...
    Posted to WebScheduler for ASP .NET (Forum) by Sehul Soni on 10-27-2007
    Filed under: web schedule, Database Connectivity with Scheduler and Multi user, C1WebSchedule, C1WebSchedule - Sehul Soni
  • Re: Issues with webScheduler !

    Hi Naimish, Today, I also started using web scheduler component and getting the same error message ("Error while saving data to file") as you mentioned. If you have figured out this issue, could you please share it with other developer's that how to nail this bug? Thanks in advance. Sajeel
    Posted to WebScheduler for ASP .NET (Forum) by Sajeel on 10-30-2007
    Filed under: C1WebSchedule, Error while saving data to file
  • Re: Works in VS Debugging, but not on IIS

    We're having the same problem. We have given write permissions in IIS and directory level write permissions and are still having the same problem. Could you please tell what specific settings are needed in IIS. We are having the same problem on Windows XP and Windows Server 2003. We're unclear...
    Posted to WebScheduler for ASP .NET (Forum) by Lizabeth on 11-14-2007
    Filed under: web schedule, C1WebSchedule, Error while saving data to file
  • using ObjectDataSource can not delete appointment just created

    Using an ObjectDataSource I have all of my methods working (Select, Insert, Update, Delete). The only thing that doesn't work is if a user creates an appointment and then attempts to change it without reloading the page my Update method is never gets called. If I switch to the default AppointmentStorage...
    Posted to WebScheduler for ASP .NET (Forum) by Dan McCann on 01-16-2008
    Filed under: web schedule, C1WebSchedule
  • Re: Do not show event Appoinment in shedule

    To redirect to another site instead of showing the appointment dialog: function C1WebSchedule1_OnClientBeforeDialogOpen(oWebSchedule, sDialogName, oData, oEventArgs) { window.location = " http://www.componentone.com " eEventArgs.cancelEvent = true ; }; regards, Greg L
    Posted to WebScheduler for ASP .NET (Forum) by C1_GregL on 01-29-2008
    Filed under: C1WebSchedule, redirect
  • Re: How can I trap after create appointment?

    There is the client side event OnClientBeforeAppointmentCreate. This is fired only when an appointment is created. If the dialog were cancelled, or an existing appointment were updated or deleted this event would not be called. you can also use the server side event BeforeAppointmentCreate Regards, Greg
    Posted to WebScheduler for ASP .NET (Forum) by C1_GregL on 01-14-2008
    Filed under: C1WebSchedule
  • Re: C1WebSchedule and C1WebCalendar in two different pages

    >>I want to insert C1WebSchedule and C1WebCalendar in two different pages. You can use session variables to save the selected date across any number of pages Page 1 with WebCalendar: Session( "Date" ) = C1WebCalendar1.SelectedDate Page 2 with WebSchedule: C1WebSchedule1.SelectedDate ...
    Posted to WebCalendar for ASP .NET (Forum) by C1_GregL on 12-12-2007
    Filed under: C1WebCalendar, C1WebSchedule
  • Re: Custom appointment types

    Currently, you will have to cancel the existing dialog and then supply your own. With version 2.0.20072.229 (available off our prerelease site here ) you can cancel the default appointment form and handle your own dialog on the client side. I put together a sample that demonstrates how you can make a...
    Posted to WebScheduler for ASP .NET (Forum) by C1_GregL on 10-12-2007
    Filed under: C1WebDialog, C1WebSchedule, C1WebDateEdit, custom dialog
  • Customize Resources and Contacts dialog

    I need to disable or hide button 'Main list...' in two dialogs 'Resources' and 'Contacts', that open when user click buttons 'Resources...' and 'Contacts...' in dialog editing the appointment. Problem appears because list for this properties can be modified by...
    Posted to WebScheduler for ASP .NET (Forum) by EVoynov on 05-12-2008
    Filed under: C1WebSchedule
Page 1 of 2 (13 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.