PC Review


Reply
Thread Tools Rate Thread

DataGrid Real Time Change

 
 
=?Utf-8?B?U3RldmUgQi4=?=
Guest
Posts: n/a
 
      9th Jan 2005
How can I make a change in the bound textbox automaticaly update the
assciated Datagrid when the user leaves the textbox?

I can accomplish this if I save the textbox change to database immediately
but, I'd rather save the change to the dataset until the user clicks on the
O'K button on the form

TB_Leave(..) {
dataSet.Tables[tableName].Rows[rowIndexNumber][columnName]= strgCellFill;
 
Reply With Quote
 
 
 
 
=?Utf-8?B?U3RldmUgQi4=?=
Guest
Posts: n/a
 
      9th Jan 2005
TB_Leave(..) {
dataSet.Tables[tableName].Rows[rowIndexNumber][columnName]= textBoxlFill;

// automatically updates datagrid but don't want to do this here
//savedSetDb();

// want to say something like this
DGrid.Update(dSet)
}

"Steve B." wrote:

> How can I make a change in the bound textbox automaticaly update the
> assciated Datagrid when the user leaves the textbox?
>
> I can accomplish this if I save the textbox change to database immediately
> but, I'd rather save the change to the dataset until the user clicks on the
> O'K button on the form
>
> TB_Leave(..) {
> dataSet.Tables[tableName].Rows[rowIndexNumber][columnName]= strgCellFill;

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Real Time Clock Intermittent Change dlamp67 Windows XP General 0 21st Mar 2008 08:55 PM
Appts. in Outlook calendar only show in real-time how do I change =?Utf-8?B?T3V0IFdlc3QgQ293Z2lybA==?= Microsoft Outlook Calendar 0 18th Jan 2006 02:31 AM
DataGrid: Real-Time Updates using a DataSet =?Utf-8?B?VmVua2F0YQ==?= Microsoft Dot NET Framework Forms 7 22nd Jun 2004 06:20 AM
Editable DataGrid and Real-time Updates Linkz Microsoft Dot NET Framework Forms 1 30th Sep 2003 02:16 PM
real-time stream in datagrid Mike Microsoft C# .NET 0 1st Aug 2003 04:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:06 AM.