Click here to Skip to main content
16,011,815 members
Home / Discussions / C#
   

C#

 
AnswerRe: Value types are primitive types Pin
squattyarun21-Oct-07 19:41
squattyarun21-Oct-07 19:41 
AnswerRe: Value types are primitive types Pin
Rocky#21-Oct-07 19:42
Rocky#21-Oct-07 19:42 
GeneralRe: Value types are primitive types Pin
benjymous21-Oct-07 22:15
benjymous21-Oct-07 22:15 
JokeRe: Value types are primitive types Pin
Rocky#22-Oct-07 1:46
Rocky#22-Oct-07 1:46 
Questionlate binding Pin
Sonia Gupta21-Oct-07 18:32
Sonia Gupta21-Oct-07 18:32 
AnswerRe: late binding Pin
Aavesh Agarwal21-Oct-07 20:00
Aavesh Agarwal21-Oct-07 20:00 
GeneralRe: late binding Pin
Sonia Gupta21-Oct-07 21:40
Sonia Gupta21-Oct-07 21:40 
Questiontab table Pin
Adrian Soon21-Oct-07 18:31
Adrian Soon21-Oct-07 18:31 
Hi all,

I had 2 tab.

each tab had a table and a update btn.

User after updating the cell in the table. he will press the update btn before pressing the other tab.

it is possible tat?
everytime the user updated the cell, and he press the tab, the application will promote him to press the update 1st?

how was it done with the coding?

this are the call event.

private void dgScore_CellEndEdit(object sender, DataGridViewCellEventArgs e)
private void tabMain_SelectedIndexChanged(object sender, EventArgs e)

any other event I can use to make it possible?
AnswerRe: tab table Pin
Rocky#21-Oct-07 19:46
Rocky#21-Oct-07 19:46 
GeneralRe: tab table Pin
Adrian Soon23-Oct-07 19:49
Adrian Soon23-Oct-07 19:49 
QuestionDataGrid Display Pin
kabutar21-Oct-07 18:19
kabutar21-Oct-07 18:19 
AnswerRe: DataGrid Display Pin
Abhijit Jana21-Oct-07 18:46
professionalAbhijit Jana21-Oct-07 18:46 
GeneralRe: DataGrid Display Pin
kabutar21-Oct-07 18:52
kabutar21-Oct-07 18:52 
GeneralRe: DataGrid Display Pin
Abhijit Jana21-Oct-07 19:02
professionalAbhijit Jana21-Oct-07 19:02 
GeneralRe: DataGrid Display Pin
Member 387988121-Oct-07 19:04
Member 387988121-Oct-07 19:04 
GeneralRe: DataGrid Display Pin
Abhijit Jana21-Oct-07 19:07
professionalAbhijit Jana21-Oct-07 19:07 
GeneralRe: DataGrid Display Pin
kabutar21-Oct-07 20:25
kabutar21-Oct-07 20:25 
GeneralRe: DataGrid Display Pin
kabutar21-Oct-07 20:31
kabutar21-Oct-07 20:31 
GeneralRe: DataGrid Display Pin
Abhijit Jana21-Oct-07 20:48
professionalAbhijit Jana21-Oct-07 20:48 
GeneralRe: DataGrid Display Pin
kabutar21-Oct-07 22:51
kabutar21-Oct-07 22:51 
GeneralRe: DataGrid Display Pin
Abhijit Jana22-Oct-07 3:32
professionalAbhijit Jana22-Oct-07 3:32 
GeneralRe: DataGrid Display [modified] Pin
kabutar22-Oct-07 5:13
kabutar22-Oct-07 5:13 
GeneralRe: DataGrid Display Pin
Abhijit Jana22-Oct-07 18:36
professionalAbhijit Jana22-Oct-07 18:36 
GeneralRe: DataGrid Display Pin
kabutar22-Oct-07 19:06
kabutar22-Oct-07 19:06 
GeneralRe: DataGrid Display Pin
Abhijit Jana22-Oct-07 20:31
professionalAbhijit Jana22-Oct-07 20:31 

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.