Search:
Namespaces
Discussions
.NET v1.1
Feedback
Resetting values in DataGrid
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.general
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
Job Lot (VIP)
On form load my datagrid gets populated with values from database table. How
can I reset values in my
DataGrid
to 0 on click of a button?
thanks
Reply to this message...
W.G. Ryan eMVP (VIP)
If I understand you correctly, you can call the .Clear method of the
datatable object its bound to. that will eliminate all of the rows and the
grid will be empty. Is this what you meant?
"Job Lot" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
> On form load my datagrid gets populated with values from database table.
How
[Original message clipped]
Reply to this message...
Job Lot (VIP)
Hi Ryan
Actually i don't want my
DataGrid
to get empty. I want to reset the value in
the cells (or values held in the datatable) to 0 (Zero). On click on button
it should change all the values to 0.
"W.G. Ryan eMVP" wrote:
[Original message clipped]
Reply to this message...
Cor Ligthert
br............
The rejectchanges reset untill the last acceptchanges to be more clear.
Cor
Reply to this message...
Cor Ligthert
Job,
You never can set a value in a datagrid (windowforms) to zero when the
underlaying datasource has another value than zero.
So when you want what you ask you have to set that field to zero. You can
reset a datarow by the original state (last filled) with
datarow.rejectchanges
I hope this helps?
Cor
"Job Lot" <
Click here to reveal e-mail address
>
[Original message clipped]
Reply to this message...
System.Web.UI.WebControls.DataGrid
System.Windows.Forms.DataGrid
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com