Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
about us
training and education for professional developers
login
join now
Home
Questions
Tags
ASP.NET MVC
Tagged with:
ASP.NET MVC
11
records found
date
active
views
answers
votes
Extract key/values from FormCollection in ASP.NET MVC action method
It took me a while to find this out. To avoid you from having to chase for the same information: here's how you extract key / value pairs from the FormCollection that comes as an argument in an ASP.NET MVC action method
Apr 18, 2010
by
Christopher Ronny
139
96.8
Last:
Apr 19, 2010
by
Juan Perez
129
96.7
ASP.NET MVC
FormCollection
Action Method
Views
20.2K
Answers
1
Votes
2
Answer
Code
Follow
0
Running ASP.NET WebForms side by side with ASP.NET MVC
My company is planning a step-by-step migration from a ASP.NET Winforms application to ASP.NET MVC. We are expecting to be running a hybrid site (that is with both technologies) for about 1 year. I
Apr 29, 2010
by
Christopher Ronny
139
96.8
Last:
May 14, 2010
by
Sreenivas Manyam Rajaram
685
99.9
ASP.NET WebForms
ASP.NET MVC
Hybrid
Migration
Views
4.5K
Answers
2
Votes
1
Answer
Code
Follow
0
Passing Meta Tags (title, keywords, description) with ASP.NET MVC
Hello, I am working with ASP.NET MVC and now I need to set some meta tag parameters on the pages. Meta tags are the Title, Keywords, and Description on the page. The issue is that I have a ...
Jul 20, 2010
by
Bogusław Dobrogost
113
96.7
Last:
Jul 20, 2010
by
Mario Lopez
50
50
Meta tags
ASP.NET MVC
Views
3.3K
Answers
1
Votes
0
Answer
Code
Follow
0
Multi-tenant application with ASP.NET MVC 2
We need to write a multi-tenant web application in ASP.NET MVC 2, meaning that we have a single code base running on one (or more) Web Servers and a single database (on a single Database Server). The ...
Sep 12, 2010
by
Craig Johnston
128
96.7
Last:
Sep 13, 2010
by
Rajesh Pillai
1,354
100.0
ASP.NET MVC
Multi Tenant
Views
3.4K
Answers
1
Votes
0
Answer
Code
Follow
0
ASP.NET MVC project structure
My team is migrating over from ASP.NET WebForms to ASP.NET MVC. Our Visual Studio solution would exist of the following projects: ASP.NET Web App Service Layer Business Layer D
Feb 07, 2010
by
Walt Lynton
203
96.8
Last:
Feb 16, 2010
by
Dariusz K.
50
50
ASP.NET MVC
Architecture
Views
6K
Answers
1
Votes
0
Answer
Code
Follow
0
Help, my boss wants to move to Ruby on Rails
We have several classic ASP websites. Now, my boss & IT guys want to migrate these over to Ruby on Rails. My preference would be to go to ASP.NET MVC. Can anyone help me build a lis
Feb 08, 2010
by
Deshaun Hyram
121
96.7
Last:
Feb 11, 2010
by
Aaron Burton
254
99.5
ASP.NET MVC
Ruby on Rails
Views
4.3K
Answers
3
Votes
0
Answer
Code
Follow
0
ASP.NET WebForms versus ASP.NET MVC
This is not so much a critique on a project but more of a reflection on the ongoing discussions between the above-mentioned ASP.NET platforms. After reading Scott Gu's b
Feb 11, 2010
by
Hans Overkamp
100
96.6
Last:
Feb 15, 2010
by
Siva M.
380
99.9
ASP.NET WebForms
ASP.NET MVC
Microsoft
Views
2.8K
Answers
1
Votes
0
Answer
Code
Follow
0
ASP.NET MVC client custom validation
Something I have not seen is a (client side) validator that hits the database to check the name is unique. A common scenario is where a user is registering and the username must be unique in the user table. Anyone
Feb 17, 2010
by
Hans Overkamp
100
96.6
Last:
Jul 31, 2010
by
Rajesh Pillai
1,354
100.0
ASP.NET MVC
Validation
Views
3.5K
Answers
1
Votes
0
Answer
Code
Follow
0
Html.ActionLink and class attribute
How do I set the class attribute in Html.ActionLink. When I include for htmlAttributes: new { class = "border" } I get a compiler error. This is the full line: <% = Html.ActionLink("TextLink", &quo
Feb 19, 2010
by
Deshaun Hyram
121
96.7
Last:
Feb 23, 2010
by
Andrey Lesch
90
96.5
ASP.NET MVC
ActionLink
Views
16.7K
Answers
1
Votes
0
Answer
Code
Follow
0
ASP.NET MVC meta tags
I am working with ASP.NET MVC and need a way to programmatically set a page's meta tags (title, description, keywords). I can pass ViewData, but it should handle cases where I don't need keywords or description (which is
Feb 23, 2010
by
Christopher Ronny
139
96.8
ASP.NET MVC
Views
2.8K
Answers
0
Votes
0
Answer
Code
Follow
0
Solution for ASP.NET MVC pagination, sorting, and filtering
My company recently started an effort to migrate a large ASP.NET Webforms application to ASP.NET MVC. Since we are relatively new to ASP.NET MVC, I was wondering whether someone here at the DoFactory pattern commu
Apr 15, 2010
by
Juan Perez
129
96.7
ASP.NET MVC
Pagination
Sorting
Filtering
Views
2.7K
Answers
0
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top