Click here to Skip to main content
15,891,993 members
Home / Discussions / C#
   

C#

 
Questionnested try catch Pin
Pranit Kothari22-May-11 22:21
Pranit Kothari22-May-11 22:21 
AnswerRe: nested try catch PinPopular
Richard MacCutchan22-May-11 22:53
mveRichard MacCutchan22-May-11 22:53 
AnswerRe: nested try catch Pin
Keith Barrow22-May-11 23:22
professionalKeith Barrow22-May-11 23:22 
AnswerRe: nested try catch [modified] Pin
Subin Mavunkal22-May-11 23:59
Subin Mavunkal22-May-11 23:59 
GeneralRe: nested try catch Pin
Keith Barrow23-May-11 0:26
professionalKeith Barrow23-May-11 0:26 
AnswerRe: nested try catch Pin
RobCroll23-May-11 12:33
RobCroll23-May-11 12:33 
QuestionDatagridview in Search Pin
ismail2022-May-11 21:44
ismail2022-May-11 21:44 
AnswerRe: Datagridview in Search Pin
Richard MacCutchan23-May-11 1:28
mveRichard MacCutchan23-May-11 1:28 
This got voted down, presumably for the English; however I do not think that fair so I have added a five.

If I understand your question correctly you want to check each row in the grid that contains a keyword ('var' or 'yok'), and take some action based on that word. You will need to iterate through the rows of the grid and check the value in the second column for a match. I expect you need to start with the Rows[^] collection, and proceed from there.
The best things in life are not things.

QuestionHow to declare the KeyPress Event to All RichTextBoxes...? Pin
Paramu197322-May-11 21:27
Paramu197322-May-11 21:27 
AnswerRe: How to declare the KeyPress Event to All RichTextBoxes...? Pin
Wayne Gaylard22-May-11 22:12
professionalWayne Gaylard22-May-11 22:12 
AnswerRe: How to declare the KeyPress Event to All RichTextBoxes...? Pin
RobCroll22-May-11 22:16
RobCroll22-May-11 22:16 
GeneralRe: How to declare the KeyPress Event to All RichTextBoxes...? Pin
ismail2022-May-11 22:22
ismail2022-May-11 22:22 
GeneralRe: How to declare the KeyPress Event to All RichTextBoxes...? Pin
Paramu197322-May-11 23:01
Paramu197322-May-11 23:01 
QuestionHow to generate fix header report with SSRS Pin
Tridip Bhattacharjee22-May-11 20:32
professionalTridip Bhattacharjee22-May-11 20:32 
QuestionHow to force a generic type eventhandler to a ingeneric one? [modified] Pin
JUNEYT22-May-11 12:17
JUNEYT22-May-11 12:17 
AnswerRe: How to force a generic type eventhandler to a ingeneric one? Pin
Alan N22-May-11 23:59
Alan N22-May-11 23:59 
GeneralRe: How to force a generic type eventhandler to a ingeneric one? Pin
JUNEYT23-May-11 2:29
JUNEYT23-May-11 2:29 
QuestionDllImport issue in c sharp Pin
shivamkalra22-May-11 9:45
shivamkalra22-May-11 9:45 
AnswerRe: DllImport issue in c sharp Pin
Luc Pattyn22-May-11 10:17
sitebuilderLuc Pattyn22-May-11 10:17 
AnswerRe: DllImport issue in c sharp Pin
Mark Salsbery22-May-11 12:59
Mark Salsbery22-May-11 12:59 
GeneralRe: DllImport issue in c sharp Pin
shivamkalra22-May-11 15:51
shivamkalra22-May-11 15:51 
QuestionRe: DllImport issue in c sharp Pin
Mark Salsbery22-May-11 16:03
Mark Salsbery22-May-11 16:03 
AnswerRe: DllImport issue in c sharp Pin
Luc Pattyn22-May-11 16:22
sitebuilderLuc Pattyn22-May-11 16:22 
GeneralRe: DllImport issue in c sharp Pin
Mark Salsbery22-May-11 16:40
Mark Salsbery22-May-11 16:40 
AnswerRe: DllImport issue in c sharp Pin
Luc Pattyn22-May-11 16:52
sitebuilderLuc Pattyn22-May-11 16:52 

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.