Hi Please can some one help me on this
(1) where is the vb samples for the appointment screens
(2) also i am getting the following error indicating that the "oUltraWebTab1__ctl0__ctl0_ddStartTime" is undefined
please can you help me on this
try
{
startTimeDropDown = oUltraWebTab1__ctl0__ctl0_ddStartTime;
endTimeDropDown = oUltraWebTab1__ctl0__ctl0_ddEndTime;
}
catch(e)
startTimeDropDown = oUltraWebTab1__ctl0_ctl00_ddStartTime;
endTimeDropDown = oUltraWebTab1__ctl0_ctl00_ddEndTime;
Hi rameshrohan,
If you need any further assistance on the matter please do not hesitate to ask.
It has been some time since your post but in case that you still need assistance I will be happy to help.
The samples at http://samples.infragistics.com/aspnet/ are available in both VB and C#. You could scroll down to the code view window and from the dropdown menu select the .vb file to preview. I would also suggest that you check the online documentation for WebSchedule controls: http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebSchedule.html.
If you have any further questions please feel free to contact me.