Hi,
When i use
[code]var box = sched.Lightbox.SetExternalLightboxForm(“PartialViewInLightbox/Form”, 500, 150);
box.ClassName = “custom_lightbox”;
sched.InitialDate = new DateTime(2011, 9, 5);
return View(sched);
[/code]
I am recieving a 404 error, is there something specifici i need to do when working with this command a nd a partial view control in razor?