Hey all. I am working on publishing a website called www.politicalpunk.org. One of the features I want to incorporate into my project is user comments and also a repeating table on my default page for top headlines.

Instead of creating an entirely new database I have been working on integrating this project http://msdn.microsoft.com/msdnmag/is...efault.aspx#S3 as a means to post user comments and also to use the repeating table template. I know this project is more than what I am looking for, but I am trimming where I see fit.

After adding his database and his App_Code and his web.config I tired to load the page where i get the error line'comment_editcommand' is not a member of default.aspx

Anyone know why I am getting this exception? I get three erors all like this, but the others are 'comment_createcommand' and something else. I am unable to get the page to load. ANy help or do you all need more details? Is this an error that is possibly in the .vb file? I have heard talk of the problem being in the back code and having something to do with event handlers, but PLEASE I need some help!