473,734 Members | 2,806 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Datagrid Boolean Column Sorting

Raj
Hi,

When we are sorting the DataGrid Boolean column the grid is becoming
redcross.

I have my own PPMIPDataGridBo olColumn class inherited from
System.Windows. Forms.DataGridB oolColumn. In this inherited class I have one
DataGridValueCh angedEventHandl er event handler. I am overriding Edit() to
know the current state of the cell. I am overriding Paint() to know the if
the user has been editing the cell. I am also overriding the Commit() to
commit the cell's data in the underlying datasource.

In this whole scenario there is no problem if we donot sort the boolean
column and try to check and uncheck the checkboxes. When we sort the boolean
column and try to check the checkbox following is happening.

A dialogbox with caption Microsoft .Net Framework is coming with following
message with three buttons. "Details", "Continue" and "Quit"

*************** *************** *************** *************
"An unhandled exception has occured in your application. If you click
Continue, the application will ignore this error and attempt to continue. If
you click Quit, the application will be shut down immediately"
*************** *************** *************** *************

Clicking on "Quit" button is quits the application

If I click on "Continue" button another messagebox is coming with caption
"Error when committing the row to the original data source."
and message
"Error in the application. Do you want to correct the value?"

Whatever button you choose to click i.e. 'Yes' or 'No' the messaagebox is
going away but the red cross exists.

I have no clue why this is happening? Please help me I am in deep trouble.

Clicking on "Details" button shows the error message in details which I am
pasting it below.
*************** *************** *************** *************
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
PPMIP.Common.PP MIPException: Error in the application.
at PPMIP.Clients.O nlineForms.PPMI PDataGridBoolCo lumn.Paint(Grap hics
vgraGraphic, Rectangle vrecBounds, CurrencyManager vcumSource, Int32
vintRowIndex, Brush vbruBack, Brush vruFore, Boolean vblnAlignToRigh t) in
c:\raj personal\ppmip\ clients\onlinef orms\ppmipdatag ridboolcolumn.c s:line 311

at
System.Windows. Forms.DataGridR elationshipRow. PaintCellConten ts(Graphics g,
Rectangle cellBounds, DataGridColumnS tyle column, Brush backBr, Brush
foreBrush, Boolean alignToRight)

at System.Windows. Forms.DataGridR ow.PaintData(Gr aphics g, Rectangle
bounds, Int32 firstVisibleCol umn, Int32 columnCount, Boolean alignToRight)

at System.Windows. Forms.DataGridR elationshipRow. Paint(Graphics g,
Rectangle bounds, Rectangle trueRowBounds, Int32 firstVisibleCol umn, Int32
numVisibleColum ns, Boolean alignToRight)

at System.Windows. Forms.DataGrid. PaintRows(Graph ics g, Rectangle&
boundingRect)

at System.Windows. Forms.DataGrid. PaintGrid(Graph ics g, Rectangle
gridBounds)

at System.Windows. Forms.DataGrid. OnPaint(PaintEv entArgs pe)

at System.Windows. Forms.Control.P aintWithErrorHa ndling(PaintEve ntArgs e,
Int16 layer, Boolean disposeEventArg s)

at System.Windows. Forms.Control.W mPaint(Message& m)

at System.Windows. Forms.Control.W ndProc(Message& m)

at System.Windows. Forms.ControlNa tiveWindow.OnMe ssage(Message& m)

at System.Windows. Forms.ControlNa tiveWindow.WndP roc(Message& m)

at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
PPMIP
Assembly Version: 1.0.8.0
Win32 Version: 1.0.8.0
CodeBase: file:///C:/Raj%20Personal/PPMIP/Bin/Debug/PPMIP.exe
----------------------------------------
System.Windows. Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.windows. forms/1.0.5000.0__b77 a5c561934e089/system.windows. forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77 a5c561934e089/system.dl
----------------------------------------
CommonClassCode
Assembly Version: 1.0.2032.24934
Win32 Version: 1.0.2032.24934
CodeBase: file:///C:/Raj%20Personal/PPMIP/Bin/Debug/CommonClassCode .DLL
----------------------------------------
PPMIP.Common.Re sources
Assembly Version: 1.0.2032.23947
Win32 Version: 1.0.2032.23947
CodeBase:
file:///C:/Raj%20Personal/PPMIP/Bin/Debug/PPMIP.Common.Re sources.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77 a5c561934e089/system.xml.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77 a5c561934e089/system.data.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03 f5f7f11d50a3a/system.drawing. dll
----------------------------------------
System.Data.Ora cleClient
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data.ora cleclient/1.0.5000.0__b77 a5c561934e089/system.data.ora cleclient.dll
----------------------------------------
System.Enterpri seServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.enterpri seservices/1.0.5000.0__b03 f5f7f11d50a3a/system.enterpri seservices.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config ) must have the
jitDebugging value set in the system.windows. forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuratio n>
<system.windows .forms jitDebugging="t rue" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
*************** *************** *************** *************

