Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Scheduler > RadScheduler and SqlDataSource example

Answered RadScheduler and SqlDataSource example

Feed from this thread
  • Posted on Jan 18, 2010 (permalink)

    Requirements

    RadControls version

    2009.3.1314
    .NET version

    3.5
    Visual Studio version

    2008
    programming language

    NA
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This simple project demonstrates how to bind RadScheduler to SqlDataSource.
    It is using Sql Express 2008 database file so you might need to adjust the connection string in the web.config file.
    All insert/update/delete operations are handled by the SqlDataSource itself so you do not need to write any additional code.

    The sample also shows the usage of Resources.

    Reply

  • Posted on Jun 28, 2010 (permalink)

    How to run it with sql 2000

    Reply

  • robin avatar

    Posted on Sep 1, 2010 (permalink)

    Greetings sir.. can you upload .bak database or .mdf and .ldf for sql express 2005? thank you and God Bless

    Reply

  • Peter Peter admin's avatar

    Posted on Sep 6, 2010 (permalink)

    Hello Syed,

    You can use the script from the Database structure to add the Scheduler data tables to an existing database.


    Kind regards,
    Peter
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Scheduler > RadScheduler and SqlDataSource example