Click here to Skip to main content
15,898,571 members
Home / Discussions / C#
   

C#

 
AnswerRe: Find the occurance of specific string in all files in specified directory. Pin
Robert Rohde4-May-06 23:40
Robert Rohde4-May-06 23:40 
Questionencryption in asp.net Pin
V.thakur4-May-06 21:59
V.thakur4-May-06 21:59 
AnswerRe: encryption in asp.net Pin
Guffa4-May-06 22:27
Guffa4-May-06 22:27 
Questionwhat are the methods,classes are use for login page for security purpose Pin
chaitanyapissay4-May-06 21:25
chaitanyapissay4-May-06 21:25 
QuestionCurrentRowIndex Pin
Rmokkenstorm4-May-06 21:04
Rmokkenstorm4-May-06 21:04 
AnswerRe: CurrentRowIndex Pin
jeyapandian4-May-06 22:22
jeyapandian4-May-06 22:22 
GeneralRe: CurrentRowIndex Pin
Rmokkenstorm4-May-06 22:34
Rmokkenstorm4-May-06 22:34 
GeneralRe: CurrentRowIndex Pin
jeyapandian4-May-06 22:46
jeyapandian4-May-06 22:46 
hi,

my previous reply for that particular error message.

if you want to get a value from gridview you could use something like this

textbox1.Text = myGridView[RowIndex]["T075_BORGTOCHTNUMMER_1"].Value.ToString();

the error mentioned in your last mail related to your dataset not with datagridview...

good luck.


Where there is a will,there is a way.
GeneralRe: CurrentRowIndex Pin
Rmokkenstorm4-May-06 22:55
Rmokkenstorm4-May-06 22:55 
GeneralRe: CurrentRowIndex Pin
jeyapandian4-May-06 23:00
jeyapandian4-May-06 23:00 
GeneralRe: CurrentRowIndex Pin
Rmokkenstorm4-May-06 23:36
Rmokkenstorm4-May-06 23:36 
AnswerRe: CurrentRowIndex Pin
m.rastgar5-May-06 1:12
m.rastgar5-May-06 1:12 
QuestionRaising Event from one application to another Pin
Shajeel4-May-06 20:56
Shajeel4-May-06 20:56 
AnswerRe: Raising Event from one application to another Pin
alexey N4-May-06 22:25
alexey N4-May-06 22:25 
QuestionRe: Raising Event from one application to another Pin
Shajeel5-May-06 1:33
Shajeel5-May-06 1:33 
AnswerRe: Raising Event from one application to another Pin
S. Senthil Kumar5-May-06 3:22
S. Senthil Kumar5-May-06 3:22 
QuestionHow to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:34
sharma sanjeev4-May-06 20:34 
AnswerRe: How to write its equivalent in c# Pin
Guffa4-May-06 20:36
Guffa4-May-06 20:36 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:39
sharma sanjeev4-May-06 20:39 
AnswerRe: How to write its equivalent in c# Pin
Guffa4-May-06 22:39
Guffa4-May-06 22:39 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:41
sharma sanjeev4-May-06 20:41 
AnswerRe: How to write its equivalent in c# Pin
JoeSharp4-May-06 20:39
JoeSharp4-May-06 20:39 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:42
sharma sanjeev4-May-06 20:42 
Questionusing the ActiveX control in C# Pin
Maddie from Dartford4-May-06 20:32
Maddie from Dartford4-May-06 20:32 
Questionhow can we get all the public methods in a class Pin
dayakar_dn4-May-06 19:48
dayakar_dn4-May-06 19:48 

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.