Click here to Skip to main content
15,790,625 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: FaceBook Like Comment Box in asp.net Pin
ZurdoDev29-Mar-17 7:01
professionalZurdoDev29-Mar-17 7:01 
QuestionThe server responded with a status of 404 Pin
Kevin Marois23-Mar-17 6:21
professionalKevin Marois23-Mar-17 6:21 
AnswerRe: The server responded with a status of 404 Pin
F-ES Sitecore24-Mar-17 0:32
professionalF-ES Sitecore24-Mar-17 0:32 
QuestionFront Page ideas? Pin
Member 1307776622-Mar-17 11:11
Member 1307776622-Mar-17 11:11 
QuestionRe: Front Page ideas? Pin
Richard MacCutchan22-Mar-17 11:45
mveRichard MacCutchan22-Mar-17 11:45 
AnswerRe: Front Page ideas? Pin
Nathan Minier23-Mar-17 2:18
professionalNathan Minier23-Mar-17 2:18 
Question[MODIFIED] - ASP.Net MVC - "A data source must be bound before this operation can be performed" Pin
Kevin Marois22-Mar-17 6:47
professionalKevin Marois22-Mar-17 6:47 
AnswerRe: [MODIFIED] - ASP.Net MVC - "A data source must be bound before this operation can be performed" Pin
Richard Deeming22-Mar-17 7:24
mveRichard Deeming22-Mar-17 7:24 
It sounds like your GetDashboardInfos method is returning an unevaluated LINQ query, and then closing the context / connection before the grid is rendered.

Try adding .ToList() to force the query to be evaluated:
C#
IEnumerable<AssayDashboardInfoEntity> data = _dal.GetDashboardInfos(new DashboardInfoQueryArgs()).ToList();




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: [MODIFIED] - ASP.Net MVC - "A data source must be bound before this operation can be performed" Pin
Kevin Marois22-Mar-17 7:55
professionalKevin Marois22-Mar-17 7:55 
QuestionMessage Closed Pin
20-Mar-17 2:59
professionalQuuick20-Mar-17 2:59 
QuestionRe: What are 5 essential skills every Web Developer should have? Pin
Nathan Minier21-Mar-17 2:33
professionalNathan Minier21-Mar-17 2:33 
AnswerRe: What are 5 essential skills every Web Developer should have? Pin
ZurdoDev21-Mar-17 2:46
professionalZurdoDev21-Mar-17 2:46 
AnswerRe: What are 5 essential skills every Web Developer should have? Pin
Amarnath S21-Mar-17 2:50
professionalAmarnath S21-Mar-17 2:50 
QuestionHtml Contact form with PHP Pin
lapeci15-Mar-17 4:11
lapeci15-Mar-17 4:11 
AnswerRe: Html Contact form with PHP Pin
Jochen Arndt15-Mar-17 5:39
professionalJochen Arndt15-Mar-17 5:39 
GeneralRe: Html Contact form with PHP Pin
lapeci15-Mar-17 7:21
lapeci15-Mar-17 7:21 
GeneralRe: Html Contact form with PHP Pin
Jochen Arndt15-Mar-17 7:33
professionalJochen Arndt15-Mar-17 7:33 
AnswerRe: Html Contact form with PHP Pin
biplob-hider18-Mar-17 3:26
professionalbiplob-hider18-Mar-17 3:26 
QuestionASP.Net Core Web Config Properites Pin
Member 1061576012-Mar-17 10:54
Member 1061576012-Mar-17 10:54 
AnswerRe: ASP.Net Core Web Config Properites Pin
Kornfeld Eliyahu Peter13-Mar-17 2:14
professionalKornfeld Eliyahu Peter13-Mar-17 2:14 
QuestionPHP WITH BIOMETRIC Pin
Member 117865228-Mar-17 2:31
Member 117865228-Mar-17 2:31 
AnswerRe: PHP WITH BIOMETRIC Pin
ZurdoDev10-Mar-17 7:53
professionalZurdoDev10-Mar-17 7:53 
GeneralRe: PHP WITH BIOMETRIC Pin
Member 1178652210-Mar-17 8:12
Member 1178652210-Mar-17 8:12 
QuestionPHP MYSQL UPDATE ISSUE Pin
Member 117865228-Mar-17 2:29
Member 117865228-Mar-17 2:29 
AnswerRe: PHP MYSQL UPDATE ISSUE Pin
ZurdoDev10-Mar-17 7:54
professionalZurdoDev10-Mar-17 7:54 

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.