Click here to Skip to main content
15,898,789 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: N-Layer ASP.Net Application Pin
Vimalsoft(Pty) Ltd18-Jun-09 3:50
professionalVimalsoft(Pty) Ltd18-Jun-09 3:50 
QuestionValidation Summary Pin
Pankaj1818-Jun-09 3:00
Pankaj1818-Jun-09 3:00 
AnswerRe: Validation Summary Pin
Vimalsoft(Pty) Ltd18-Jun-09 3:34
professionalVimalsoft(Pty) Ltd18-Jun-09 3:34 
AnswerRe: Validation Summary Pin
Baran M18-Jun-09 20:44
Baran M18-Jun-09 20:44 
Questionpre class like CP Pin
Xmen Real 18-Jun-09 2:58
professional Xmen Real 18-Jun-09 2:58 
QuestionCustom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
Kris Penner18-Jun-09 2:27
Kris Penner18-Jun-09 2:27 
GeneralRe: Custom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
Brady Kelly26-Jun-10 3:45
Brady Kelly26-Jun-10 3:45 
GeneralRe: Custom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
brinkerville19-Jan-11 5:54
brinkerville19-Jan-11 5:54 
I am trying to acheive the same goal. However, when I try and access one of the properties from the entity model that I have configured I get the following error message:


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: CS1061: 'Contracts.CONTRACT_PERIOD' does not contain a definition for 'start_date' and no extension method 'start_date' accepting a first argument of type 'Contracts.CONTRACT_PERIOD' could be found (are you missing a using directive or an assembly reference?)

Source Error:



Line 39: StringBuilder sb = new StringBuilder();
Line 40: sb.Append("(");
Line 41: sb.Append(this.start_date.ToShortDateString());
Line 42: sb.Append(" - ");
Line 43: sb.Append(this.end_date.ToShortDateString());


Source File: c:\Documents and Settings\...\My Documents\Visual Studio 2010\Projects\...\Contracts\App_Code\Metadata.cs Line: 41
AnswerRe: Custom Properties in partial class of Entities Framework object not displayed in ASP.NET Dynamic Data Pin
Martintuk10-Jan-13 5:56
Martintuk10-Jan-13 5:56 
QuestionRating Control Pin
keyur satyadev18-Jun-09 2:11
keyur satyadev18-Jun-09 2:11 
AnswerRe: Rating Control Pin
Not Active18-Jun-09 2:21
mentorNot Active18-Jun-09 2:21 
GeneralRe: Rating Control Pin
keyur satyadev18-Jun-09 2:49
keyur satyadev18-Jun-09 2:49 
GeneralRe: Rating Control Pin
Not Active18-Jun-09 2:57
mentorNot Active18-Jun-09 2:57 
GeneralRe: Rating Control [modified] Pin
keyur satyadev18-Jun-09 3:01
keyur satyadev18-Jun-09 3:01 
AnswerRe: Rating Control Pin
Abhijit Jana18-Jun-09 3:27
professionalAbhijit Jana18-Jun-09 3:27 
GeneralRe: Rating Control Pin
keyur satyadev18-Jun-09 3:31
keyur satyadev18-Jun-09 3:31 
GeneralRe: Rating Control Pin
Not Active18-Jun-09 3:55
mentorNot Active18-Jun-09 3:55 
GeneralRe: Rating Control Pin
Xmen Real 18-Jun-09 4:31
professional Xmen Real 18-Jun-09 4:31 
GeneralRe: Rating Control Pin
Abhijit Jana18-Jun-09 4:54
professionalAbhijit Jana18-Jun-09 4:54 
QuestionCheck Session is Null Pin
yesu prakash18-Jun-09 1:59
yesu prakash18-Jun-09 1:59 
AnswerRe: Check Session is Null Pin
himanshu256118-Jun-09 2:05
himanshu256118-Jun-09 2:05 
AnswerRe: Check Session is Null Pin
CrazyCoder2618-Jun-09 2:07
CrazyCoder2618-Jun-09 2:07 
AnswerRe: Check Session is Null Pin
httplover18-Jun-09 4:15
httplover18-Jun-09 4:15 
QuestionSession State being lost in Internet Explorer but not Firefox [modified] Pin
Vincent Curry18-Jun-09 1:47
professionalVincent Curry18-Jun-09 1:47 
QuestionSize of the textbox according to the data Pin
axman_podili@yahoo.co.in18-Jun-09 1:41
axman_podili@yahoo.co.in18-Jun-09 1:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.