R
Rockn
I am trying to run through a tutorial on this page:
http://www.asp.net/learn/data-access/tutorial-01-vb.aspx
I have created the SuppliersRow class with the method GetProducts() and also
created the SuppliersAndProduct.aspx page as well as the onLoad event
handler. When I hover over the top part of the source for the page that
reads:
<%@ Page Language="VB" CodeFile="SuppliersAndProducts.aspx.vb"
AutoEventWireup="true" Inherits="SuppliersAndProducts" %>
I get the squiggly underline and the intelisense says that Type
'Northwind.SuppliersRow' is not defined.
When I look in the class viewer SuppliersRow is listed and GetProducts does
show up as a method.
Thanks
http://www.asp.net/learn/data-access/tutorial-01-vb.aspx
I have created the SuppliersRow class with the method GetProducts() and also
created the SuppliersAndProduct.aspx page as well as the onLoad event
handler. When I hover over the top part of the source for the page that
reads:
<%@ Page Language="VB" CodeFile="SuppliersAndProducts.aspx.vb"
AutoEventWireup="true" Inherits="SuppliersAndProducts" %>
I get the squiggly underline and the intelisense says that Type
'Northwind.SuppliersRow' is not defined.
When I look in the class viewer SuppliersRow is listed and GetProducts does
show up as a method.
Thanks