Where I can get Telerik.Web.SessionDS ?

1 Answer 167 Views
Ajax Scheduler
Anatoly
Top achievements
Rank 1
Iron
Anatoly asked on 05 Sep 2022, 12:33 AM

In demo Scheduler for WebForms Ajax c# you use <%@ Register TagPrefix="sds" Namespace="Telerik.Web.SessionDS" %>

Where I can get it ?

Please help

Thanks

Anatoly

1 Answer, 1 is accepted

Sort by
0
Valentin Dragnev
Telerik team
answered on 05 Sep 2022, 12:51 PM

Hello Anatoly,

The SessionDataSource is a custom implementation we have for the Live demos app. It is actually just a wrapper of the asp:SqlDataSource control, and you can easily convert to the SqlDataSource by :

  1. Replacing the asp:SessionDataSource with asp:SqlDataSource 
  2. Removing the DisplayWarning="false" and PrimaryKeyFields="ID" properties

If you need the SessionDataSource file, you have to install the Telerik demo suite on your local machine. You have to log in with your credentials to the Telerik website and enter the "Product Download" section, download and install Telerik_Demo_Package. Once installing the demos application, you can locate the file at (Live Demos Directory)\App_Code\QSFCommon\SessionDataSource.cs.

For your convenience, I have also attached the SessionDataSource.cs file to my reply.

Hope this will help. 

Regards,
Valentin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Ajax Scheduler
Asked by
Anatoly
Top achievements
Rank 1
Iron
Answers by
Valentin Dragnev
Telerik team
Share this question
or