Noctcrawler
Programmer
- Aug 30, 2012
- 1
In windows form programming, I could use a DataGrid, but what do I use in web programming that isn't so static? The web DataGrid is just too static and would make it take too frustrating for the user. I need to be able to provide the user, an easy way to input as many groups of numbers (phone number Extensions) as necessary, in a single column grid, so they can type in a number, press the TAB or Down Arrow key (to go to the next cell down), enter another number, and then keep on going until they are done. How can I accomplish this using VB.NET and ASP.NET?