Click here to Skip to main content
15,906,567 members
Home / Discussions / C#
   

C#

 
AnswerRe: plz help! Pin
Saqib Mehmood25-May-06 18:24
Saqib Mehmood25-May-06 18:24 
QuestionGlobal Hotkey And Keyboard Hook Problem Pin
Draders2325-May-06 11:44
Draders2325-May-06 11:44 
QuestionAccess violation in mscorwks.dll Pin
asbasir25-May-06 11:35
asbasir25-May-06 11:35 
QuestionHow to append bitmap data to an existing bitmap? Pin
zenzero25-May-06 10:23
zenzero25-May-06 10:23 
AnswerRe: How to append bitmap data to an existing bitmap? Pin
Guffa25-May-06 11:27
Guffa25-May-06 11:27 
GeneralRe: How to append bitmap data to an existing bitmap? Pin
zenzero25-May-06 11:45
zenzero25-May-06 11:45 
QuestionSql multiple queries [modified] Pin
JelleM25-May-06 10:20
JelleM25-May-06 10:20 
AnswerRe: Sql multiple queries [modified] Pin
ShailenSukul25-May-06 11:10
ShailenSukul25-May-06 11:10 
A datareader keeps the connection open exclusively for the duration of its read operation.
There are 2 ways to rectify this:

1. use another connection for the second datareader
2. Read the contents of first datareader into an arraylist, close the datareader and then use the same connection for the second datareader (recommended).



With Regards
Shane Sukul
BSc Mcsd.Net Mcsd Mcad

.Net Architect/Developer
Ashlen Consulting Services P/L

GeneralRe: Sql multiple queries [modified] Pin
Colin Angus Mackay25-May-06 11:34
Colin Angus Mackay25-May-06 11:34 
AnswerRe: Sql multiple queries [modified] Pin
Colin Angus Mackay25-May-06 11:33
Colin Angus Mackay25-May-06 11:33 
GeneralRe: Sql multiple queries [modified] Pin
JelleM26-May-06 0:45
JelleM26-May-06 0:45 
AnswerRe: Sql multiple queries [modified] Pin
Arjan Einbu25-May-06 12:42
Arjan Einbu25-May-06 12:42 
QuestionResizing in designer wont take effect when running. Pin
RanvA25-May-06 10:14
RanvA25-May-06 10:14 
AnswerRe: Resizing in designer wont take effect when running. Pin
alexey N25-May-06 18:12
alexey N25-May-06 18:12 
QuestionGet information about an extended control (IExtenderProvider) Pin
giplet25-May-06 9:14
giplet25-May-06 9:14 
AnswerRe: Get information about an extended control (IExtenderProvider) Pin
Ed.Poore25-May-06 9:53
Ed.Poore25-May-06 9:53 
GeneralRe: Get information about an extended control (IExtenderProvider) Pin
giplet25-May-06 10:48
giplet25-May-06 10:48 
GeneralRe: Get information about an extended control (IExtenderProvider) [modified] Pin
giplet25-May-06 10:51
giplet25-May-06 10:51 
GeneralRe: Get information about an extended control (IExtenderProvider) [modified] Pin
Ed.Poore25-May-06 12:42
Ed.Poore25-May-06 12:42 
GeneralRe: Get information about an extended control (IExtenderProvider) [modified] Pin
Christian Wikander25-May-06 22:22
Christian Wikander25-May-06 22:22 
GeneralRe: Get information about an extended control (IExtenderProvider) Pin
Ed.Poore26-May-06 0:15
Ed.Poore26-May-06 0:15 
GeneralRe: Get information about an extended control (IExtenderProvider) Pin
Christian Wikander26-May-06 0:54
Christian Wikander26-May-06 0:54 
QuestionBiztalk Server Category Pin
FirozOzman25-May-06 9:06
FirozOzman25-May-06 9:06 
Questionhelp me Pin
lucky123456025-May-06 9:02
lucky123456025-May-06 9:02 
AnswerRe: help me Pin
Ed.Poore25-May-06 9:50
Ed.Poore25-May-06 9:50 

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.