I have this on a view ..

$HtmlHelper.DateTime("DateOfBirth", $userContext.CurrentMember.DateOfBirth.ToDateTime())

When I submit the form I submit to a method called Edit()

public void Edit([DataBind] Member member)

Problem is ... the date time is not bound the member.DateOfBirth as it doesnt map as its 3 fields on the form

Is there any way around this? or is it a bug

Thanks
Adam


      



On 05/06/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote:
I am trying to use the ASP.NET View Engine with ASP.NET 2.0 and I am failing when the PageParser tries to obtain the complied page.
I have a ManagerController and the following Views directory
 
Views/Manager/Index.aspx(.cs)
 
When the PageParser tries to resolve the compiled page it fails saying that
Parser Error Message:  The file /rbtng/manager/manager/Index.aspx.cs does not exist.
 
rbtng is the app virtual directory
 
Something funky is happending with the new ASP.NET 2.0 compilation model.  Has anyone gotten this to work?
 
craig



_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users



_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to