Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: Regex to fix img tags Pin
Stephen Adam22-Aug-06 2:34
Stephen Adam22-Aug-06 2:34 
QuestionDeleting a directory with files and subdirectories Pin
Dan Neely21-Aug-06 5:58
Dan Neely21-Aug-06 5:58 
AnswerRe: Deleting a directory with files and subdirectories Pin
stancrm21-Aug-06 6:07
stancrm21-Aug-06 6:07 
AnswerRe: Deleting a directory with files and subdirectories Pin
Judah Gabriel Himango21-Aug-06 7:01
sponsorJudah Gabriel Himango21-Aug-06 7:01 
QuestionPassword saving. Pin
orentuil21-Aug-06 5:54
orentuil21-Aug-06 5:54 
AnswerRe: Password saving. Pin
stancrm21-Aug-06 6:07
stancrm21-Aug-06 6:07 
QuestionApplication Running Setup Pin
orentuil21-Aug-06 5:52
orentuil21-Aug-06 5:52 
AnswerRe: Application Running Setup Pin
mav.northwind21-Aug-06 6:54
mav.northwind21-Aug-06 6:54 
QuestionAnimated gif in DataGridView Pin
e_LA21-Aug-06 4:20
e_LA21-Aug-06 4:20 
Questioncode for finding the square root of a number? Pin
diddy3421-Aug-06 4:18
diddy3421-Aug-06 4:18 
AnswerRe: code for finding the square root of a number? Pin
Judah Gabriel Himango21-Aug-06 4:27
sponsorJudah Gabriel Himango21-Aug-06 4:27 
GeneralRe: code for finding the square root of a number? Pin
diddy3421-Aug-06 4:28
diddy3421-Aug-06 4:28 
AnswerRe: code for finding the square root of a number? Pin
ToddHileHoffer21-Aug-06 4:30
ToddHileHoffer21-Aug-06 4:30 
QuestionHow to abort from closing an app. Pin
Anthony Mushrow21-Aug-06 4:00
professionalAnthony Mushrow21-Aug-06 4:00 
AnswerRe: How to abort from closing an app. Pin
Judah Gabriel Himango21-Aug-06 4:26
sponsorJudah Gabriel Himango21-Aug-06 4:26 
GeneralRe: How to abort from closing an app. Pin
Anthony Mushrow21-Aug-06 5:16
professionalAnthony Mushrow21-Aug-06 5:16 
QuestionSession Variable Questions Pin
Brendan Vogt21-Aug-06 3:05
Brendan Vogt21-Aug-06 3:05 
AnswerRe: Session Variable Questions Pin
Guffa21-Aug-06 4:02
Guffa21-Aug-06 4:02 
GeneralRe: Session Variable Questions Pin
Brendan Vogt21-Aug-06 4:24
Brendan Vogt21-Aug-06 4:24 
QuestionGet DataSet Row Index [modified] Pin
freshonlineMax21-Aug-06 3:02
freshonlineMax21-Aug-06 3:02 
AnswerRe: Get DataSet Row Index Pin
Nader Elshehabi21-Aug-06 3:19
Nader Elshehabi21-Aug-06 3:19 
Hello

Data rows don't have indexes stored in them. Yoiu will have to iterate thor DataTable.Rows one by one and get the index that you reach.

If you only want to get a reference to the row why not using DataTable.Select() method?

RegardsRose | [Rose]
AnswerRe: Get DataSet Row Index [modified] Pin
Glen Harvy21-Aug-06 9:58
Glen Harvy21-Aug-06 9:58 
QuestionpageBaseType Attribute Pin
Brendan Vogt21-Aug-06 2:58
Brendan Vogt21-Aug-06 2:58 
QuestionHow to activate the application which is minimized in task bar? Pin
Hemant kulkarni21-Aug-06 2:45
Hemant kulkarni21-Aug-06 2:45 
AnswerRe: How to activate the application which is minimized in task bar? Pin
stancrm21-Aug-06 3:05
stancrm21-Aug-06 3:05 

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.