Click here to Skip to main content
15,910,234 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem openning and reading file Pin
Chikuu16-Jun-06 5:05
Chikuu16-Jun-06 5:05 
GeneralRe: Problem openning and reading file Pin
jjvainav16-Jun-06 5:55
jjvainav16-Jun-06 5:55 
GeneralRe: Problem openning and reading file Pin
Rizwan Majeed16-Jun-06 6:41
professionalRizwan Majeed16-Jun-06 6:41 
AnswerRe: Problem opening and reading file Pin
BoneSoft16-Jun-06 10:39
BoneSoft16-Jun-06 10:39 
QuestionCreation of Wizard to generate C# files Pin
tom groezer16-Jun-06 3:56
tom groezer16-Jun-06 3:56 
QuestionHow to show files in listView Pin
akualopetak16-Jun-06 3:13
akualopetak16-Jun-06 3:13 
AnswerRe: How to show files in listView Pin
Robert Rohde16-Jun-06 3:51
Robert Rohde16-Jun-06 3:51 
Questionproblem with Tab Key & Mouse click Pin
maaran16-Jun-06 2:39
maaran16-Jun-06 2:39 
AnswerRe: problem with Tab Key & Mouse click Pin
aarthi@yahoo.com16-Jun-06 3:08
aarthi@yahoo.com16-Jun-06 3:08 
QuestionUrgent Pin
Shiv516-Jun-06 2:33
Shiv516-Jun-06 2:33 
AnswerRe: Urgent Pin
J4amieC16-Jun-06 3:18
J4amieC16-Jun-06 3:18 
QuestionReading Excel to Dataset Pin
meeram39516-Jun-06 2:09
meeram39516-Jun-06 2:09 
AnswerRe: Reading Excel to Dataset Pin
Eric Dahlvang16-Jun-06 3:16
Eric Dahlvang16-Jun-06 3:16 
GeneralRe: Reading Excel to Dataset Pin
meeram39516-Jun-06 4:37
meeram39516-Jun-06 4:37 
GeneralRe: Reading Excel to Dataset Pin
Eric Dahlvang16-Jun-06 10:01
Eric Dahlvang16-Jun-06 10:01 
QuestionDataGridView scrolling problem Pin
florinp316-Jun-06 2:06
florinp316-Jun-06 2:06 
QuestionDataGridView scrolling problem - details [modified] Pin
florinp320-Jun-06 21:27
florinp320-Jun-06 21:27 
Questioncheck if a class is inherited from another class Pin
hpetriffer16-Jun-06 1:38
hpetriffer16-Jun-06 1:38 
AnswerRe: check if a class is inherited from another class Pin
Daniel Persson16-Jun-06 2:00
Daniel Persson16-Jun-06 2:00 
GeneralRe: check if a class is inherited from another class Pin
hpetriffer16-Jun-06 2:28
hpetriffer16-Jun-06 2:28 
AnswerRe: check if a class is inherited from another class Pin
Guffa16-Jun-06 2:39
Guffa16-Jun-06 2:39 
GeneralRe: check if a class is inherited from another class Pin
hpetriffer18-Jun-06 21:51
hpetriffer18-Jun-06 21:51 
QuestionDirectX video Application Pin
ranandbe16-Jun-06 0:50
ranandbe16-Jun-06 0:50 
QuestionAny way to ensure a selected Datagrid row is visble? Pin
rwestgraham16-Jun-06 0:29
rwestgraham16-Jun-06 0:29 
I have a form with two DataGrid controls. When a user selects a row in DataGrid1, DataGrid2 is populated with child data using a filtered DataView object.

I also have certain criteria that allows me to preselect a "default" row of data in DataGrid2.

So basically user clicks on a row in DataGrid1, DataGrid2 is populated with all valid child data, and then the program also automatically selects a row in DataGrid2 that in most cases will be the correct selection. But the user also has the choice to change the selection in DataGrid2 before continuing.

The code works fine - the CurrentCellChanged event in DataGrid1 correctly populates all rows into DataGrid2 and then additional code correctly "pre-selects" a default row in DataGrid2.

In most cases the user will simply accept the default selection in DataGrid2, but they still need to be able to review the programmatic default selection before they accept it.

The problem is I can preselect a default row in DataGrid2, but that selection may not always be within the rows that are visible in DataGrid2.

What I want to do is ensure that the preselected (programmatically selected) default row in DataGrid2 is always visible without the user actually having to scroll down to find the preselected row.

Is this possible???

TIA!!!!


QuestionRemoving special character from string Pin
yogesh m16-Jun-06 0:19
yogesh m16-Jun-06 0:19 

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.