Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 1st, 2009, 05:04 PM
Registered User
 
Join Date: Jun 2009
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
Default 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
 
Old June 1st, 2009, 05:10 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Mark,

It's possible, but not easy. Here's an example using a GridView:

http://blogs.msdn.com/mattdotson/articles/490868.aspx

For more ideas: http://www.google.com/search?hl=en&q...h&aq=f&oq=&aqi=

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
markar (June 1st, 2009)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Editable Dropdown list in ASP.NET Anypond BOOK: Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter ISBN: 978-0-7645-8807-5 5 February 17th, 2011 09:43 PM
Editable dropdown list kotaiah Java GUI 2 July 19th, 2008 07:32 PM
Editable Dropdownlist msbsam ASP.NET 2.0 Professional 1 March 31st, 2008 09:08 AM
Editable Gridview Shahzadcreative ASP.NET 1.0 and 1.1 Basics 0 November 6th, 2006 03:16 AM
editable datagrid .............help maddy137 ASP.NET 1.0 and 1.1 Professional 0 May 17th, 2006 07:33 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.