Filling dataset with form data

L

learningNET

I have a few textboxes to hold x, y, z dimensions and weight per item. The
user may have different number of items so I will have one set of these
textboxes with an add button. Upon click, I would like to show the data in a
tabular form with proper headings for each of the items on the same page
before finally submitting it to the DB. Is there any way I can use DataTable,
DataGrid etc to show the data in a neat format?
TIA
 
S

Saverio Tedeschi

Hi,
it's more a matter of design that related to webservice. Will your data be
saved in a remote DB thru web svc? It's unclear. BTW, maybe you can use a
DataGrid where rows are your items and columns your data, and a DataTable
owning all them. Does it make sense?
 
L

learningNET

Yes. The data will eventually get submitted to a remote DB through web svc,
but first I need all the data to be collected. There are 3 categories of
items on one page with multiple items for each. I need to gather all the
dimensions and weights once and show it in a datagrid format so if the user
wants to remove an item, they can. That means after I add them, I need to be
able to get to them one cell at a time.
I searched the net for my question. I need to know:
- how to use datagrid to send information to it.
- how to retrieve it to submit it to the DB.
 
S

Saverio Tedeschi

Once again, pls keep in mind this is "WebService" NG. Pls post your question
in the appropriated one (I suggest compactframework), so we can avoid
bothering other users. :) Have a nice day.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top