Editable list?
I just finished working my way through the first 17 chapters of âBeginning ASP.NET 3.5â and now I would like to develop a To Do List application. I know I can use a ListView controller for displaying a list of tasks. However, I am hoping that someone can share with me a relatively straight forward way to work with a list that is already in edit mode, as opposed to the ListView controllerâs default setting that requires the user to click an edit hyperlink before you can edit a given row of data. In other words, I am hoping to find a way (or a controller) that will allow a user to edit any row (or cell) of data and tab around and arrow round in the data much like an Excel spreadsheet. Is this possible?
I have done some searching on the internet and I just bought âProfessional ASP.NET 3.5 SP1â, but I havenât found anything so far. I would appreciate any help that I can get, because I am pretty new to ASP.NET.
Thank You!
Mark
|