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

C#

 
GeneralRe: to increse size of a panel, its override another controls Pin
Henry Minute2-Apr-09 1:42
Henry Minute2-Apr-09 1:42 
QuestionHow to split & merge mpeg video files Pin
pravat_SABAT2-Apr-09 0:37
pravat_SABAT2-Apr-09 0:37 
QuestionRe: How to split & merge mpeg video files Pin
King Julien2-Apr-09 1:20
King Julien2-Apr-09 1:20 
QuestionLoading data from selected row in datagridview into dialog box Pin
Martin310882-Apr-09 0:25
Martin310882-Apr-09 0:25 
AnswerRe: Loading data from selected row in datagridview into dialog box Pin
Henry Minute2-Apr-09 1:15
Henry Minute2-Apr-09 1:15 
GeneralRe: Loading data from selected row in datagridview into dialog box Pin
Martin310882-Apr-09 2:07
Martin310882-Apr-09 2:07 
GeneralRe: Loading data from selected row in datagridview into dialog box Pin
Henry Minute2-Apr-09 2:37
Henry Minute2-Apr-09 2:37 
GeneralRe: Loading data from selected row in datagridview into dialog box Pin
Martin310882-Apr-09 23:15
Martin310882-Apr-09 23:15 
Thanks alot for that.

I've found a simpler way to get the cell value. I'm just getting the value from the datagridview with:
class1.UserID = dtaSearchID.SelectedRows[0].Cells[0].Value.ToString();
I do that for all the cells in the selected row.

The problem I have now is that I'm not asure how to automatically fill those details into the first dialog. I am able to do it when i manually trigger an event, ie. click another button. But I can't figure out how to do it on the click of the load button in my Search from.

Any help greatly appreciated.

Martin
GeneralRe: Loading data from selected row in datagridview into dialog box Pin
Henry Minute3-Apr-09 2:55
Henry Minute3-Apr-09 2:55 
GeneralRe: Loading data from selected row in datagridview into dialog box Pin
Martin310883-Apr-09 3:44
Martin310883-Apr-09 3:44 
QuestionMessageBox is displayed twice.... Help! Pin
Rajdeep.NET is BACK2-Apr-09 0:05
Rajdeep.NET is BACK2-Apr-09 0:05 
AnswerRe: MessageBox is displayed twice.... Help! Pin
J4amieC2-Apr-09 0:09
J4amieC2-Apr-09 0:09 
GeneralRe: MessageBox is displayed twice.... Help! Pin
MumbleB2-Apr-09 0:12
MumbleB2-Apr-09 0:12 
GeneralRe: MessageBox is displayed twice.... Help! Pin
Spunky Coder2-Apr-09 2:02
Spunky Coder2-Apr-09 2:02 
GeneralRe: MessageBox is displayed twice.... Help! Pin
Rajdeep.NET is BACK2-Apr-09 0:15
Rajdeep.NET is BACK2-Apr-09 0:15 
GeneralRe: MessageBox is displayed twice.... Help! Pin
J4amieC2-Apr-09 0:19
J4amieC2-Apr-09 0:19 
GeneralRe: MessageBox is displayed twice.... Help! Pin
Dan Neely2-Apr-09 3:20
Dan Neely2-Apr-09 3:20 
RantRe: MessageBox is displayed twice.... Help! Pin
Vikram A Punathambekar2-Apr-09 0:23
Vikram A Punathambekar2-Apr-09 0:23 
GeneralRe: MessageBox is displayed twice.... Help! Pin
Colin Angus Mackay2-Apr-09 0:36
Colin Angus Mackay2-Apr-09 0:36 
GeneralRe: MessageBox is displayed twice.... Help! Pin
akyriako782-Apr-09 2:06
akyriako782-Apr-09 2:06 
GeneralRe: MessageBox is displayed twice.... Help! Pin
HuntingWabbits2-Apr-09 2:51
HuntingWabbits2-Apr-09 2:51 
GeneralRe: MessageBox is displayed twice.... Help! Pin
akyriako782-Apr-09 2:07
akyriako782-Apr-09 2:07 
JokeRe: MessageBox is displayed twice.... Help! Pin
Vikram A Punathambekar2-Apr-09 0:21
Vikram A Punathambekar2-Apr-09 0:21 
GeneralRe: MessageBox is displayed twice.... Help! Pin
J4amieC2-Apr-09 0:24
J4amieC2-Apr-09 0:24 
AnswerRe: MessageBox is displayed twice.... Help! Pin
King Julien2-Apr-09 0:12
King Julien2-Apr-09 0:12 

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.