Click here to Skip to main content
15,913,587 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with dynamic controls Pin
fredsom27-Jun-06 22:42
fredsom27-Jun-06 22:42 
Questionradiobutton groupname problem [modified] Pin
sa_keles27-Jun-06 15:25
sa_keles27-Jun-06 15:25 
AnswerRe: radiobutton groupname problem Pin
leckey27-Jun-06 16:20
leckey27-Jun-06 16:20 
AnswerRe: radiobutton groupname problem Pin
minhpc_bk27-Jun-06 16:23
minhpc_bk27-Jun-06 16:23 
AnswerRe: radiobutton groupname problem Pin
Edbert P27-Jun-06 16:42
Edbert P27-Jun-06 16:42 
AnswerRe: radiobutton groupname problem [modified] Pin
sa_keles27-Jun-06 16:51
sa_keles27-Jun-06 16:51 
QuestionNullReferenceException: Object reference not set to an instance of an object. at ShirePlan.ShirePlanSub.GetRecords(String scID) Pin
uglyeyes27-Jun-06 15:13
uglyeyes27-Jun-06 15:13 
AnswerRe: NullReferenceException: Object reference not set to an instance of an object. at ShirePlan.ShirePlanSub.GetRecords(String scID) Pin
minhpc_bk27-Jun-06 16:16
minhpc_bk27-Jun-06 16:16 
Hi there,
There are a couple of things come to mind:

+ The GetRecords seems not to return the result in the else part.

+ The GetRecords is used to populate the data source for the dlScChart datalist control, so you should not put your code to build its child control (the charting control) in this method. In this case, you might consider using the ItemCreated/ItemDataBound event of the datalist control.

+ The ScoreCardID value contained in the datasource bound to the parent control dlScHead, so if you want to get this value from the child datalist dlScChart, you need to get reference to the DataListItem object of the parent datalist dlScHead. Another option is that you can populate the datasource bound to the child datalist control in a way that it should contain ScoreCardID value. And you can easily access this field when you build the charting control.

GeneralRe: NullReferenceException: Object reference not set to an instance of an object. at ShirePlan.ShirePlanSub.GetRecords(String scID) Pin
uglyeyes27-Jun-06 16:35
uglyeyes27-Jun-06 16:35 
GeneralRe: NullReferenceException: Object reference not set to an instance of an object. at ShirePlan.ShirePlanSub.GetRecords(String scID) Pin
minhpc_bk27-Jun-06 17:24
minhpc_bk27-Jun-06 17:24 
GeneralRe: NullReferenceException: Object reference not set to an instance of an object. at ShirePlan.ShirePlanSub.GetRecords(String scID) Pin
uglyeyes27-Jun-06 18:19
uglyeyes27-Jun-06 18:19 
GeneralRe: NullReferenceException: Object reference not set to an instance of an object. at ShirePlan.ShirePlanSub.GetRecords(String scID) Pin
minhpc_bk27-Jun-06 20:47
minhpc_bk27-Jun-06 20:47 
Questionjavascript function problem , please urgent Pin
sa_keles27-Jun-06 13:46
sa_keles27-Jun-06 13:46 
AnswerRe: javascript function problem , please urgent Pin
minhpc_bk27-Jun-06 16:19
minhpc_bk27-Jun-06 16:19 
AnswerRe: javascript function problem , please urgent Pin
Edbert P27-Jun-06 16:47
Edbert P27-Jun-06 16:47 
AnswerRe: javascript function problem , please urgent Pin
sa_keles27-Jun-06 17:09
sa_keles27-Jun-06 17:09 
GeneralRe: javascript function problem , please urgent Pin
Edbert P27-Jun-06 21:01
Edbert P27-Jun-06 21:01 
GeneralRe: javascript function problem , please urgent Pin
sa_keles27-Jun-06 23:27
sa_keles27-Jun-06 23:27 
Questionapostrophes or quotes creating problem while passing to javascript Pin
Dhruvil27-Jun-06 10:11
Dhruvil27-Jun-06 10:11 
AnswerRe: apostrophes or quotes creating problem while passing to javascript Pin
eggsovereasy27-Jun-06 10:26
eggsovereasy27-Jun-06 10:26 
GeneralRe: apostrophes or quotes creating problem while passing to javascript Pin
Guffa27-Jun-06 13:13
Guffa27-Jun-06 13:13 
GeneralRe: apostrophes or quotes creating problem while passing to javascript Pin
Hy Chanhan27-Jun-06 16:15
professionalHy Chanhan27-Jun-06 16:15 
AnswerRe: apostrophes or quotes creating problem while passing to javascript Pin
Guffa27-Jun-06 13:08
Guffa27-Jun-06 13:08 
GeneralRe: apostrophes or quotes creating problem while passing to javascript Pin
Dhruvil27-Jun-06 17:28
Dhruvil27-Jun-06 17:28 
AnswerRe: apostrophes or quotes creating problem while passing to javascript Pin
Guffa27-Jun-06 20:57
Guffa27-Jun-06 20:57 

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.