B
bwalke
I am developing a web form which is going to be used for manufacturing
input. The form uses a DataList which list a batch of parts that may
range anywhere from 1-9 parts. The DataList contains 6 textboxes
pre-fill with data (reason for using datalist) which will capture user
input and changes to the textboxes. So the 6 textboxes in columns will
be constant but the rows will vary representing each part. I am
looking to loop through each row and grab the values of the 6
textboxes. Without using the Edit commands on the datalist is it
possible to find the textbox values in each row. I want to have the
whole datalist read back into the database on a button click. Is this
possible. Best ways of going about it. Hope this makes sense.
Thanks,
Brett
input. The form uses a DataList which list a batch of parts that may
range anywhere from 1-9 parts. The DataList contains 6 textboxes
pre-fill with data (reason for using datalist) which will capture user
input and changes to the textboxes. So the 6 textboxes in columns will
be constant but the rows will vary representing each part. I am
looking to loop through each row and grab the values of the 6
textboxes. Without using the Edit commands on the datalist is it
possible to find the textbox values in each row. I want to have the
whole datalist read back into the database on a button click. Is this
possible. Best ways of going about it. Hope this makes sense.
Thanks,
Brett