Link to home
Start Free TrialLog in
Avatar of bschave2
bschave2

asked on

Is it possible to use a gridview with textboxes in all rows?

I have a project that requires me to allow a user to update 24 rows and 20 columns at one time. This is based on the hours in the day. However, the user does not wat to press an edit button on each record. an example is a spreadsheet with 24 rows. each row has eight 20 columns. each column needs to be filled with data. I would like to have text boxes for each column in every row. Can this be done without tables? if so, please provide a code sample.

Thanks.
Avatar of mayank_joshi
mayank_joshi
Flag of India image

You can use textbox in  template field in gridview to do that.

ASKER CERTIFIED SOLUTION
Avatar of gery128
gery128
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial