Click here to Skip to main content
16,007,687 members
Home / Discussions / C#
   

C#

 
GeneralListboxes to datasets Pin
towneytowney23-Aug-05 21:46
towneytowney23-Aug-05 21:46 
GeneralSystem.NullReferenceException Pin
oneyard23-Aug-05 21:34
oneyard23-Aug-05 21:34 
GeneralRe: System.NullReferenceException Pin
Colin Angus Mackay23-Aug-05 21:50
Colin Angus Mackay23-Aug-05 21:50 
GeneralRe: System.NullReferenceException Pin
oneyard23-Aug-05 22:09
oneyard23-Aug-05 22:09 
GeneralRe: System.NullReferenceException Pin
Colin Angus Mackay23-Aug-05 22:17
Colin Angus Mackay23-Aug-05 22:17 
GeneralRe: System.NullReferenceException Pin
leppie23-Aug-05 21:57
leppie23-Aug-05 21:57 
GeneralRe: System.NullReferenceException Pin
Guffa23-Aug-05 22:14
Guffa23-Aug-05 22:14 
GeneralRe: System.NullReferenceException Pin
V.24-Aug-05 0:49
professionalV.24-Aug-05 0:49 
<br />
price = new string[oraDR.Count];   //or Lenght or size, I think it's in there somewhere :-)<br />
while(oraDR.Read())<br />
{ <br />
try<br />
{<br />
price[counter] = oraDR["last_done_price"].ToString(); // <-- error here..<br />
}<br />
catch (NullReferenceException nre)<br />
{<br />
MessageBox.Show(nre.Message);<br />
}<br />


No hurries, no worries.
GeneralRe: System.NullReferenceException Pin
V.24-Aug-05 0:53
professionalV.24-Aug-05 0:53 
GeneralNetwork Management Pin
Member 199534123-Aug-05 21:27
Member 199534123-Aug-05 21:27 
QuestionHow to listen connection request on 80 port Pin
Gagan Deep Singla23-Aug-05 19:45
Gagan Deep Singla23-Aug-05 19:45 
AnswerRe: How to listen connection request on 80 port Pin
mav.northwind23-Aug-05 19:59
mav.northwind23-Aug-05 19:59 
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla23-Aug-05 20:11
Gagan Deep Singla23-Aug-05 20:11 
GeneralRe: How to listen connection request on 80 port Pin
S Douglas23-Aug-05 21:09
professionalS Douglas23-Aug-05 21:09 
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla24-Aug-05 20:33
Gagan Deep Singla24-Aug-05 20:33 
GeneralRe: How to listen connection request on 80 port Pin
mav.northwind23-Aug-05 21:23
mav.northwind23-Aug-05 21:23 
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla24-Aug-05 20:42
Gagan Deep Singla24-Aug-05 20:42 
GeneralRe: How to listen connection request on 80 port Pin
Colin Angus Mackay23-Aug-05 21:38
Colin Angus Mackay23-Aug-05 21:38 
GeneralRe: How to listen connection request on 80 port Pin
Gagan Deep Singla24-Aug-05 20:48
Gagan Deep Singla24-Aug-05 20:48 
GeneralCrack Pin
WDI23-Aug-05 18:50
WDI23-Aug-05 18:50 
GeneralRe: Crack Pin
Christian Graus23-Aug-05 19:08
protectorChristian Graus23-Aug-05 19:08 
GeneralRe: Crack Pin
S Douglas23-Aug-05 21:13
professionalS Douglas23-Aug-05 21:13 
GeneralRe: Crack Pin
Colin Angus Mackay23-Aug-05 21:40
Colin Angus Mackay23-Aug-05 21:40 
GeneralRe: Crack Pin
Luis Alonso Ramos23-Aug-05 19:25
Luis Alonso Ramos23-Aug-05 19:25 
GeneralRe: Crack Pin
Christian Graus23-Aug-05 19:32
protectorChristian Graus23-Aug-05 19:32 

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.