9,866,691 members (35,023 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
2,671 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 54
Page Size:
10
·
25
·
50
Tag filtered by: MVC
[x]
Accessing pieces of combined model in controller
by
PratapReddyP
Answer
13 May 2013
license:
CPOL
It seems that you have problem in accessing multiple models.The Model binding to the page should still be EventFullModel and you can access EventListModel as property of the EvenFullModel.This may Help you : Sample
General Programming
»
Uncategorised Quick Answers
»
General
.NET
MVC
How to use httpclient to receieve data,I can send data but do not how to recieve it?
by
PratapReddyP
Answer
13 May 2013
license:
CPOL
In terms of MVC, the method name might be "Say", which is accepting the parameters username, words. If you are missing this mapping then you cannot receive the posted data from client side on server side.Just for better understanding, check this : Sample
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
C#
C#4.0
MVC
How to use httpclient to receieve data,I can send data but do not how to recieve it?
by
zqliu
Question
13 May 2013
license:
CPOL
In the client I write the code like this:static void Main(string[] args){ var url = "http://www.cnblogs.com/api/say"; var postData = new Dictionary { { "username", "test" }, { "words", "hello world" } }; var urlEncodedContent =...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
C#
C#4.0
MVC
Accessing pieces of combined model in controller
by
jfabus09
Question
13 May 2013
license:
CPOL
This might be difficult to explain but please bear with me... So, I have a model that combines two different models so that I can utilize data found in both in one view: Combined:public class EventFullModel{ public AccessListModel AccessPointsList; public EventListModel...
General Programming
»
Uncategorised Quick Answers
»
General
.NET
MVC
Using Phantomjs on web application
by
Sergey Alexandrovich Kryukov
Answer
13 May 2013
license:
CPOL
The question makes no sense at all. PhantomJS is not a JavaScript library like jQuery. It is compiled into binary code (http://phantomjs.org/build.html[^]), so, naturally, it cannot be used on the client side at all.The purposes of this product are completely...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
MVC
Help - Refactor common code for MVC - controller class
by
Sergey Alexandrovich Kryukov
Answer
13 May 2013
license:
CPOL
Use, say, Visual Studio refactorization engine.—SA
General Programming
»
Uncategorised Quick Answers
»
General
C#
MVC
D.O.T.S. - Distributed Obfuscated Transmission of Status
by
hsheldon
Article
13 May 2013
license:
CPOL
An obscured communication protocol based on color and textured shapes.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
Javascript
SQL
.NET
Intermediate
.NET
MVC
jQuery
AppFabric
Azure
, +
displaying images in a view (razor view)
by
Jameel Moideen
Answer
13 May 2013
license:
CPOL
This link will help you to display images what you have expect. In this example they are using viewengine as .aspx. So Please convert this in to Razorhttp://www.c-sharpcorner.com/uploadfile/dhananjaycoder/working-with-images-in-Asp-Net-mvc-framework/[^]Hope this helps
General Programming
»
Uncategorised Quick Answers
»
General
MVC
displaying images in a view (razor view)
by
rajh1
Question
13 May 2013
license:
CPOL
I have a book model having book properties. Also having an image folder having book images. I want to display them in a view like each row having 3 to 4 book images with text underneath.(basically sending a list of books with the image) I'm having real dificulties after tried so many times....
General Programming
»
Uncategorised Quick Answers
»
General
MVC
Help - Refactor common code for MVC - controller class
by
DJ16
Question
13 May 2013
license:
CPOL
Three sub project contains few methods in Controller with same logic and Name. Please suggest how to Refactor and put the common methods of controller in one more new project (Shared) which will increase optimization.let me know if more details are required.
General Programming
»
Uncategorised Quick Answers
»
General
C#
MVC
Using Phantomjs on web application
by
Troy Bryant
Question
13 May 2013
license:
CPOL
Hello -I'm new to this phantomjs and would like to incorporate it into my web app for a user to be able to click a button and it takes a screen shot of their web page for them to open later? Is this possible I've been searching for a few days now and either I can run the phantomjs from the...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
Javascript
MVC
ASP.NET MVC4 Application
by
Sergey Alexandrovich Kryukov
Answer
13 May 2013
license:
CPOL
MVC and even ASP.NET are pretty much irrelevant here. The event is always handled on the client side (however, you can register script in ASP.NET).You can use jQuery and its .change() method: http://api.jquery.com/change/[^].The example shown in this documentation article demonstrates...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
Write a router for PHP MVC Applications
by
Reza Farhadian
Tip/Trick
13 May 2013
license:
CPOL
Write a router for PHP MVC Applications with $_SERVER['PHP_SELF']
Web Development
»
Php
»
General
PHP
MVC
image upload control in MVC 4
by
Jameel Moideen
Answer
13 May 2013
license:
CPOL
Try this@using (Html.BeginForm("YourAction", "YourController", FormMethod.Post, new { enctype = "multipart/form-data"})){ //You Upload control
General Programming
»
Uncategorised Quick Answers
»
General
MVC
ASP.NET MVC4 Application
by
Sergey Alexandrovich Kryukov
Answer
12 May 2013
license:
CPOL
This code is "not working" because it… does nothing. You just try to create a function object without assigning it to anything any any use of it. Probably you meant to call this method in response to $(document).ready? then it should be:$( document ).ready(function() { /* ... */ });...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
ASP.NET MVC4 Application
by
maheshbodepudi
Question
12 May 2013
license:
CPOL
Hi,In My MVC application I need to remove error tool tips when a radio button is changed and here I have written the following method but it is not working,so what is the problem and please give me the solution(function () { $("#charSchoolHaveStaffHouses") ...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
YouConf - Your Live Online Conferencing Tool
by
Phil Lee NZ
Article
12 May 2013
license:
CPOL
A site for managing and delivering virtual conferences - complete with embedded live streaming and chat.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
Javascript
.NET
SQL-Server
IIS
Visual-Studio
HTML
Architect
Dev
, +
ASP.NET MVC4 Application
by
maheshbodepudi
Question
12 May 2013
license:
CPOL
Hi,How to remove error provide symbols for controls when changing the radio buttons using Javascript in MVC4 When changing the radio button some controls will be in disable mode and showing error providers so for that we need to remove the error icons and tool tip ,Please expalain the...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
Umbrazure: Limitless Websites with Umbraco on Azure
by
AspDotNetDev
Article
12 May 2013
license:
CPOL
Umbrazure streamlines development and hosting ASP.NET websites atop Umbraco 6 on Azure.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
SQL
Advanced
MVC
Azure
Cloud
CMS
umbraco
Azure WebState
by
Florian Rappl
Article
12 May 2013
license:
CPOL
Crawling tons of (individual) web information and creating statistics using Windows Azure.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
Javascript
CSS
.NET
HTML
Intermediate
.NET
MVC
Cloud
, +
An Experiment in HTML5 Gaming
by
Jon Honess
Article
12 May 2013
license:
CPOL
Using Windows Azure to build an online board game.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
CSS
.NET
HTML
MVC
Azure
Cloud
Home Automation Using Smart Connector
by
Sagar B. shelar
Article
12 May 2013
license:
CPOL
This article explains how to create Smart Home which is controlled by RaspberryPi devices connected via SmartConnector.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
Javascript
.NET
.NET
MVC
Azure
.NET4.5
Crash Course in C# and MVC
by
deaon5
Article
12 May 2013
license:
CPOL
Teaching myself C# and MVC
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
.NET
Dev
Beginner
MVC
Azure
Campus Classifieds using Windows Azure
by
Tim Corey
Article
11 May 2013
license:
CPOL
Learn how to get started in Windows Azure by following the progress of an actual web application as it is constructed.
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
SQL
MVC
Azure
how to render partial view in mvc 4
by
SPASWIN
Answer
11 May 2013
license:
CPOL
in Controller.Public ActionResult Index(){ try { return View(); } catch(Exception ex) { throw ex; }}In Index View You can Call @Html.Partial("Partial View name");or by using the below action method you can return the view @Html.Action("Some...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
how to render partial view in mvc 4
by
arthamsai
Question
10 May 2013
license:
CPOL
Hi,allpresently iam new to mvc how can i use partialview in my application can any give simple example about what is partialview,renderaction etc.
General Programming
»
Uncategorised Quick Answers
»
General
MVC
highlight row after edit
by
Neha Ojha
Question
10 May 2013
license:
CPOL
I have a mvc table that displays data. Each row has a edit button. When you click edit there is a pop up(jquery dialog) for editing. Now what i am trying to do is highlight the row have been saved after edit. So the users can see which row they were working on.There are few things i tried...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
jQuery
Bootstrap HTML Helpers
by
gordon_matt
Article
10 May 2013
license:
CPOL
With the Bootstrap Helpers project I have made things even easier for .NET developers.
Web Development
»
Asp.Net
»
Utilities
C#
Dev
Intermediate
MVC
bootstrap
Learning Center Electronic Signin
by
radv
Article
9 May 2013
license:
CPOL
Time to automate the sign-in and sign-out process at the pre-school. Get it online, real-time and in the cloud
Cloud Computing
»
Azure
»
Windows Azure Developer Contest
C#
ASP.NET
SQL
.NET
SQL-Server
Mobile
Architect
Dev
Intermediate
C#
, +
ASP.NET MVC4 Application
by
SPASWIN
Answer
9 May 2013
license:
CPOL
Hi, you can validate checkedlistbox by using JavaScript:step 1: assign Id for Checkboxstep 2: check its values or checked or not in javascriptstrp 3: from that javascipt function you can return the error image also
General Programming
»
Uncategorised Quick Answers
»
General
MVC
How to bind the data with property in MVC RAZOR
by
Anubhava Dimri
Question
9 May 2013
license:
CPOL
I have create a model in which have 2 Classes public class Movie { [Required] public string Title { get; set; } public int Rating { get; set; } }public class User { public int? Id { get; set; } [Required] public...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
MVC3
MVC2
MVC4
Creating List View in MVC 4 using pagination for next and previous buttons
by
- NA -
Answer
9 May 2013
license:
CPOL
@model IEnumerable@{ ViewBag.Title = "Index2"; Layout = "~/Views/Shared/_Layout.cshtml"; ViewBag.maxPage = (ViewBag.recordsCount % OrganizationManagement.Common.Constants.rowsPerPage == 0) ? (ViewBag.recordsCount / OrganizationManagement.Common.Constants.rowsPerPage) :...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
Razor
ASP.NET MVC4 Application
by
- NA -
Question
8 May 2013
license:
CPOL
How to validate checkedlistbox and showing error icon in mvc4?i.e when not checking at least one it should show error message and icon ?Please explain in brief?
General Programming
»
Uncategorised Quick Answers
»
General
MVC
Cutting-edge web development with jsRazor: tiny JavaScript that replaces ASP.NET (PHP, MVC, JSP, etc.) rendering!
by
rgubarenko
Article
8 May 2013
license:
CPOL
jsRazor is unbeatably powerful and stupidly simple client-side rendering approach that consists of ONLY TWO functions. Tiny javascript library entirely eliminates the need for server-page rendering, in the same time giving your apps unmatched simplicity and flexibility.
Web Development
»
Client Side Scripting
»
General
ASP.NET
Javascript
Architect
Dev
PHP
Ajax
Design
Beginner
Intermediate
Advanced
, +
WCF 4.5 Services Development with Entity Framework and MVC 4
by
Balimusi
Article
8 May 2013
license:
CPOL
WCF 4.5 Services Development using Entity Framework and MVC 4 front-end
Web Development
»
Asp.Net
»
General
Dev
WCF
Beginner
MVC
JqGrid using jquery and jsonresult
by
arthamsai
Question
8 May 2013
license:
CPOL
Hi, iam using jqgrid using json result but grid is not populating plz help mehere is my codefor controller:public JsonResult GetEmployeeData() { List emp = new List(); con.Open(); string query = "select *...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
FIle Upload Control in MVC
by
hsakarp
Question
8 May 2013
license:
CPOL
Hi, I am doing a Asp.Net MVC based multiple file upload control. In that I can able to upload the files to the specific destination. But, when I select more than one file, the browser is showing the count as 3 files or 4 files. Instead of that I need to display the file names. Is there any...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
File-Upload
which is the best practice to generate report in pdf format using ASP.NET MVC3?
by
Zoltán Zörgo
Answer
8 May 2013
license:
CPOL
You will need to generate you report on server side and send it as content to the client. Start here: PDF reporting using ASP.NET MVC3[^].
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
ASP.NET
Javascript
C#
C#4.0
MVC
jQuery
MVC3
which is the best practice to generate report in pdf format using ASP.NET MVC3?
by
manoj.jsm
Question
8 May 2013
license:
CPOL
I need to generate a PDF report which contains some images, costume text info, and a table from my ASP.net MVC3 application. please give me any ideas on the best way to implement this?
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
C#
ASP.NET
Javascript
C#
C#4.0
MVC
jQuery
MVC3
How To Prevent the Same User ID from Logging in From Multiple Devices Using ASP.NET MVC4
by
marks-mike
Tip/Trick
7 May 2013
license:
CPOL
This tip describes how to prevent the same User ID from logging in from multiple devices using ASP.NET MVC4.
Web Development
»
Asp.Net
»
Tools With Source Code
C#
ASP.NET
HTML
Intermediate
MVC
HTML5 support to MVC3/4
by
Sandeep Mewara
Answer
7 May 2013
license:
CPOL
HTML5 is possible in MVC TOO.Following will help you with few...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
HTML5
HTML5 support to MVC3/4
by
Dylan Roy
Answer
7 May 2013
license:
CPOL
Here are a few that I would use in order of preference.Twitter Bootstrap:twitter.github.com/bootstrap/HTML5 Boilerplate:http://html5boilerplate.com/Foundation by Zurb:http://foundation.zurb.com/All of which can be responsive.
General Programming
»
Uncategorised Quick Answers
»
General
MVC
HTML5
The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[MvcApplication5.Models.Employee]', but this dictionary requires a model item of type...
by
Jameel Moideen
Answer
7 May 2013
license:
CPOL
Change the views return model to Employee like below.The Exception is because you are returning the collection of Type Employee but the views expect type Test1. If you want to return a collection to a view you must change the view return type to IEnumerable like below@model IEnumerable@{...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
.NET
MVC
How to render partial view in asp.net mvc
by
Jameel Moideen
Answer
7 May 2013
license:
CPOL
I have write an article about Load Partial View as Partial View Result using Ajax in ASP.NET MVC.Try the below link http://fromjamitoothers.blogspot.in/2013/03/load-partial-view-as-partial-view.html[^]Hope this helps you
General Programming
»
Uncategorised Quick Answers
»
General
MVC
partialview
HTML5 support to MVC3/4
by
Vikasjbp
Question
7 May 2013
license:
CPOL
Hi,Can any one suggest me that HTML 5 templates will support to MVC3/MVC4??Thanks in advance.
General Programming
»
Uncategorised Quick Answers
»
General
MVC
HTML5
The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[MvcApplication5.Models.Employee]', but this dictionary requires a model item of type...
by
Member61
Question
7 May 2013
license:
CPOL
Hi,The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[MvcApplication5.Models.Employee]', but this dictionary requires a model item of type 'MvcApplication5.Models.Test1'.I'm getting this error. Below is my code. Please tell me where i'm...
General Programming
»
Uncategorised Quick Answers
»
General
C#
ASP.NET
.NET
MVC
How to render partial view in asp.net mvc
by
Abdul Muneeb Abbasi
Question
7 May 2013
license:
CPOL
HiI am using MVC Structure. I have to create a report which can be filtered by drop downs. I am thing to use a partial view to display report.HEre is the structure of the page I want to achieve.On top of page, there will be some drop down lists.Below these will be page for...
General Programming
»
Uncategorised Quick Answers
»
General
MVC
partialview
ASP.NET WEB API Basics (MVC 4)
by
PratapReddyP
Article
6 May 2013
license:
CPOL
ASP.NET WEB API Basics (MVC 4)
Web Development
»
Asp.Net
»
General
ASP.NET
MVC
CheckBoxList(For) - A missing MVC extension
by
Mikhail Tsennykh
Article
6 May 2013
license:
CPOL
Extends MVC HtmlHelper class so you can create POSTable checkbox list.
Web Development
»
User Controls
»
General
C#
.NET
Visual-Studio
HTML
Dev
Intermediate
MVC
checkbox
Web-Development
Post
, +
Testing an ASP.NET MVC app with Ruby
by
titteke
Article
6 May 2013
license:
CPOL
Testing an ASP.NET MVC app with Ruby.
Development Lifecycle
»
Testing And Qa
»
General
ASP.NET
Dev
QA
Intermediate
Ruby
MVC
Page 1 of 54
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 13 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid