Chapter 9. Data Binding in Web Forms

Now we will move on to Web Forms. We have not done too much with Web Forms until now. Because of this I will be a little more detailed in my instructions when it comes to creating the example projects. But relax, because in the .NET world, creating a Web Form is very similar to creating a Windows Form. As a matter of fact, because of the nature of the Web, Web Forms are much simpler than Windows Forms in many ways. For one thing, we do not have to respond to every move the user makes when entering data because there are no events that fire back to the server, due to the limitations of web-based architecture. As with Windows Forms, there are many controls that can be bound, and there is a Web DataGrid control. ...

Get ADO.NET Programming in Visual Basic™ .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.