Click here to Skip to main content
15,899,679 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questiontooltip control for win ce app Pin
obalesu26-Jul-09 20:43
obalesu26-Jul-09 20:43 
QuestionSlow Multicast Delegates ? Pin
sneusse26-Jul-09 9:00
sneusse26-Jul-09 9:00 
AnswerRe: Slow Multicast Delegates ? Pin
PIEBALDconsult26-Jul-09 15:00
mvePIEBALDconsult26-Jul-09 15:00 
AnswerRe: Slow Multicast Delegates ? Pin
Luc Pattyn26-Jul-09 19:25
sitebuilderLuc Pattyn26-Jul-09 19:25 
AnswerRe: Slow Multicast Delegates ? Pin
DaveyM6927-Jul-09 1:45
professionalDaveyM6927-Jul-09 1:45 
GeneralRe: Slow Multicast Delegates ? Pin
Luc Pattyn27-Jul-09 11:23
sitebuilderLuc Pattyn27-Jul-09 11:23 
GeneralRe: Slow Multicast Delegates ? Pin
DaveyM6927-Jul-09 13:20
professionalDaveyM6927-Jul-09 13:20 
QuestionObject reference not set to an instance of an object. Pin
ChiSmile26-Jul-09 8:28
ChiSmile26-Jul-09 8:28 
Hello all,
I have this nagging error which i have applied common knowledge to solve it but could not. in the code segment below, I want to be able to loop through a dataset to extract value, but i keep getting the error as metioned "object reference not set to an instance......". as u can c, the objects i used are instantiated, please can anyone help solve this problem?


Dim dset1 As DataSet
Dim dt As DataTable
                dSet1 = New DataSet
                'The adapter stores the data in a dataset
                dAdapt1.Fill(dSet1, "Patient Profile")

dt = New DataTable
                dt = dSet1.Tables("Patient_Profile")

 For Each rw As DataRow In dt.Rows  --> Error Object reference not set to an instance of an object.
                    decdata = New TripleDES()
                   
                    deRecDataFnam = decdata.Decrypt(rw("FirstName"), ned)
                    listItem = New ListViewItem()
                    listItem.SubItems.Add(deRecDataFnam)

                    ListVwPatProf.Items.Add(listItem)
                Next

Thanks a lot!
AnswerRe: Object reference not set to an instance of an object. Pin
Adam Maras26-Jul-09 8:53
Adam Maras26-Jul-09 8:53 
AnswerRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon26-Jul-09 9:09
mvePete O'Hanlon26-Jul-09 9:09 
GeneralRe: Object reference not set to an instance of an object. Pin
ChiSmile26-Jul-09 9:16
ChiSmile26-Jul-09 9:16 
GeneralRe: Object reference not set to an instance of an object. Pin
Pete O'Hanlon26-Jul-09 10:13
mvePete O'Hanlon26-Jul-09 10:13 
QuestionAutoGenerateColumns being overwritten by Visual Studio IDE Pin
Kevin Geary25-Jul-09 9:54
Kevin Geary25-Jul-09 9:54 
AnswerRe: AutoGenerateColumns being overwritten by Visual Studio IDE Pin
Henry Minute26-Jul-09 9:51
Henry Minute26-Jul-09 9:51 
QuestionWhy does Crystal take so long to set datasource only the first time Pin
Hypermommy25-Jul-09 2:30
Hypermommy25-Jul-09 2:30 
QuestionActiveElement Pin
majidmadadi24-Jul-09 19:14
majidmadadi24-Jul-09 19:14 
QuestionActiveDirectory Question [SOLVED] Pin
#realJSOP24-Jul-09 2:48
professional#realJSOP24-Jul-09 2:48 
Questiondetailsview edit Pin
rim jhim23-Jul-09 20:44
rim jhim23-Jul-09 20:44 
AnswerRe: detailsview edit Pin
Suvabrata Roy19-Mar-13 23:54
professionalSuvabrata Roy19-Mar-13 23:54 
QuestionHow would one go about doing this? (Code Coverage) Pin
gantww23-Jul-09 15:15
gantww23-Jul-09 15:15 
AnswerRe: How would one go about doing this? (Code Coverage) Pin
Jimmanuel23-Jul-09 17:43
Jimmanuel23-Jul-09 17:43 
AnswerRe: How would one go about doing this? (Code Coverage) Pin
Curtis Schlak.23-Jul-09 18:10
Curtis Schlak.23-Jul-09 18:10 
AnswerRe: How would one go about doing this? (Code Coverage) Pin
S. Senthil Kumar24-Jul-09 5:35
S. Senthil Kumar24-Jul-09 5:35 
QuestionOnDeserialized/OnDeserializing not firing Pin
RichardM123-Jul-09 5:59
RichardM123-Jul-09 5:59 
AnswerRe: OnDeserialized/OnDeserializing not firing Pin
Vova Gaevoy15-Jul-10 4:33
Vova Gaevoy15-Jul-10 4:33 

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.