15,792,060 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by John-ph (Top 16 by date)
John-ph
7-Mar-14 21:29pm
View
Deleted
sample task is in progress
John-ph
26-Sep-13 0:55am
View
just out of curiosity! Where do you keep your models in this architecture? How does the data transfer happens between the layers? What do you use for data access, EF/ADO.NET/any other ORM?
John-ph
30-Aug-13 4:19am
View
what is the error message?
John-ph
28-Aug-13 5:00am
View
A derived class inherits the behaviours of a base class which means a child inherits the characteristics of a parent. it's possible, right? Think the other way round. Actually in the above code you are not trying call the constructor but you are trying to assign an instance of base class object to its' own child which is not possible.
John-ph
28-Aug-13 4:55am
View
Deleted
A derived class inherits the behaviours of a base class which means a child inherits the characteristics of a parent. it's possible, right? Think the other way round. Actually in the above code you are not trying call the constructor but you are trying to assign an instance of base class object to its' own child which is not possible.
John-ph
28-Aug-13 4:15am
View
Do you have fiddler to debug your JavaScript code? if not install it and check what's wrong in Mozilla. Are you not using JQuery?
John-ph
27-Aug-13 2:28am
View
You're Welcome :)
John-ph
22-Aug-13 5:40am
View
How many images will be brought from the DB? Is any Paging or navigation Involved? What are the other details along with the Image? How do you want to display them? any specific Layout to display them? What do mean by 1 big image, 2 small image?
John-ph
22-Aug-13 2:38am
View
what is the value you get on the server side?
John-ph
22-Aug-13 2:26am
View
What is the issue? What is that you understood from other functions? what is that you didn't understand from this function?
John-ph
20-Aug-13 5:14am
View
glad :)
John-ph
20-Aug-13 5:04am
View
You're welcome!
John-ph
15-Jun-13 14:53pm
View
get the correct route in your config and try having the following structure in Views
Views/SearchProperty/Create.cshtml
For controller it is fine. MVC automatically identifies the controllers within folder.
John-ph
11-Jun-13 5:24am
View
TOP is to indicate the number the latest records you want. To get all the log details just query without TOP. like
SELECT fields FROM TABLE ORDER BY DESC. That should do.
John-ph
11-Jun-13 3:54am
View
Do you mean highest, top 8 salary?
John-ph
11-Oct-12 6:22am
View
you're welcome!
Show More