15,740,620 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 Javascript questions
View C++ questions
View Python questions
View Java 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 raj_arenem (Top 8 by date)
raj_arenem
28-Mar-13 6:08am
View
Thank you for your reply.
I tried the other way also, but the result is the same.
raj_arenem
28-Mar-13 6:05am
View
Thank you for your reply.
I checked that, it has data. The thing is it is not getting updated to the database. i would like to mention this, the table to which am updating has no primary key in it. Does this also matter?
Thanks & regards
raj_arenem
raj_arenem
28-Mar-13 6:00am
View
The table just stores the status, either "Fixed" or "Not Fixed" for a particular ID. Like:
MaintainTable->MaintainID, MaintainDetails..., DefectsTable->DefectID, DefectDetails... and the (Table without Primary key) MaintainDefectTable->MaintainID, DefectID, DefectStatus.
I tried to use LINQ, but the values were not getting reflected in the database(MaintainDefectTable). So i arrived at a question, whether LINQ is suitable for such tables.
Thank you.
raj_arenem
25-Mar-13 6:03am
View
Sir,
I had same name for my entites in Entity framework and even in database i added. So i had repeated names in my application. Now i have resolved it. thank you for the reply sir.
Thanks & regards
raj_arenem
raj_arenem
25-Mar-13 3:11am
View
Hi,
I have added an existing database to my Entity framework, and also i have created a DataClass for LINQ to SQL. When i debug, i have errors saying that the parameters already exists. The entities mapped in DataClass(LINQ t0 SQL class) and entities in the model are in conflict. How to resolve this? suggest a solution.
raj_arenem
20-Mar-13 8:05am
View
Thank you for the link. I went through it, but am not getting where to write the methods for that entity. Are the methods nothing but LINQ..?
raj_arenem
20-Mar-13 0:56am
View
Thank you sir. Its working.
:)...
raj_arenem
19-Mar-13 8:02am
View
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1026: ) expected
Source Error:
Line 167: <asp:Button ID="Button3" runat="server" Text="Confirm"
Line 168: onclick="Button3_Click" Width="120px" />
Line 169: <asp:Button ID="Button1" runat="server" Text="Button" OnClick="window.print();" />
Line 170:
Line 171: </td>
Show More