Click here to Skip to main content
15,886,873 members
Articles / Web Development / ASP.NET

Auto-update GridView row and place the next row in Edit mode by pressing Tab

Rate me:
Please Sign up or sign in to vote.
2.67/5 (2 votes)
26 Jul 2007CPOL2 min read 78.8K   1K   28  
Easily add necessary code to a control's keypress event to trap the TAB key, fire the GridView row's Update method, and place the next row in Edit mode.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I.T. Consultant for 16 years, currently programming in .Net 2.0 and SQL Server 2005/Oracle

Comments and Discussions