Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
QuestionLaunching application through local network from another PC Pin
sgeorgije5-Jun-07 22:10
sgeorgije5-Jun-07 22:10 
GeneralRe: Launching application through local network from another PC Pin
ScottM15-Jun-07 23:52
ScottM15-Jun-07 23:52 
GeneralRe: Launching application through local network from another PC Pin
sgeorgije6-Jun-07 1:11
sgeorgije6-Jun-07 1:11 
GeneralRe: Launching application through local network from another PC Pin
ScottM16-Jun-07 1:32
ScottM16-Jun-07 1:32 
AnswerRe: Launching application through local network from another PC Pin
kubben6-Jun-07 1:44
kubben6-Jun-07 1:44 
Questionboundschecker... Pin
Arish rivlin5-Jun-07 21:50
Arish rivlin5-Jun-07 21:50 
AnswerRe: boundschecker... Pin
Christian Graus5-Jun-07 22:03
protectorChristian Graus5-Jun-07 22:03 
QuestionTo bind a value from DataGridView to textbox Pin
codingrocks5-Jun-07 21:44
codingrocks5-Jun-07 21:44 
To bind a value from DataGridView to textbox

when i am assigning it to a textbox like

txtcuscode.Text= dataGridView1.SelectedRows[0].Cells[0].Value;


shows an error message like this following..


Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

the error is at this line...

txtcuscode.Text= Convert.ToString(dataGridView1.SelectedRows[0].Cells[0].Value);




the error handler points to the property text of the textbox...

help me overcome this..
plz help me recover this and thanks a lot for the code.....

SAJAN A PILLAI

C#.NET Programmer
TELESOFT INDIA PVT LTD...
BANGALORE

AnswerRe: To bind a value from DataGridView to textbox Pin
Seishin#5-Jun-07 21:57
Seishin#5-Jun-07 21:57 
QuestionOCX Question Pin
jason_mf5-Jun-07 21:37
jason_mf5-Jun-07 21:37 
AnswerRe: OCX Question Pin
WillemM6-Jun-07 1:05
WillemM6-Jun-07 1:05 
QuestionTCP or HTTP Pin
amitcoder835-Jun-07 21:23
amitcoder835-Jun-07 21:23 
AnswerRe: TCP or HTTP Pin
Manoj Kumar Rai5-Jun-07 21:33
professionalManoj Kumar Rai5-Jun-07 21:33 
GeneralRe: TCP or HTTP Pin
amitcoder835-Jun-07 21:48
amitcoder835-Jun-07 21:48 
GeneralRe: TCP or HTTP Pin
originSH5-Jun-07 22:24
originSH5-Jun-07 22:24 
AnswerRe: TCP or HTTP Pin
leppie6-Jun-07 3:33
leppie6-Jun-07 3:33 
QuestionRegisterhotkey API example in C# Pin
crash8935-Jun-07 21:18
crash8935-Jun-07 21:18 
AnswerRe: Registerhotkey API example in C# Pin
Giorgi Dalakishvili5-Jun-07 21:29
mentorGiorgi Dalakishvili5-Jun-07 21:29 
GeneralRe: Registerhotkey API example in C# Pin
crash8935-Jun-07 21:33
crash8935-Jun-07 21:33 
GeneralRe: Registerhotkey API example in C# Pin
Giorgi Dalakishvili5-Jun-07 21:36
mentorGiorgi Dalakishvili5-Jun-07 21:36 
QuestionCopying picture box Pin
Muammar©5-Jun-07 21:13
Muammar©5-Jun-07 21:13 
AnswerRe: Copying picture box Pin
Martin#5-Jun-07 21:34
Martin#5-Jun-07 21:34 
GeneralRe: Copying picture box Pin
Muammar©5-Jun-07 22:19
Muammar©5-Jun-07 22:19 
AnswerRe: Copying picture box Pin
Seishin#5-Jun-07 21:58
Seishin#5-Jun-07 21:58 
GeneralRe: Copying picture box Pin
Muammar©5-Jun-07 22:19
Muammar©5-Jun-07 22: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.