Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exception Handling Pin
Anonymous25-Feb-03 18:17
Anonymous25-Feb-03 18:17 
GeneralMIDI and C# Pin
25-Feb-03 5:21
suss25-Feb-03 5:21 
GeneralRe: MIDI and C# Pin
jtmtv1825-Feb-03 6:01
jtmtv1825-Feb-03 6:01 
GeneralRe: MIDI and C# Pin
Richard Deeming26-Feb-03 1:14
mveRichard Deeming26-Feb-03 1:14 
GeneralVerify Userid Pin
cas941225-Feb-03 4:03
cas941225-Feb-03 4:03 
GeneralDesktop Apps Property Pages and Property sheets Pin
Braulio Dez25-Feb-03 2:57
Braulio Dez25-Feb-03 2:57 
GeneralDataGrid cell Pin
zaza725-Feb-03 1:45
zaza725-Feb-03 1:45 
GeneralRe: DataGrid cell Pin
A.Wegierski25-Feb-03 20:54
A.Wegierski25-Feb-03 20:54 
Getting data immediately from DataGrid (see Item in help; DataGrid (Win) Members):

object mydata=myDataGrid[rowNo,columnNo];

You can use DataView used by DataGrid. It's sorted in thesame way as displyed
in DataGrid, so You can use CurrentRowIndex property. This DataView You can get from:
1. DataSource (if it's a DataSet or DataTable) by DefaultView property of DataTable (it's not a good way I think ... I can't speak English well)
2. ListManager.List protected property of DataGrid (only in inherited class)
3. DataBinding (complicated way)
But if You can get DataView it's very pleasant object to use ...

Hi,
AW
Generaltranslucent cover over form Pin
bwells25-Feb-03 1:31
bwells25-Feb-03 1:31 
GeneralRe: translucent cover over form Pin
Paul Watson25-Feb-03 1:51
sitebuilderPaul Watson25-Feb-03 1:51 
GeneralRe: translucent cover over form Pin
bwells25-Feb-03 2:12
bwells25-Feb-03 2:12 
GeneralRe: translucent cover over form Pin
Paul Watson25-Feb-03 2:20
sitebuilderPaul Watson25-Feb-03 2:20 
GeneralRe: translucent cover over form Pin
bwells25-Feb-03 2:29
bwells25-Feb-03 2:29 
Generalparse emails Pin
Roger Alsing24-Feb-03 23:58
Roger Alsing24-Feb-03 23:58 
GeneralStackOverflow Pin
monrobot1324-Feb-03 18:33
monrobot1324-Feb-03 18:33 
GeneralRe: StackOverflow Pin
Sean Winstead24-Feb-03 18:51
Sean Winstead24-Feb-03 18:51 
GeneralRe: StackOverflow Pin
David Stone24-Feb-03 19:00
sitebuilderDavid Stone24-Feb-03 19:00 
GeneralRe: StackOverflow Pin
Sean Winstead25-Feb-03 0:28
Sean Winstead25-Feb-03 0:28 
GeneralRe: StackOverflow Pin
David Stone25-Feb-03 15:31
sitebuilderDavid Stone25-Feb-03 15:31 
GeneralRe: StackOverflow Pin
Sean Winstead25-Feb-03 18:34
Sean Winstead25-Feb-03 18:34 
GeneralRe: StackOverflow Pin
monrobot1326-Feb-03 5:08
monrobot1326-Feb-03 5:08 
GeneralBucket Head Pin
eggie524-Feb-03 18:15
eggie524-Feb-03 18:15 
GeneralRe: Bucket Head Pin
Sean Winstead24-Feb-03 18:52
Sean Winstead24-Feb-03 18:52 
GeneralRe: Bucket Head Pin
Sean Winstead24-Feb-03 18:54
Sean Winstead24-Feb-03 18:54 
GeneralRe: Bucket Head Pin
eggie524-Feb-03 19:00
eggie524-Feb-03 19:00 

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.