4
votes
2answers
95 views
Spark T4 templates for ASP.NET MVC
I was just curious if any Spark T4 templates already exist that match/are similar to the out of the box web forms view templates (create, edit, details, etc...). My Google skills d …
0
votes
4answers
80 views
Will the Spark view engine interoperate with webforms master pages?
I really like Spark, but we've already got a big investment in webforms based views. I'd like to start using Spark without having to convert all my existing views up front.
The …
0
votes
1answer
27 views
In ASP.NET MVC with Spark View Engine on form submisison error why am I getting a 404 resource not found?
My view:
/User/EditUserName/2/me
<viewdata model="EditUserNameViewData" />
<form action="~/User/EditUserName" method="post" class="span-15 last">
!{Html.TextBox("newU …
0
votes
1answer
30 views
MVC Contrib Input Builders and Spark View Engine
In Eric Hexter's Input Builders, different templates use different strongly-typed models; for example String uses PropertyViewModel<object>, DateTime uses PropertyViewModel&l …
5
votes
5answers
115 views
What are the benefits of using an alternate view engine?
I am playing with ASP.NET MVC and I see that there are a few alternate view engines available for it such as NHaml and Spark. My question is why would you use an alternate view en …
1
vote
2answers
44 views
How can I make Input Builders (MVC Contrib) work with Spark View Engine?
Today I spent a good three hours trying to convert the project MvcContrib.Samples.InputBuilders, included in MVC Contrib to make it work with Spark View Engine, but so far was unab …
1
vote
1answer
65 views
Spark and ASP.NET
I started playing with Spark in an ASP.NET MVC project. However I have an existing ASP.NET project that I can't port over to ASP.NET MVC, and was wondering if there is a way to use …
1
vote
1answer
21 views
Is is Possible to Use a Master Layout when using Spark in the form of the Direct Usage Example
Is is possible to use a master layout when using Spark in the form of
the Direct Usage Sample? I have tried using both in my layout with my master layout in the
same folder as t …
0
votes
1answer
39 views
Cannot use fluent html lambda expressions in Spark view
I'm attempting to use fluent html and the spark view engine in my asp.net mvc application.
I've assinged the proper base class, added the assemblies, and when i do this.TextBox("My …
2
votes
4answers
155 views
Setting the Checked property of a CheckBox in ASP.NET MVC
I'm trying to work around the lack of a CheckBoxList in ASP.NET MVC. I've gotten to the point I can render a list of Enum values just fine, but I'm stuck on how to set the checked …
0
votes
2answers
39 views
Spark View Engine “An assembly with the same simple name” error
I am trying out the Spark view engine with ASP MVC but get the error below when displaying a view. The view references model objects that are in a different assembly to the main we …
0
votes
1answer
34 views
Getting at ViewData.Model from spark template post
I am trying to convert my spark views to use ViewData.Model instead of the namevaluecollection so that I can use AutoMapper to map my dto's to entities before it gets into my actio …
1
vote
1answer
78 views
asp.net mvc 2 preview 2 and Spark
Some body tried Spark View Engine with asp.net mvc 2 preview 2?
I have a problem with AREAS.
It looks likes spark engine looks *.spark files inside of Views folders only instead …
0
votes
1answer
19 views
How can I see the parameters in intellisense in a spark file?
Hi,
I've got spark intellisense working but when I open the parameters () of the method I can not see what is supposed to go in there and several of the methods have overloads so …
0
votes
1answer
50 views
spark view engine Precompilation and extension methods
In our web project we have added Extension methods in a folder
\Code\Extensions\DateTimeExtension.cs containing an extension method
called FromUtcToUserTimeZone()
We use the spa …
