Click here to Skip to main content
15,894,122 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Window form application not working another computer Pin
Richard MacCutchan8-Oct-14 4:17
mveRichard MacCutchan8-Oct-14 4:17 
GeneralRe: C# Window form application not working another computer Pin
Pete O'Hanlon8-Oct-14 4:35
mvePete O'Hanlon8-Oct-14 4:35 
GeneralRe: C# Window form application not working another computer Pin
Richard MacCutchan8-Oct-14 4:45
mveRichard MacCutchan8-Oct-14 4:45 
AnswerRe: C# Window form application not working another computer Pin
Swinkaran8-Oct-14 12:53
professionalSwinkaran8-Oct-14 12:53 
QuestionProblem with ReportViewer Pin
Kris_C#8-Oct-14 1:46
Kris_C#8-Oct-14 1:46 
QuestionTo make dataGridView Table cell into Button Pin
avisharma@sharma8-Oct-14 0:01
avisharma@sharma8-Oct-14 0:01 
AnswerRe: To make dataGridView Table cell into Button Pin
Eddy Vluggen8-Oct-14 0:30
professionalEddy Vluggen8-Oct-14 0:30 
GeneralRe: To make dataGridView Table cell into Button Pin
avisharma@sharma8-Oct-14 0:43
avisharma@sharma8-Oct-14 0:43 
GeneralRe: To make dataGridView Table cell into Button Pin
avisharma@sharma8-Oct-14 0:52
avisharma@sharma8-Oct-14 0:52 
GeneralRe: To make dataGridView Table cell into Button Pin
Eddy Vluggen8-Oct-14 1:05
professionalEddy Vluggen8-Oct-14 1:05 
Questiondelegates and marshalling Pin
Member 111363017-Oct-14 11:30
Member 111363017-Oct-14 11:30 
AnswerRe: delegates and marshalling Pin
BillWoodruff7-Oct-14 19:55
professionalBillWoodruff7-Oct-14 19:55 
Questioni am tired guides for how to select new record in gridex janus for add in database Pin
fatemehsoleimani7-Oct-14 4:59
fatemehsoleimani7-Oct-14 4:59 
hi every one
i want when i click icon save in navigator that i new record that updat as case select record and add database but not all record select and show one of record is null beacasue not column select. please help me one of column add with value 0 beacasue not column select. and for add record whiout 0 value i was in run one click after edit a record but i dont click i want in code a click after edit that record to be select how this write .
my code:
try
{

((DataRowView)fatemeBindingSource.Current).Row["code"] = codemax;
int g, b;
g = Convert.ToInt32(gridEX1.CurrentRow.Cells["code_b"].Value);
b = Convert.ToInt32(gridEX1.CurrentRow.Cells["name"].Value);
((DataRowView)fatemeBindingSource.Current).Row["code_b"] = g;
((DataRowView)fatemeBindingSource.Current).Row["name"] = b;
fatemeBindingSource.EndEdit();
fatemeTableAdapter.Update(this.baziDataSet.fateme);

}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
Confused | :confused:

best regards
AnswerRe: how to select new record in gridex janus for add in database Pin
fatemehsoleimani7-Oct-14 11:18
fatemehsoleimani7-Oct-14 11:18 
GeneralRe: how to select new record in gridex janus for add in database Pin
fatemehsoleimani9-Oct-14 3:51
fatemehsoleimani9-Oct-14 3:51 
QuestionSaving the button click event state in database Pin
AMRITESH ASTHANA6-Oct-14 20:58
AMRITESH ASTHANA6-Oct-14 20:58 
AnswerRe: Saving the button click event state in database Pin
Mycroft Holmes6-Oct-14 21:20
professionalMycroft Holmes6-Oct-14 21:20 
GeneralRe: Saving the button click event state in database Pin
AMRITESH ASTHANA6-Oct-14 23:04
AMRITESH ASTHANA6-Oct-14 23:04 
GeneralRe: Saving the button click event state in database Pin
Pete O'Hanlon6-Oct-14 23:16
mvePete O'Hanlon6-Oct-14 23:16 
GeneralRe: Saving the button click event state in database Pin
Mycroft Holmes6-Oct-14 23:17
professionalMycroft Holmes6-Oct-14 23:17 
QuestionAbout Creating Forum with asp.net c# Pin
Member 105764386-Oct-14 4:20
Member 105764386-Oct-14 4:20 
AnswerRe: About Creating Forum with asp.net c# Pin
ZurdoDev6-Oct-14 5:07
professionalZurdoDev6-Oct-14 5:07 
AnswerRe: About Creating Forum with asp.net c# Pin
Eddy Vluggen6-Oct-14 8:25
professionalEddy Vluggen6-Oct-14 8:25 
AnswerRe: About Creating Forum with asp.net c# Pin
sankarsan parida7-Oct-14 18:36
professionalsankarsan parida7-Oct-14 18:36 
QuestionDisabling DataGridView Column Button after clicking it Pin
AMRITESH ASTHANA6-Oct-14 1:11
AMRITESH ASTHANA6-Oct-14 1:11 

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.