Chapter 17 - Datagrid Updates Project
Dear all,
I've copied the code into for this example into my webform, but when I run the code, I get nothing in my Internet browser. No datagrid, no nothing. Afterwards I changed the objConnection code to
objConnection = New SqlConnection("Server=localhost;Initial Catalog=Pubs;User ID=ydv;") or objConnection = New SqlConnection("Server=localhost;Initial Catalog=Pubs;Integrated security=true")
but everytime an empty screen.
When I try to open the example project from the book, which I downloaded, I get this error message:
---------------------------
Microsoft Development Environment
---------------------------
Visual Studio .NET cannot create or open the application. The likeliest problem is that required components are not installed on the local Web server. Run Visual Studio .NET setup and add the Web Development component.
---------------------------
OK Help
---------------------------
What do I do wrong?
Thank you for your help
|