When I provide a key to my View control, it simply doesn't gets rendered. I need to refer the View control by its key from other controls. So, is it possible to provide a key to it??? Otherwise, how do I make a direct to it from other controls, which are not necessarily Edit controls (My searching revealed that using EditUrl() without any arguments takes to the View Control from Edit control, but if the referring control is not a View Control)??? Morover, is it possible to have multiple view controls, and navigate between them in a single module??? |