Nov 17 '05 #1
2 2352
Raj wrote:
Hi,

When we are sorting the DataGrid Boolean column the grid is becoming
redcross.

I have my own PPMIPDataGridBo olColumn class inherited from
System.Windows. Forms.DataGridB oolColumn. In this inherited class I have one
DataGridValueCh angedEventHandl er event handler. I am overriding Edit() to
know the current state of the cell. I am overriding Paint() to know the if
the user has been editing the cell. I am also overriding the Commit() to
commit the cell's data in the underlying datasource.

In this whole scenario there is no problem if we donot sort the boolean
column and try to check and uncheck the checkboxes. When we sort the boolean
column and try to check the checkbox following is happening.

A dialogbox with caption Microsoft .Net Framework is coming with following
message with three buttons. "Details", "Continue" and "Quit"

*************** *************** *************** *************
"An unhandled exception has occured in your application. If you click
Continue, the application will ignore this error and attempt to continue. If
you click Quit, the application will be shut down immediately"
*************** *************** *************** *************

Clicking on "Quit" button is quits the application

If I click on "Continue" button another messagebox is coming with caption
"Error when committing the row to the original data source."
and message
"Error in the application. Do you want to correct the value?"

Whatever button you choose to click i.e. 'Yes' or 'No' the messaagebox is
going away but the red cross exists.

I have no clue why this is happening? Please help me I am in deep trouble.

Clicking on "Details" button shows the error message in details which I am
pasting it below.
*************** *************** *************** *************
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
PPMIP.Common.PP MIPException: Error in the application.
at PPMIP.Clients.O nlineForms.PPMI PDataGridBoolCo lumn.Paint(Grap hics
vgraGraphic, Rectangle vrecBounds, CurrencyManager vcumSource, Int32
vintRowIndex, Brush vbruBack, Brush vruFore, Boolean vblnAlignToRigh t) in
c:\raj personal\ppmip\ clients\onlinef orms\ppmipdatag ridboolcolumn.c s:line 311

at
System.Windows. Forms.DataGridR elationshipRow. PaintCellConten ts(Graphics g,
Rectangle cellBounds, DataGridColumnS tyle column, Brush backBr, Brush
foreBrush, Boolean alignToRight)

at System.Windows. Forms.DataGridR ow.PaintData(Gr aphics g, Rectangle
bounds, Int32 firstVisibleCol umn, Int32 columnCount, Boolean alignToRight)

at System.Windows. Forms.DataGridR elationshipRow. Paint(Graphics g,
Rectangle bounds, Rectangle trueRowBounds, Int32 firstVisibleCol umn, Int32
numVisibleColum ns, Boolean alignToRight)

at System.Windows. Forms.DataGrid. PaintRows(Graph ics g, Rectangle&
boundingRect)

at System.Windows. Forms.DataGrid. PaintGrid(Graph ics g, Rectangle
gridBounds)

at System.Windows. Forms.DataGrid. OnPaint(PaintEv entArgs pe)

at System.Windows. Forms.Control.P aintWithErrorHa ndling(PaintEve ntArgs e,
Int16 layer, Boolean disposeEventArg s)

at System.Windows. Forms.Control.W mPaint(Message& m)

at System.Windows. Forms.Control.W ndProc(Message& m)

at System.Windows. Forms.ControlNa tiveWindow.OnMe ssage(Message& m)

at System.Windows. Forms.ControlNa tiveWindow.WndP roc(Message& m)

at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
PPMIP
Assembly Version: 1.0.8.0
Win32 Version: 1.0.8.0
CodeBase: file:///C:/Raj%20Personal/PPMIP/Bin/Debug/PPMIP.exe
----------------------------------------
System.Windows. Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.windows. forms/1.0.5000.0__b77 a5c561934e089/system.windows. forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77 a5c561934e089/system.dl
----------------------------------------
CommonClassCode
Assembly Version: 1.0.2032.24934
Win32 Version: 1.0.2032.24934
CodeBase: file:///C:/Raj%20Personal/PPMIP/Bin/Debug/CommonClassCode .DLL
----------------------------------------
PPMIP.Common.Re sources
Assembly Version: 1.0.2032.23947
Win32 Version: 1.0.2032.23947
CodeBase:
file:///C:/Raj%20Personal/PPMIP/Bin/Debug/PPMIP.Common.Re sources.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77 a5c561934e089/system.xml.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77 a5c561934e089/system.data.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03 f5f7f11d50a3a/system.drawing. dll
----------------------------------------
System.Data.Ora cleClient
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data.ora cleclient/1.0.5000.0__b77 a5c561934e089/system.data.ora cleclient.dll
----------------------------------------
System.Enterpri seServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.enterpri seservices/1.0.5000.0__b03 f5f7f11d50a3a/system.enterpri seservices.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config ) must have the
jitDebugging value set in the system.windows. forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuratio n>
<system.windows .forms jitDebugging="t rue" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
*************** *************** *************** *************

