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

.NET (Core and Framework)

 
GeneralSending Faxes from .NET pages Pin
taylo21-May-04 17:01
taylo21-May-04 17:01 
GeneralReference nightmares in .NET 2003 Pin
jremignanti21-May-04 8:52
jremignanti21-May-04 8:52 
GeneralRe: Reference nightmares in .NET 2003 Pin
Nicholas Naddaf21-May-04 9:12
Nicholas Naddaf21-May-04 9:12 
GeneralRe: Reference nightmares in .NET 2003 Pin
TigerNinja_21-May-04 12:56
TigerNinja_21-May-04 12:56 
Questionsupports .net more than 2 GB of main memory? Pin
occcy21-May-04 4:01
occcy21-May-04 4:01 
AnswerRe: supports .net more than 2 GB of main memory? Pin
TigerNinja_21-May-04 13:04
TigerNinja_21-May-04 13:04 
GeneralRe: supports .net more than 2 GB of main memory? Pin
Aryadip24-May-04 0:55
Aryadip24-May-04 0:55 
QuestionRandom Navigation of a BindingContext ??? Pin
Kurt B. Ederhoff21-May-04 3:50
Kurt B. Ederhoff21-May-04 3:50 
I have a form with controls bound to a DataView (could also be a DataTable). Every navigation example I see shows the typical "previous", "next", "first", and "last" navigation using buttons. I'm interested in being able to navigate (directly) to a given position in the BindingContext.

For example, if I know the primary key value of an entry in the data table, how do I directly navigate to that position within the BindingContext? Is there some way to use the Find method for the data table and then back into the corresponding position in the BindingContext?

Right now I am starting at the beginning of the BindingContext and iterating through each entry until I find the entry I'm looking for. This is an order O(n) operation and I'm hoping to find something much faster.

Kurt
AnswerRe: Random Navigation of a BindingContext ??? Pin
normanordas1-Jun-04 1:26
normanordas1-Jun-04 1:26 
Generalother .NET frameworks Pin
kratchkov20-May-04 10:44
kratchkov20-May-04 10:44 
GeneralRe: other .NET frameworks Pin
TigerNinja_20-May-04 17:18
TigerNinja_20-May-04 17:18 
GeneralRe: other .NET frameworks Pin
kratchkov21-May-04 9:59
kratchkov21-May-04 9:59 
GeneralListBox with ComboBox embedded Pin
yipan20-May-04 9:56
yipan20-May-04 9:56 
GeneralRe: ListBox with ComboBox embedded Pin
TigerNinja_20-May-04 17:16
TigerNinja_20-May-04 17:16 
GeneralControlPaint.DrawComboButton() Pin
Victor Boctor19-May-04 15:40
Victor Boctor19-May-04 15:40 
GeneralPlugin Application in c# Pin
DajuBhai17-May-04 20:32
sussDajuBhai17-May-04 20:32 
GeneralRe: Plugin Application in c# Pin
Anonymous17-May-04 23:12
Anonymous17-May-04 23:12 
GeneralRe: Plugin Application in c# Pin
Aryadip18-May-04 0:11
Aryadip18-May-04 0:11 
GeneralRe: Plugin Application in c# Pin
Philip Fitzsimons18-May-04 3:10
Philip Fitzsimons18-May-04 3:10 
GeneralRe: Plugin Application in c# Pin
holland_phillip1-Jun-04 9:10
holland_phillip1-Jun-04 9:10 
Generalproblems with configuration settings Pin
Gerda_S16-May-04 21:47
Gerda_S16-May-04 21:47 
GeneralRe: problems with configuration settings Pin
TigerNinja_18-May-04 6:05
TigerNinja_18-May-04 6:05 
GeneralValidation Controls Question Pin
gmhanna16-May-04 9:56
gmhanna16-May-04 9:56 
GeneralRe: Validation Controls Question Pin
Mike Ellison18-May-04 20:07
Mike Ellison18-May-04 20:07 
GeneralHELP! Reading Files... Pin
mikasa15-May-04 12:23
mikasa15-May-04 12:23 

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.