I am about to design my first web app here in the next few weeks. To begin to understand how web apps work I am using the Walk throughs in VS.Net.
I am attempting to connect my app to the pubs db on Sql Server 2000. The first page finally works! I get a list of book titles with their prices. The book title is a hyperlink with the ID as the identifer.
When you click on a book title the page is supose to update and display the details of the book, author, discount price, publish date.
When I click on a title I get an error message that says
"Index 0 is not non-negative and below total rows count."
I'm not sure where the code is incorrect. I followed the steps and with all the files and snipets of code I'm not sure what would be appropiate to post here. Thank you for your assistance
Jason Meckley
Database Analyst
WITF
I am attempting to connect my app to the pubs db on Sql Server 2000. The first page finally works! I get a list of book titles with their prices. The book title is a hyperlink with the ID as the identifer.
When you click on a book title the page is supose to update and display the details of the book, author, discount price, publish date.
When I click on a title I get an error message that says
"Index 0 is not non-negative and below total rows count."
I'm not sure where the code is incorrect. I followed the steps and with all the files and snipets of code I'm not sure what would be appropiate to post here. Thank you for your assistance
Jason Meckley
Database Analyst
WITF