|
|
 |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0  | This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |
|

June 22nd, 2008, 12:50 PM
|
|
Registered User
|
|
Join Date: Jun 2008
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|

July 2nd, 2008, 10:49 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello, I am new in ASP.NET and Thank you for your VB code version Its great.
I am using MS Visual Web Developer 2008 when I open the code ,program suggest to convert into Visual Web Developer 2005 version and it wont let me do any changes.(Display, names etc)
I wondering if its possible to adapt these codes Visual Web Developer 2008 version , How can be done? or How can I change display thebeerhouse etc to adapt my own website?
Thanks for advance
kesper
|

August 28th, 2008, 12:37 PM
|
|
Authorized User
|
|
Join Date: May 2005
Location: Manchester, , United Kingdom.
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The link for the VB code does not appear to be working :(
|

August 28th, 2008, 12:40 PM
|
|
Authorized User
|
|
Join Date: May 2005
Location: Manchester, , United Kingdom.
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by jackandjo
The link for the VB code does not appear to be working :(
|
Sorry my mistake, just spotted the new link ;)
|

October 19th, 2008, 06:15 AM
|
|
Registered User
|
|
Join Date: Sep 2008
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have been download the VB code, I instaled it, but when I start, it post an error:
"TheBeerHouse_deploy.wdproj is not installed."
Also, when I run the project and try to open Store/Glasses or Gadgets...
it generate this error :
Server Error in '/TBH_Web' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Source Error:
Line 4:
Line 5: Namespace MB.TheBeerHouse.UI.Controls
Line 6: Partial Class ProductListing
Line 7: 'Inherits BaseWebPart
Line 8:
|

April 27th, 2009, 07:57 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Location: , , .
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by Winston
Line 7: 'Inherits BaseWebPart
Line 8:
|
I had this Page Compilation Error after downloading the final vb version and trying to view a product page. The error is there in the code you have pasted
- remove the ' from Line 7: 'Inherits BaseWebPart
and it works fine 
|

July 24th, 2009, 11:59 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Location: , , .
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Display Thread Count
Dear Jim,
I use VB version of TheBeerHouse.
I would like to display Record Count in Forums. I think there is easy way to display it from
SelectCountMethod="GetThreadCount". How can I do it? Your kind advices would be appreciated.
Thanks,
<asp:ObjectDataSourceID="objThreads"runat="server"DeleteMethod="DeletePost"SelectMethod="GetThreads"SelectCountMethod="GetThreadCount"
TypeName="MB.ThePrayerHouse.BLL.Forums.Post"EnablePaging="true"SortParameterName="sortExpression">
<DeleteParameters>
<asp:ParameterName="id"Type="Int32"/>
</DeleteParameters>
<SelectParameters>
<asp:QueryStringParameterName="forumID"QueryStringField="ForumID"Type="Int32"/>
</SelectParameters>
</asp:ObjectDataSource>
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |