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

.NET (Core and Framework)

 
GeneralRe: How can Create message alart in javascript. and how can i use it from .aspx.cs in csharp Pin
joindotnet10-Dec-08 18:45
joindotnet10-Dec-08 18:45 
QuestionException initializing SplitContainerDesigner Pin
astibich214-Nov-08 12:39
astibich214-Nov-08 12:39 
QuestionConnected & Disconnected architecture Pin
Xandip13-Nov-08 17:51
Xandip13-Nov-08 17:51 
AnswerRe: Connected & Disconnected architecture Pin
Pete O'Hanlon14-Nov-08 1:26
mvePete O'Hanlon14-Nov-08 1:26 
QuestionRe: Connected & Disconnected architecture Pin
Xandip14-Nov-08 2:38
Xandip14-Nov-08 2:38 
AnswerRe: Connected & Disconnected architecture Pin
Jon_Boy14-Nov-08 2:50
Jon_Boy14-Nov-08 2:50 
GeneralRe: Connected & Disconnected architecture Pin
Xandip14-Nov-08 2:56
Xandip14-Nov-08 2:56 
GeneralRe: Connected & Disconnected architecture Pin
Jon_Boy14-Nov-08 3:05
Jon_Boy14-Nov-08 3:05 
A form could have a couple combo boxes that users cannot change the values of and each contains 50 items. You could use datareaders to very rapidly fill the combos. You might have to fill a collection or list object of some kind, you could initially fill the data quickly with a data reader.

You wouldn't want to use a data reader and between each read perform a ton of checks and toggling UI properties, etc because you're keeping the connection alive. You want to use data readers in operations were the reads are very quick and then close the connection.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

QuestionStrange Compile problem Pin
cor287913-Nov-08 9:31
cor287913-Nov-08 9:31 
Questioncall MFC-dialog from managed code Pin
Yevgen Lisovenko13-Nov-08 9:20
Yevgen Lisovenko13-Nov-08 9:20 
Questionequivalent Pin
Try13-Nov-08 3:49
Try13-Nov-08 3:49 
AnswerRe: equivalent Pin
Jon_Boy13-Nov-08 4:16
Jon_Boy13-Nov-08 4:16 
GeneralRe: equivalent Pin
Paul Conrad13-Nov-08 6:34
professionalPaul Conrad13-Nov-08 6:34 
AnswerRe: equivalent Pin
Paul Conrad13-Nov-08 6:35
professionalPaul Conrad13-Nov-08 6:35 
GeneralRe: equivalent Pin
Wendelius14-Nov-08 9:46
mentorWendelius14-Nov-08 9:46 
GeneralRe: equivalent Pin
Paul Conrad14-Nov-08 9:50
professionalPaul Conrad14-Nov-08 9:50 
GeneralRe: equivalent Pin
Wendelius14-Nov-08 9:58
mentorWendelius14-Nov-08 9:58 
GeneralRe: equivalent Pin
Pete O'Hanlon14-Nov-08 10:13
mvePete O'Hanlon14-Nov-08 10:13 
GeneralRe: equivalent Pin
Wendelius14-Nov-08 10:26
mentorWendelius14-Nov-08 10:26 
GeneralRe: equivalent Pin
Pete O'Hanlon14-Nov-08 13:59
mvePete O'Hanlon14-Nov-08 13:59 
GeneralRe: equivalent Pin
Kevin McFarlane16-Nov-08 8:43
Kevin McFarlane16-Nov-08 8:43 
QuestionOptional asembly Pin
cloudking1196612-Nov-08 19:26
cloudking1196612-Nov-08 19:26 
AnswerRe: Optional asembly Pin
Roger Wright13-Nov-08 1:42
professionalRoger Wright13-Nov-08 1:42 
AnswerRe: Optional asembly Pin
Mark Churchill13-Nov-08 12:49
Mark Churchill13-Nov-08 12:49 
QuestionWarning! Newbie On The Loose! Pin
Roger Wright12-Nov-08 17:17
professionalRoger Wright12-Nov-08 17:17 

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.