The reason you are getting the RedCross in the datagrid is because of
you overriding the paint method. I had the same problem. What is
probably happening is that you are referencing a member of your class
that is set to nothing before you instantiate the class. Since the
designer runs the paint method to show it on the screen it gets an
exception when you try to run the paint method. Look through your code,
and see if there are any variables that would be nothing if you just ran
the paint method by itself. If there are, enclose the entire function
in a if (Var != null). I think that is the right code, do mostly VB.
then at least you will get ride of the redcross. There is probably a
better way to do that. something to do with checking if you are in
designer mode, I don't know what it is though.

Chris
Nov 17 '05 #2
Raj
Hi,

Chris thank you for your answer. I went through my code and saw there is no
variables that is becoming nothing. So the problem is still there. I have got
no clue what is happening.
Does anyone know how to solve this problem.

Regards
Raj

"Chris" wrote:
Raj wrote:
Hi,

When we are sorting the DataGrid Boolean column the grid is becoming
redcross.

I have my own PPMIPDataGridBo olColumn class inherited from
System.Windows. Forms.DataGridB oolColumn. In this inherited class I have one
DataGridValueCh angedEventHandl er event handler. I am overriding Edit() to
know the current state of the cell. I am overriding Paint() to know the if
the user has been editing the cell. I am also overriding the Commit() to
commit the cell's data in the underlying datasource.

In this whole scenario there is no problem if we donot sort the boolean
column and try to check and uncheck the checkboxes. When we sort the boolean
column and try to check the checkbox following is happening.

A dialogbox with caption Microsoft .Net Framework is coming with following
message with three buttons. "Details", "Continue" and "Quit"

*************** *************** *************** *************
"An unhandled exception has occured in your application. If you click
Continue, the application will ignore this error and attempt to continue. If
you click Quit, the application will be shut down immediately"
*************** *************** *************** *************

Clicking on "Quit" button is quits the application

If I click on "Continue" button another messagebox is coming with caption
"Error when committing the row to the original data source."
and message
"Error in the application. Do you want to correct the value?"

Whatever button you choose to click i.e. 'Yes' or 'No' the messaagebox is
going away but the red cross exists.

I have no clue why this is happening? Please help me I am in deep trouble.

Clicking on "Details" button shows the error message in details which I am
pasting it below.
*************** *************** *************** *************
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
PPMIP.Common.PP MIPException: Error in the application.
at PPMIP.Clients.O nlineForms.PPMI PDataGridBoolCo lumn.Paint(Grap hics
vgraGraphic, Rectangle vrecBounds, CurrencyManager vcumSource, Int32
vintRowIndex, Brush vbruBack, Brush vruFore, Boolean vblnAlignToRigh t) in
c:\raj personal\ppmip\ clients\onlinef orms\ppmipdatag ridboolcolumn.c s:line 311

at
System.Windows. Forms.DataGridR elationshipRow. PaintCellConten ts(Graphics g,
Rectangle cellBounds, DataGridColumnS tyle column, Brush backBr, Brush
foreBrush, Boolean alignToRight)

at System.Windows. Forms.DataGridR ow.PaintData(Gr aphics g, Rectangle
bounds, Int32 firstVisibleCol umn, Int32 columnCount, Boolean alignToRight)

at System.Windows. Forms.DataGridR elationshipRow. Paint(Graphics g,
Rectangle bounds, Rectangle trueRowBounds, Int32 firstVisibleCol umn, Int32
numVisibleColum ns, Boolean alignToRight)

at System.Windows. Forms.DataGrid. PaintRows(Graph ics g, Rectangle&
boundingRect)

at System.Windows. Forms.DataGrid. PaintGrid(Graph ics g, Rectangle
gridBounds)

at System.Windows. Forms.DataGrid. OnPaint(PaintEv entArgs pe)

at System.Windows. Forms.Control.P aintWithErrorHa ndling(PaintEve ntArgs e,
Int16 layer, Boolean disposeEventArg s)

at System.Windows. Forms.Control.W mPaint(Message& m)

at System.Windows. Forms.Control.W ndProc(Message& m)

at System.Windows. Forms.ControlNa tiveWindow.OnMe ssage(Message& m)

at System.Windows. Forms.ControlNa tiveWindow.WndP roc(Message& m)

