Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 1 to 25 of 36
Search took 0.01 seconds.
Search: Posts Made By: hasanali00
Forum: BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 April 19th, 2007, 11:53 AM
Replies: 1
Views: 1,388
Posted By hasanali00
Using TheBeerHouse

Hi

I am just started using the code.

In Visual Web Developer Express Edition, when I build the site, I get this error:

An error occurred creating the configuration section handler for...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution July 13th, 2006, 04:58 AM
Replies: 3
Views: 1,603
Posted By hasanali00
Session inactivity

Hi

I am running my whole site accordign to this book.

For the admin pages, I want the admin user to remain logged in to the system for atleast 1 hour.

In the web.config, I have set the...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution November 16th, 2005, 12:23 PM
Replies: 3
Views: 1,141
Posted By hasanali00
Englere, your scarcastic remarks always put a...

Englere, your scarcastic remarks always put a smile on my face. I know there have been 2 recent posts regarding namespace and for them teh solution was to leave this book and choose something...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution November 15th, 2005, 08:54 AM
Replies: 3
Views: 1,141
Posted By hasanali00
Problems with namespaces (I think)

I need some help in accessing a class in another project.
I have a C# class whose physical location is: Project\Modules\Basket\Shoppingcart.cs

The namespace for Shoppingcart.cs is:
namespace...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution October 8th, 2005, 07:53 AM
Replies: 3
Views: 2,151
Posted By hasanali00
I guess you are referring to this line: result...

I guess you are referring to this line:
result = Convert.ToDecimal((int)command.Parameters["ReturnValue"].Value);

If I take the (int) out, then I get a cast exception
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution October 7th, 2005, 09:11 AM
Replies: 3
Views: 2,151
Posted By hasanali00
Returning Decimal values from database

One of my table column type is decimal(18,3). I use this column to store Weight values in kilograms, so it stores values in 0.500 (500 grams) or 5 (5 kilograms)

Now I am trying to get the value...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution October 7th, 2005, 08:53 AM
Replies: 2
Views: 9,623
Posted By hasanali00
:):D[8D]

:):D[8D]
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution September 21st, 2005, 06:51 AM
Replies: 2
Views: 9,623
Posted By hasanali00
Requested registry access is not allowed

I am running thePhile code on a hosted web server and I get following error:

[SecurityException: Requested registry access is not allowed.]

I believe englere has given some solutions for this...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution August 12th, 2005, 04:35 AM
Replies: 2
Views: 1,356
Posted By hasanali00
100% correct :D

100% correct :D
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution August 11th, 2005, 03:39 AM
Replies: 2
Views: 1,356
Posted By hasanali00
Is it worth have sperate data and business layers

I love the notion of n-tier architecture. Functionality can be spread accross the layers and changes in one layer shoudl not affect another.

However, as I develop my application, i am becoming...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution June 30th, 2005, 05:12 AM
Replies: 1
Views: 2,430
Posted By hasanali00
Catching NULL values

Just imagine that the CategoryID column in News_News table has a null value.

Now if call
public NewsDetails GetDetails(int newsID)
{......
if (news.Tables[0].Rows.Count > 0)
{
DataRow...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 20th, 2005, 04:09 AM
Replies: 3
Views: 1,209
Posted By hasanali00
can't u simply copy the bin folder and all the...

can't u simply copy the bin folder and all the aspx / ascx files onto the server
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 19th, 2005, 10:41 AM
Replies: 3
Views: 997
Posted By hasanali00
You are right in everything u have said. As I dig...

You are right in everything u have said. As I dig deeper into the book, I also noticing a lot of descrepencies. But still authors have done a good job showing how .net works altogether.

You wrote:...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 19th, 2005, 04:29 AM
Replies: 3
Views: 997
Posted By hasanali00
Redirecting a user after loggin in

Why doesnt ThePhile put the secure pages in the web.config like:

<location path="Checkout.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 18th, 2005, 09:35 AM
Replies: 1
Views: 7,137
Posted By hasanali00
Primary Key Violation error code

Just for your info, 2601 is the number used as the primary key violation code in the ThPhile.

However, 2601 was not working for me. VS.net debugger displayed 2627 as the error code. I used 2627 to...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 16th, 2005, 09:47 AM
Replies: 1
Views: 9,654
Posted By hasanali00
well this is how i managed to sort this out: ...

well this is how i managed to sort this out:

if vs stops recognising projects: then remove them from sloution, remove the references from other projects, Build solution. Then add those projects...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 16th, 2005, 04:55 AM
Replies: 1
Views: 9,654
Posted By hasanali00
'Duplicate 'AssemblyTitle' attribute' errors

Even though this post does not directly relate to thePhile, but as i am following the same development appraoch, i have posted this message here.

I have a solution file inside VS which contains a...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 14th, 2005, 02:08 PM
Replies: 7
Views: 3,413
Posted By hasanali00
this file 'thephile-database-backup' comes with...

this file 'thephile-database-backup' comes with the code. I already have used this file to setup the DB. But still a lot of stored procedures are missing, like: sp_Accounts_GetPermissionsInCategory
...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 14th, 2005, 11:02 AM
Replies: 7
Views: 3,413
Posted By hasanali00
which file should i use from the code download to...

which file should i use from the code download to get the latest database files.

i have downloaded this filr=e...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 14th, 2005, 08:34 AM
Replies: 1
Views: 926
Posted By hasanali00
Accessing Web.config frequently

Instead of using custom configuration files, I am using web.config to hold some values, like:

<add key="Company" value="1" />

And almost all of my aspx pages access web.config to get these...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 14th, 2005, 05:07 AM
Replies: 4
Views: 1,096
Posted By hasanali00
truely, thats one hell of a invisible link,...

truely, thats one hell of a invisible link, thanks a lot
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 14th, 2005, 03:54 AM
Replies: 4
Views: 1,096
Posted By hasanali00
I am a strantch believer in searching. To be...

I am a strantch believer in searching.
To be perfectly honest with you, I DID search before posting.

But p2p does not provide a good search facility. I cannot search only in the 'ASP.NET Website...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 14th, 2005, 03:48 AM
Replies: 3
Views: 1,078
Posted By hasanali00
You have a good sense of humor. Yes, I know it....

You have a good sense of humor. Yes, I know it. But I dont think there is 'E-commerce programming' book forum on p2p. thats why i have posted the question here. I thought if u r familiar with...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 13th, 2005, 11:06 AM
Replies: 4
Views: 1,096
Posted By hasanali00
Registering a new user

How does thephile register a new user. The primarary key of Accounts_Users is UserID, which is automatically incremented.

And the stored procedure sp_Accounts_CreateUser does not check if an...
Forum: BOOK: ASP.NET Website Programming Problem-Design-Solution April 13th, 2005, 10:54 AM
Replies: 3
Views: 1,078
Posted By hasanali00
GadgetsWarehouse: RelatedProducts

Are u familiar with the 'e-commerce book'. if u are , i ahev a question about product database.

My question is about RelatedProducts. If product1 is related to product2, does it also mean that...
Showing results 1 to 25 of 36

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.