473,386 Members | 1,793 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Grid PLEASE HELP

Could someone help me with a solutions to my problem
My situation is as followes. my program receives data which includes firstname, lastname, age, and date. i dont know how many people will be added and delted . What i would like to know is how can i display and delete this data on a grid or bind it to an array . Would it be better to add the data to array and then bind the array to a gird ? I have tried binding, which works but cannot delete data when requested

PLEASE HEL
Thanks
Nov 16 '05 #1
2 911
Where is the data stored?
You should look at DataTable -- you can create your own (in-memory) instance
of the DataTable, store the data there. Then you can just set the DataSource
property of the DataGrid to point to your DataTable instance and it will do
the adding, deleting etc. for you.

You can even persist the DataTable instance to an XML file with a simple
method call.

"Newbie" <an*******@discussions.microsoft.com> wrote in message
news:0D**********************************@microsof t.com...
Could someone help me with a solutions to my problem.
My situation is as followes. my program receives data which includes firstname, lastname, age, and date. i dont know how many people will be
added and delted . What i would like to know is how can i display and
delete this data on a grid or bind it to an array . Would it be better to
add the data to array and then bind the array to a gird ? I have tried
binding, which works but cannot delete data when requested.
PLEASE HELP
Thanks

Nov 16 '05 #2
Thanks i will try that

Nov 16 '05 #3

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

Similar topics

1
by: kk | last post by:
I have 2 issues, please help ! 1st issue : -------------------------------------------------------- Loading Grid ------------ 1) creating new rows in a datatable and adding data a array...
12
by: pmud | last post by:
Hi, I am using teh following code for sorting the data grid but it doesnt work. I have set the auto generate columns to false. & set the sort expression for each field as the anme of that...
16
by: pmud | last post by:
Hi, I am using teh following code for sorting the data grid but it doesnt work. I have set the auto generate columns to false. & set the sort expression for each field as the anme of that...
13
by: Guardiano del Faro | last post by:
Hello!! i'm just a dummie in C/C++ and i need you help for solving my little problem. I have to create a 3D grid of points. Each point has the 3 coordinates and a boolean value. (I made a...
1
by: asharda | last post by:
I have a custom property grid. I am using custom property grid as I do not want the error messages that the propertygrid shows when abphabets are entered in interger fields. The custom property...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.