at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
PPMIP
Assembly Version: 1.0.8.0
Win32 Version: 1.0.8.0
CodeBase: file:///C:/Raj%20Personal/PPMIP/Bin/Debug/PPMIP.exe
----------------------------------------
System.Windows. Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.windows. forms/1.0.5000.0__b77 a5c561934e089/system.windows. forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77 a5c561934e089/system.dl
----------------------------------------
CommonClassCode
Assembly Version: 1.0.2032.24934
Win32 Version: 1.0.2032.24934
CodeBase: file:///C:/Raj%20Personal/PPMIP/Bin/Debug/CommonClassCode .DLL
----------------------------------------
PPMIP.Common.Re sources
Assembly Version: 1.0.2032.23947
Win32 Version: 1.0.2032.23947
CodeBase:
file:///C:/Raj%20Personal/PPMIP/Bin/Debug/PPMIP.Common.Re sources.DLL
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77 a5c561934e089/system.xml.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77 a5c561934e089/system.data.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03 f5f7f11d50a3a/system.drawing. dll
----------------------------------------
System.Data.Ora cleClient
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.data.ora cleclient/1.0.5000.0__b77 a5c561934e089/system.data.ora cleclient.dll
----------------------------------------
System.Enterpri seServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase:
file:///c:/windows/assembly/gac/system.enterpri seservices/1.0.5000.0__b03 f5f7f11d50a3a/system.enterpri seservices.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config ) must have the
jitDebugging value set in the system.windows. forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuratio n>
<system.windows .forms jitDebugging="t rue" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
*************** *************** *************** *************

The reason you are getting the RedCross in the datagrid is because of
you overriding the paint method. I had the same problem. What is
probably happening is that you are referencing a member of your class
that is set to nothing before you instantiate the class. Since the
designer runs the paint method to show it on the screen it gets an
exception when you try to run the paint method. Look through your code,
and see if there are any variables that would be nothing if you just ran
the paint method by itself. If there are, enclose the entire function
in a if (Var != null). I think that is the right code, do mostly VB.
then at least you will get ride of the redcross. There is probably a
better way to do that. something to do with checking if you are in
designer mode, I don't know what it is though.

Chris

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
945
by: DelphiBlue | last post by:
I have a Nested Datagrid that is using a data relations to tie the parent child datagrids together. All is working well with the display but I am having some issues trying to sort the child datagrid. HTML Datagrid1 TemplateColumn Table Header information Detail Information
1
1189
by: newbie_csharp | last post by:
Hi, how can I write a statement for a DataGrid's Column? for example one of my column should be a checkbox but the table's field is not boolean: DataGridBoolColumn boolCol = new DataGridBoolColumn(); boolCol.MappingName = "active"; "active" can be "YES" or "NO". how I can set this statement for this column:
0
1053
by: ZS | last post by:
Hi, I have a boolean column in my datagrid. During runtime when I check the checkbox there are actually Three states for the checkbox. So I have to actually double click to change from true to false. is there a way in which I can just click once and then when I check it toggeles. Something like setting the Threestate property for a Checkbox as false.How can I achive the same for a Datagrid column. myDataColumn = new...
5
1904
by: ZS | last post by:
Hi, I have a boolean column in my datagrid. During runtime when I check the checkbox there are actually Three states for the checkbox. So I have to actually double click to change from true to false. is there a way in which I can just click once and then when I check it toggeles. Something like setting the Threestate property for a Checkbox as false.How can I achive the same for a Datagrid column. myDataColumn = new...
2
2320
by: Baren | last post by:
Hi!, I am using the following CSS class for the DataGrid Head column wherein i am sorting the recrods. The style works fine.. By default it puts an underline for each header column. The underlin should be there except for the sorted column. Can anyone help me out. ----
3
4220
by: Gene Hubert | last post by:
I'm using DataTable.ImportRow to move data from one datatable to another... Dim dt, dtTarget As DataTable Dim dr As DataRow dt = DirectCast(Me.DataSource, DataTable) dtTarget = dt.Clone 'copy the data structure dtTarget.DefaultView.Sort = String.Empty 'remove the sort
5
8492
by: Kejpa | last post by:
Hi, How do you write a Rowfilter for a boolean column? col1=true col1='true' col1= 1 col1= -1 Will all render an exception: Column 'col1' does not belong to table Test. Any thoughts?
3
1209
by: Art | last post by:
Hi, I need some advice with a binary column in a DataGrid. Everything seems fine except for one thing. In order to check a box, I have to click on it once to select it, and then click again to check it. Somehow this doesn't seem right. Does anyone know if this is normal behavior for a DataGrid, of if there's something I need to know? thanks,
2
1500
by: Brett Romero | last post by:
I convert a collection to DataSet, reference the first table and throw that into a DataTable. The DataTable is used as a DataSource for a DataGrid. The DataGrid has an associated GridTableSyle. I use the RowChanged() event on a DataTable to capture changed column data. I get their values and update the collection without errors: Person.addresscollection.IsMailing = Convert.ToBoolean(e.Row.ToString());
0
9310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9182
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2724
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.