Search

You searched for the word(s): userid:274235

Matching Posts

  • Re: Login & Redirects the Browser

    Sorry I misread your question. It will only redirect to default.aspx if there is no return url. i.e. If you go directly to the login page http://www.contoso.com/login.aspx and login, it will then redirect you to the default.aspx page If you try to access the caller.aspx page having not logged in you are redirected to the login page http://www.contoso.com/login.aspx?ReturnUrl=caller.aspx after logging in you are redirected to the caller.aspx page Hope this helps, by the way what do you want to do
    Posted to Commerce Starter Kit (Forum) by Paul H on 11/25/2003
  • Re: Login & Redirects the Browser

    See below, not too sure how to explain it though,its part of the forms authentication class. System.Web.Security.FormsAuthentication.GetRedirectUrl Public Shared Function GetRedirectUrl(ByVal userName As String, ByVal createPersistentCookie As Boolean) As String Member of: System.Web.Security.FormsAuthentication Summary: Returns the redirect URL for the original request that caused the redirect to the logon page. Parameters: userName: Name of the authenticated user. This does not have to map to a
    Posted to Commerce Starter Kit (Forum) by Paul H on 11/20/2003
  • Re: Starting from the beginning

    I've been there! I only started a few months ago (last time I programmed it was on a Commodor Pet if anyone remembers them 16K). The company I work for allowed me to buy VisualStudio.NET which I use to edit/change the code. Not too sure about Webmatrix. I installed a new network recently so we have a new server with Win2K, IIS, .NET framework 1.1 and SQL server (not sure what the min spec required is). Basically I develope the site inhouse on this server and then upload the changed files to my webhosts
    Posted to Commerce Starter Kit (Forum) by Paul H on 11/3/2003
  • Discount or Price Breaks

    Has anybody devised a way to apply discounts or quantity price breaks? Any suggestions how I would go about this? Thanks, Paul
    Posted to Commerce Starter Kit (Forum) by Paul H on 10/15/2003
  • Re: Form validation problem

    Got it working by adding " If Page.IsValid = True Then" at the beginning of the SubmitBtn_Click event handle. Still can anyone explain why it worked locally and not when hosted with the ISP? Thanks, Paul
    Posted to Commerce Starter Kit (Forum) by Paul H on 10/14/2003
  • Form validation problem

    I have added some textboxes to the checkout (submit order) page, so the customer can enter an order number and some delivery details. When run locally on our server the validaton works fine and the user must enter details in each textbox to progress. However when uploaded to our ISPs server the customer can hit the submit button without filling in any information in the textboxes. The page then reloads with the 'checkout complete' heading and the validation error for each control (too late). Any
    Posted to Commerce Starter Kit (Forum) by Paul H on 10/14/2003
  • Re: OrdersDetail error on commerce starter kit code

    Hi there, Firstly I'm a novice (at this 3 months) so this could be total BS but I'm sure some one will correct me if I'm wrong. Check the output parameters in your stored procedure against the ones required for the dataset, one could be missing. Hope this is of some help. Paul
    Posted to Commerce Starter Kit (Forum) by Paul H on 10/12/2003
  • Re: Hosting Recommendations w/ SQL Server 2k ?

    If you are not bothered about the location (presume your in USA), I'm in Ireland and I use Webhost.ie. 8 Euro per month w/o SQL add 20 Euro for basic pack with SQL 10MB. There is also a once off setup fee. You can pay be credit card. Check it out...... http://www.webhost.ie/hosting/hosting-plans.shtml All the best! Paul
    Posted to Commerce Starter Kit (Forum) by Paul H on 10/12/2003
  • Re: Currency problem

    Just in case anyone else in Euroland has the same problem, my ISPs tech support solved the problem they modified the web.config file and added culture="en-IE" to the Globalization <globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-IE" /> Its working fine now, displaying the Euro symbol.
    Posted to Commerce Starter Kit (Forum) by Paul H on 9/7/2003
  • Currency problem

    I'm based in Ireland (for my sins!) I have installed the Commerce kit locally on our Win2k Server (running SQL Server). I'm confused, when the application is running locally on our Win2k server and viewed on one of our XP workstations the currency is Euro, when viewed on the Win2K Server itself its Dollars and with the appliction hosted with our ISP its in IR£ (old Irish Pounds). The currency on our Win2K Server is set to Euro. Any ideas where the problem lies? Thanks in advance! Paul H
    Posted to Commerce Starter Kit (Forum) by Paul H on 8/26/2003
Page 1 of 2 (11 items) 1 2 Next >