ASP .NET Forum and Datagrid help?
-
How would i be able to tell if there is a problem with my ASP side code? For some reason, my forum.aspx.vb code doesn't ever get called. I have a feeling that the problem lies somewhere within my datagrid code. Is there a way to step through my asp code line by line? Or get Visual Studio .Net to show me where the problem is at runtime? Here's what i'm trying to do --------- What i've done is transfer all of the code for the forum application found here http://www.codeproject.com/aspnet/itcnforum.asp into a .NET project. I'm not using the DLLs. I've used the admin code to create my discussion areas so now i'm in the client side of things. When i load the Forum.aspx page, the datagrid doesn't get populated. The Forum.aspx.vb doesn't actually get run either. Would anyone be able to look at the following Forum.aspx modification and lemme know what could be wrong? Could it be the stylesheet? <%@ Page language="vb" Inherits="forum.forumApp.viewAllRecords" CodeBehind="forum.aspx.vb" AutoEventWireup="false" %> <%=pageTitle%> <!-- if (window != window.top) { top.location.href = location.href; } // -->