the samples browser for the "Full Page" sample only gives you code for the login page,all the interesting code using the webschedule contrl is not there. However by using Firebug and manipulating your URL I was able to come up with this URL that DOES display the source code for the actual Full Page sample page.
http://samples.infragistics.com/2009.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebSchedule/FullPageSample/login.aspx~srcview.aspx?path=../WebFeatureBrowserVB/WebSchedule/FullPageSample/login.src~srcview.aspx?path=WebSchedule/FullPageSample/WebScheduleInfo.src
Hi Frank,
I'm opening a case for you concerning your question. You'll receive a response from me shortly thru the case.
By installing the samples on your local machine, you can see all the code related to any of the samples.
Assuming you did install in the default location, you would find the samples under
C:\Documents and Settings\All Users\Documents\Infragistics\NetAdvantage 2009.2\ASP.NET\Samples.
You can also access the code by going to Start / AllPrograms / Infragistics / NetAdvantage 2009.2 or the appropriate version / ASP.NET / Samples / Samples Source Code.
From there you can look at either the VB or C# code under WebFeatureBrowserVB or WebFeatureBrowser. And in this case you would look under WebSchedule and then FullPageSample.
You will also find the Appointment, Recurrence and Reminder forms for the WebSchedule under the Forms folder. And the App_Data folder under the Samples folder contains various databases used by the various samples. Although these are available for you, you will want to be careful about making modifications directly on these samples since they would impact the functioning of your FeatureBrowser.
Hope this helps.