Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Preventing filedestruction after saving richtextbox contents at program end Pin
fracalifa25-Jan-09 0:26
fracalifa25-Jan-09 0:26 
GeneralRe: Preventing filedestruction after saving richtextbox contents at program end Pin
DaveyM6925-Jan-09 0:32
professionalDaveyM6925-Jan-09 0:32 
AnswerRe: Preventing filedestruction after saving richtextbox contents at program end Pin
fracalifa25-Jan-09 0:59
fracalifa25-Jan-09 0:59 
GeneralRe: Preventing filedestruction after saving richtextbox contents at program end Pin
Wendelius25-Jan-09 0:35
mentorWendelius25-Jan-09 0:35 
GeneralRe: Preventing filedestruction after saving richtextbox contents at program end Pin
fracalifa25-Jan-09 0:56
fracalifa25-Jan-09 0:56 
GeneralRe: Preventing filedestruction after saving richtextbox contents at program end Pin
Wendelius25-Jan-09 1:02
mentorWendelius25-Jan-09 1:02 
AnswerRe: Preventing filedestruction after saving richtextbox contents at program end Pin
DaveyM6925-Jan-09 0:07
professionalDaveyM6925-Jan-09 0:07 
QuestionData binding Pin
half-life24-Jan-09 22:42
half-life24-Jan-09 22:42 
Hi,

i've bounded a TextBox, DateTimePicker and NumericUpDown to a database Via a BindingSource
the thing is that when i change one of the values nothing happens

here is the ButtonClickEvent that should Update the DB

private void button1_Click(object sender, EventArgs e)
{
    t_AppTableAdapter.Update(dataSet2.T_App.Rows[0]);
    dataSet2.AcceptChanges();
}


where do i go wrong??

Have Fun
Never forget it

AnswerRe: Data binding Pin
Wendelius25-Jan-09 0:03
mentorWendelius25-Jan-09 0:03 
GeneralRe: Data binding Pin
half-life25-Jan-09 0:40
half-life25-Jan-09 0:40 
GeneralRe: Data binding Pin
Wendelius25-Jan-09 0:51
mentorWendelius25-Jan-09 0:51 
GeneralRe: Data binding Pin
half-life25-Jan-09 1:20
half-life25-Jan-09 1:20 
GeneralRe: Data binding Pin
Wendelius25-Jan-09 1:34
mentorWendelius25-Jan-09 1:34 
GeneralRe: Data binding Pin
half-life25-Jan-09 1:51
half-life25-Jan-09 1:51 
GeneralRe: Data binding Pin
Wendelius25-Jan-09 1:57
mentorWendelius25-Jan-09 1:57 
GeneralRe: Data binding Pin
half-life25-Jan-09 2:11
half-life25-Jan-09 2:11 
GeneralRe: Data binding Pin
Wendelius25-Jan-09 2:23
mentorWendelius25-Jan-09 2:23 
GeneralRe: Data binding Pin
half-life25-Jan-09 2:54
half-life25-Jan-09 2:54 
GeneralRe: Data binding Pin
Wendelius25-Jan-09 2:59
mentorWendelius25-Jan-09 2:59 
QuestionDetecting similar URLs Pin
Meysam Mahfouzi24-Jan-09 21:17
Meysam Mahfouzi24-Jan-09 21:17 
AnswerRe: Detecting similar URLs Pin
Wendelius24-Jan-09 22:14
mentorWendelius24-Jan-09 22:14 
QuestionListener Pin
shuahsan24-Jan-09 17:28
shuahsan24-Jan-09 17:28 
AnswerRe: Listener Pin
SeMartens25-Jan-09 1:05
SeMartens25-Jan-09 1:05 
QuestionSNMP Pin
shuahsan24-Jan-09 17:26
shuahsan24-Jan-09 17:26 
QuestionGenerics - casting int/double to <t></t> Pin
devvvy24-Jan-09 17:24
devvvy24-Jan-09 17:24 

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.