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

[Solved] What does Html.Configurator() mean?

3 Answers 580 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Frank Michael
Top achievements
Rank 1
Frank Michael asked on 10 May 2010, 05:23 PM
In the sample I find
Html.Configurator("The numeric textbox should...") 
              .PostTo("FirstLook", "NumericTextBox") 
              .Begin() 

What does that mean? I have no dll to bind to. I can't find it in google.

3 Answers, 1 is accepted

Sort by
0
Frank Michael
Top achievements
Rank 1
answered on 10 May 2010, 06:23 PM
I found it. It is an Html extension class in the sample code.
0
Samuel
Top achievements
Rank 1
answered on 02 Aug 2010, 05:37 PM
I pull out the Html Extension file from the exmple code and put it into Extensions fold in my application. But I still have problem with the following code:

<% using (Html.Configurator("Filter by ...")
             
.PostTo("Filtering", "Grid")
             
.Begin())
   
{ %>
   
<p>
       
<label for="startsWith"><strong>Contact Name</strong> starts with:</label>
       
<%= Html.TextBox("startsWith", "Paul") %>
   
</p>
   
   
<button class="t-button t-state-default" type="submit">Apply</button>
<% } %>

Could you or anyone help/
0
Tran
Top achievements
Rank 1
answered on 28 Oct 2010, 03:52 AM
Hi Frank Michael,
Can you upload your project?
Tags
NumericTextBox
Asked by
Frank Michael
Top achievements
Rank 1
Answers by
Frank Michael
Top achievements
Rank 1
Samuel
Top achievements
Rank 1
Tran
Top achievements
Rank 1
Share this question
or