This is a migrated thread and some comments may be shown as answers.

[Solved] date picker in mvc3

0 Answers 30 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sree
Top achievements
Rank 1
Sree asked on 11 Apr 2012, 12:26 PM
   CS1061: 'System.Web.Mvc.HtmlHelper<dynamic>' does not contain a definition for 'Configurator' and no extension method 'Configurator' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<dynamic>' could be found (are you missing a using directive or an assembly reference?) 
  
Line 5:          .MaxDate((DateTime)ViewData["maxDate"])
Line 6:  )
 @using (Html.Configurator("The calendar should...")
Line 8:                  .PostTo("FirstLook", "Calendar")
Line 9:                  .Begin())


what is this error in my application
Tags
Date/Time Pickers
Asked by
Sree
Top achievements
Rank 1
Share this question
or