Click here to Skip to main content
15,893,668 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hi experts.. How to use store procedure with Entity Framework Pin
Richard Deeming29-Apr-16 2:22
mveRichard Deeming29-Apr-16 2:22 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
sunil329-Apr-16 19:06
sunil329-Apr-16 19:06 
PraiseRe: hi experts.. How to use store procedure with Entity Framework Pin
John C Rayan2-May-16 23:49
professionalJohn C Rayan2-May-16 23:49 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
aarif moh shaikh4-May-16 2:18
professionalaarif moh shaikh4-May-16 2:18 
AnswerRe: hi experts.. How to use store procedure with Entity Framework Pin
John C Rayan2-May-16 23:48
professionalJohn C Rayan2-May-16 23:48 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
sunil34-May-16 20:58
sunil34-May-16 20:58 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
John C Rayan4-May-16 22:17
professionalJohn C Rayan4-May-16 22:17 
QuestionMapArea Coordinates not persisted Pin
Mark Falleroni27-Apr-16 5:06
Mark Falleroni27-Apr-16 5:06 
I've been learning the MS Chart Control. I'm building an asp.net app that will allow our users to design and save charts and have been gradually working my way through the all of the chart elements and properties.

I serialize the chart to an XML file.
Chrt.Serializer.IsResetWhenLoading = False
Chrt.Serializer.Content = SerializationContents.All


Currently I'm stuck on the MapAreas collection. I can create custom MapAreas and have noticed that the MapArea.Coordinates and MapArea.Name properties are not persisted to the XML file when saved using:

Chrt.Serializer.Content = SerializationContents.All
Chrt.Serializer.Save(strPrpPath)


I've searched the net and can't find any posts of this. It seems all MapArea properties except Coordinates and Name are serializable. I'd like to know if these properties are serializable and if so, how to get the Coordinates and Name properties to persist.
QuestionHow to control routing too many url's Pin
VBDeveloper201524-Apr-16 4:48
VBDeveloper201524-Apr-16 4:48 
AnswerRe: How to control routing too many url's Pin
Wombaticus24-Apr-16 5:18
Wombaticus24-Apr-16 5:18 
AnswerRe: How to control routing too many url's Pin
John C Rayan26-Apr-16 3:29
professionalJohn C Rayan26-Apr-16 3:29 
QuestionDeveloping an election ballot box app. Pin
samflex22-Apr-16 5:04
samflex22-Apr-16 5:04 
QuestionRe: Developing an election ballot box app. Pin
ZurdoDev22-Apr-16 5:39
professionalZurdoDev22-Apr-16 5:39 
AnswerRe: Developing an election ballot box app. Pin
samflex22-Apr-16 6:23
samflex22-Apr-16 6:23 
QuestionRe: Developing an election ballot box app. Pin
ZurdoDev22-Apr-16 6:32
professionalZurdoDev22-Apr-16 6:32 
AnswerRe: Developing an election ballot box app. Pin
F-ES Sitecore24-Apr-16 3:01
professionalF-ES Sitecore24-Apr-16 3:01 
GeneralRe: Developing an election ballot box app. Pin
samflex24-Apr-16 13:21
samflex24-Apr-16 13:21 
GeneralRe: Developing an election ballot box app. Pin
F-ES Sitecore24-Apr-16 22:51
professionalF-ES Sitecore24-Apr-16 22:51 
GeneralRe: Developing an election ballot box app. Pin
samflex25-Apr-16 4:38
samflex25-Apr-16 4:38 
GeneralRe: Developing an election ballot box app. Pin
F-ES Sitecore25-Apr-16 4:49
professionalF-ES Sitecore25-Apr-16 4:49 
GeneralRe: Developing an election ballot box app. Pin
samflex25-Apr-16 5:49
samflex25-Apr-16 5:49 
GeneralRe: Developing an election ballot box app. Pin
F-ES Sitecore25-Apr-16 23:11
professionalF-ES Sitecore25-Apr-16 23:11 
GeneralRe: Developing an election ballot box app. Pin
Richard Deeming26-Apr-16 1:42
mveRichard Deeming26-Apr-16 1:42 
GeneralRe: Developing an election ballot box app. Pin
samflex26-Apr-16 5:59
samflex26-Apr-16 5:59 
GeneralRe: Developing an election ballot box app. Pin
Richard Deeming26-Apr-16 7:28
mveRichard Deeming26-Apr-16 7:28 

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.