Topics related to creating and customizing and styling Asp.net MVC view Engine to represent better user interface and experiment.
Questions tagged [asp.net-mvc-templates]
21 questions
0
votes
1 answer
Display template is not picked from Object template
I am trying to create DisplayTemplates -> Object.cshtml template and from it pickup property templates for specified fields. I will provide example to show the problem.
The view model
public class UserViewModel
{
public string FullName {…

Tomas
- 17,551
- 43
- 152
- 257
0
votes
1 answer
MVC 5 template not working with OAuth
When i try to login using fb/g+ in my mvc template app, it logs in successfully, but when i log off and re login, it again takes me to the external callback page instead of logging me into the app. Have tried a lot, but couldn't figure out. Any help…

It's a trap
- 1,333
- 17
- 39
0
votes
1 answer
How to change theme of MVC in visual studio
i am using default template of Asp.net MVC 3 but now want to move to MVC 4, i have completed my project but now exporting it to MVC 4. Actually i want only the template of MVC 4 to be applied to my MVC 3 made app. How ?
I do have files in folders.…

Evil rising
- 442
- 2
- 7
- 21
0
votes
0 answers
To Set Username and Password on ASP.NET MVC 4 Internet Application Template
I am new at ASP.NET.I am using ASP.NET MVC Internet Application template. It contains AccountModels. I enabled migrations on AccountModels.cs. How should I edit configuration file which is created after enabling migrations in order to set username…

Kerem Zaman
- 529
- 1
- 5
- 18
0
votes
1 answer
Different templates for different categories/Pages
knows anyone an article I can implement a template-system in my ASP.NET MVC 4 application?
Like many other websites, my own has many different categories and for each should use there own template.
The color circle is the template (like…

Patrik
- 1,119
- 5
- 18
- 37
0
votes
2 answers
MVC4 Internet Application template bundle enabled by default?
I am using Mvc 4 project from Internet Application template. Why bundle feature does not enabled by default or am I missing something?
There is no such methods like this in Mvc4 as mentioned by other…

CallMeLaNN
- 8,328
- 7
- 59
- 74