Hi
I have a radgrid which opens a .ascx page to edit or add items. The settings to do this from the grid are copied below. The grid holds appointments. I have a separate aspx page with a radgrid that hols a waitlist. I have been able to code a solution so that when an item in the the waitlist grid is edited to say 'create appointment and close waitlist item', I open the Appointment.aspx page with the grid below. What I have not been able to do is then programatically open the ActivePatientAppointmenControl.ascx page so I can pass details to create a new appointment. At the moment this has to be done manually. Is there a way I can do this with code?
thx kindly
M
Radgrid settings on Appointment.aspx
I have a radgrid which opens a .ascx page to edit or add items. The settings to do this from the grid are copied below. The grid holds appointments. I have a separate aspx page with a radgrid that hols a waitlist. I have been able to code a solution so that when an item in the the waitlist grid is edited to say 'create appointment and close waitlist item', I open the Appointment.aspx page with the grid below. What I have not been able to do is then programatically open the ActivePatientAppointmenControl.ascx page so I can pass details to create a new appointment. At the moment this has to be done manually. Is there a way I can do this with code?
thx kindly
M
Radgrid settings on Appointment.aspx
<MasterTableView CommandItemDisplay="Top" EditMode="PopUp">
<
EditFormSettings EditFormType="WebUserControl" UserControlName="ActivePatientAppointmentControl.ascx">
<PopUpSettings Height="420px" Width="700px" Modal="True" ZIndex="2500" />
</EditFormSettings>