16,015,744 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 Visual Basic questions
View .NET 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 Arif H Shigri (Top 11 by date)
Arif H Shigri
31-Aug-15 3:41am
View
Thanx @xszaboj
Arif H Shigri
27-Aug-15 2:41am
View
jquery serialize and seiralizearray in only for form data not a table data..
Arif H Shigri
21-Mar-15 12:15pm
View
thnx @Wombaticus . :)
Arif H Shigri
21-Mar-15 11:59am
View
i also have tried the viewstatemode="disable" but it has no affect on this issue
Arif H Shigri
5-Mar-15 4:14am
View
The entity or complex type 'RailwayElectricBillingDBModel.Department' cannot be constructed in a LINQ to Entities query.
Arif H Shigri
5-Mar-15 4:05am
View
public partial class Department
{
public Department()
{
this.Employees = new HashSet<employee>();
}
public int AddressId { get; set; }
public int ZoneId { get; set; }
public int DepartmentId { get; set; }
public string DepartmentName { get; set; }
public string PhoneNo { get; set; }
public virtual Address Address { get; set; }
public virtual Zone Zone { get; set; }
public virtual ICollection<employee> Employees { get; set; }
}
Arif H Shigri
5-Mar-15 3:01am
View
#Tehjas Department is not implementing Ienumerable interface ..
Arif H Shigri
5-Mar-15 2:29am
View
@Tehjas cannot initialize department with collection initializer because it does not implements system.collection.IEnumberable..
Should I implement the i enumerable interface ,,???
Arif H Shigri
5-Mar-15 2:12am
View
thanks bro.
Arif H Shigri
5-Mar-15 0:59am
View
Now Getting This Error:
Unable to cast object of type 'System.Data.Entity.Infrastructure.DbQuery`1[System.Linq.IGrouping`2[System.String,<>f__AnonymousType0`2[System.Int32,System.String]]]' to type 'System.Collections.Generic.List`1[DataLayer.Department]'.
Arif H Shigri
5-Mar-15 0:56am
View
Deleted
Now Getting This Error :Unable to cast object of type 'System.Data.Entity.Infrastructure.DbQuery`1[System.Linq.IGrouping`2[System.String,<>f__AnonymousType0`2[System.Int32,System.String]]]' to type 'System.Collections.Generic.List`1[DataLayer.Department]'.
Show More