hey , i am using visual studio 2008 and i have just download the AspNetMVCPreview3-setup and i am trying to work on expample by scott on mvc
http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx
first i had problem that i was not able to find [controllerAction] but then i found out that in latest mvc we do not need it RenderView() function
in scott blog he said
"We'll use one of the RenderView() methods on the Controller base class to specify the View we want to use, as well as explicitly pass in the specific data that we want the View to use to render its response."
which should mean that its in controller class but i can not find any thing like that in that class too , idk am i missin somthin or some other method replace this , very confuse here that what else has change (if any) in MVC Preview3 and is there any new example regarding that , if there is any plese help me out on that
Ahtesham