Click here to Skip to main content
15,885,309 members
Home / Discussions / C#
   

C#

 
AnswerRe: Project Information Pin
Vipin_Arora26-Mar-12 23:20
Vipin_Arora26-Mar-12 23:20 
AnswerRe: Project Information Pin
Abhinav S26-Mar-12 23:25
Abhinav S26-Mar-12 23:25 
QuestionGet Pressed key from KeyboardFocusChangedEventArgs Pin
pankajsood26-Mar-12 20:43
pankajsood26-Mar-12 20:43 
AnswerRe: Get Pressed key from KeyboardFocusChangedEventArgs Pin
Mycroft Holmes26-Mar-12 22:36
professionalMycroft Holmes26-Mar-12 22:36 
GeneralRe: Get Pressed key from KeyboardFocusChangedEventArgs Pin
Vipin_Arora26-Mar-12 23:22
Vipin_Arora26-Mar-12 23:22 
QuestionEscape Key not working on PropertyGrid's KeyDown and Preview Key Down Event Pin
pankajsood26-Mar-12 19:23
pankajsood26-Mar-12 19:23 
QuestionMaximum limits on DataSet Dimension Pin
MAW3026-Mar-12 15:03
MAW3026-Mar-12 15:03 
AnswerRe: Maximum limits on DataSet Dimension Pin
Mycroft Holmes26-Mar-12 17:28
professionalMycroft Holmes26-Mar-12 17:28 
Opinion - you are heading for a disaster!

I don't know your data design but if you are pushing the limits of the container then you are doing something terrible wrong.

I NEVER return more than 1 table at a time from the database, very early on I once got 3 table in the same dataset and the response time was abysmal, getting 3 tables separately was dramatically faster.

I always use the HeirarchyID principle (but as a string not a HeirarchyID) /Parent/C1/C2/C3/C4/ your can then identify the position in the structure and the parentage of any element from the content of the heirarchyid.
Never underestimate the power of human stupidity
RAH

GeneralRe: Maximum limits on DataSet Dimension Pin
MAW3026-Mar-12 18:29
MAW3026-Mar-12 18:29 
QuestionDownloading an image from web Pin
Muammar©26-Mar-12 14:09
Muammar©26-Mar-12 14:09 
AnswerRe: Downloading an image from web Pin
Luc Pattyn26-Mar-12 14:28
sitebuilderLuc Pattyn26-Mar-12 14:28 
AnswerRe: Downloading an image from web Pin
Abhinav S26-Mar-12 15:35
Abhinav S26-Mar-12 15:35 
GeneralRe: Downloading an image from web Pin
Jack Li26-Mar-12 22:06
Jack Li26-Mar-12 22:06 
AnswerRe: Downloading an image from web Pin
kingNull26-Mar-12 23:30
kingNull26-Mar-12 23:30 
GeneralRe: Downloading an image from web Pin
Muammar©27-Mar-12 10:23
Muammar©27-Mar-12 10:23 
GeneralRe: Downloading an image from web Pin
Pete O'Hanlon27-Mar-12 10:40
mvePete O'Hanlon27-Mar-12 10:40 
AnswerRe: Downloading an image from web Pin
V.26-Mar-12 23:51
professionalV.26-Mar-12 23:51 
QuestionMessenger Class Problem Pin
Kevin Marois26-Mar-12 8:08
professionalKevin Marois26-Mar-12 8:08 
AnswerRe: Messenger Class Problem Pin
SledgeHammer0126-Mar-12 8:23
SledgeHammer0126-Mar-12 8:23 
GeneralRe: Messenger Class Problem Pin
Kevin Marois26-Mar-12 10:34
professionalKevin Marois26-Mar-12 10:34 
GeneralRe: Messenger Class Problem Pin
SledgeHammer0126-Mar-12 10:48
SledgeHammer0126-Mar-12 10:48 
GeneralRe: Messenger Class Problem Pin
Kevin Marois26-Mar-12 10:50
professionalKevin Marois26-Mar-12 10:50 
GeneralRe: Messenger Class Problem Pin
SledgeHammer0126-Mar-12 11:06
SledgeHammer0126-Mar-12 11:06 
AnswerRe: Messenger Class Problem Pin
BobJanova27-Mar-12 4:58
BobJanova27-Mar-12 4:58 
QuestionIdentify which Element fired event handler code-behind. Pin
cknight72526-Mar-12 6:28
cknight72526-Mar-12 6: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.