Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<%
#Eval("Attributes['ScheduleID']")%> Default.aspx?SchedulelID=(value of the ScheduleID Attribute) ex) Default.aspx?SchedulelID=1
Thanks for the direction. I just needed to construct the hyperlink in the Appointment Template as shown below. <
AppointmentTemplate> <
a href="../Supervisor/Registration.aspx?ScheduleID=<%#Eval("Attributes['ScheduleID']")%>&TechnicianSchoolID=<%#Eval("Attributes['TechnicianSchoolID']")%>"><%#Eval("Attributes['ScheduleID']")%></a> </AppointmentTemplate>