Search

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

Matching Posts

  • Re: Sub Domain Question

    Thanks satalaj, I am quite new to this and while the links my make sence to some one who understands this, I did not ! Please can you explain to me what the links were telling me ??? or a simple answer posted here !! thanks
    Posted to Configuration and Deployment (Forum) by ChrisYard on 11/23/2009
  • Sub Domain Question

    Hi all, Sorry for the really noob question, with a sub domain - is it a seperate domain or is it the same domain ?? So for example I have www.widget.com for the UK but I want a sub domain for France, Spain and so on so it would become www.france.widget.com and www.spain.widget.com so would these all come under the www.widget.com domain or new ones for each ??? Again sorry for the really noob question, but it is something I have been asked and I am not sure of the answer. Thanks in advance Chris
    Posted to Configuration and Deployment (Forum) by ChrisYard on 11/23/2009
    Filed under: Configuration and Deployment
  • Re: Sub Domain Question

    Again, Thank you satalaj, I think I am starting to understand it now. When I upload via VWD2008 I find my FTP site for widget.com and I can upload it there, if I was to uplaod to france.widget.com I would be using a different IP address in the FTP bit... correct ??? so this would make it 2 different domain or just one domain and two different IP address ???? I hope I have started to understand this. Thanks Again Chris
    Posted to Configuration and Deployment (Forum) by ChrisYard on 11/23/2009
  • Roles & Grid View Help

    Hi all, Sorry for the simple looking question, I am trying to create a gridview that shows the membership.roles as the header and all users in thoses roles to be listed under that header. I created the gridview with static headers, but that was no good as if I added a new role that would mean me recoding, how can I do this ?? Thanks Chris
    Posted to Data Presentation Controls (Forum) by ChrisYard on 10/3/2009
    Filed under: Data Presentation Controls
  • Re: sending an email with a .txt file

    Ok, after some searching of the net late nast night, I am going to try and send an .html file. againg how do I make the html file the body of my email ??? Sorry if these are really simple question, I am still learning Chris
    Posted to Web Forms (Forum) by ChrisYard on 9/19/2009
  • sending an email with a .txt file

    Hi All, I have a web site that will be sending emails, I have the emails written in a .txt file stored with in the website. I have a problem when it comes to sending these files.... I don't know how to.. I can send an email where I have inserted msg.body = "This is a test mail", that is a problem I just can't get it to use the txt files and not sure where to start. Also with in the body of the email txt file I have a link back to my site with a query string and as the query string
    Posted to Web Forms (Forum) by ChrisYard on 9/18/2009
    Filed under: web form
  • Re: sending an email with a .txt file

    Thank you I have tried this Dim sr As System.IO.StreamReader sr = New System.IO.StreamReader(Server.MapPath( "site directory" ) + "\\default.txt" ) msg.Body = sr.ReadToEnd() sr.Close() and I am getting an error:- Could not find a part of the path 'C:\Documents and Settings\xxxxxxxxxx\Desktop\LCI\site directory\default.txt'. please help
    Posted to Web Forms (Forum) by ChrisYard on 9/18/2009
  • Multi Lingual site advice

    Hi all, I have created a web site in English and now the boss wants it to be Multi Lingual, I have looked at How Do I: Create a Multi-Lingual Site with Localization? which was a great help and really answers part of my question, but I was wondering if this is the best way of doing it.. What I mean by that is I have one web address that will serve many languages, or I set up multi web sites depending on language and just update as needed. If I go with the first option I can see the benifits but also
    Posted to Localization (Forum) by ChrisYard on 8/27/2009
    Filed under: Web Forms
  • Re: Referring Sites Help

    Can anyone help me on this as I am still having a problem with it. Is there any good links I good read up on to try and work it out Thanks Chris
    Posted to Web Forms (Forum) by ChrisYard on 8/14/2009
  • Re: Referring Sites Help

    Hi all, I have tried everything that has been suggested and I am still getting the current url and not the previous url. What am I doing wrong. I have uploaded to the live site and it is still doesn't show me that I came from google. Do I need to include any Imports ?? if so which ones Partial Class _Default Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim sPreviousURL As String If (Request.UrlReferrer IsNot Nothing)
    Posted to Web Forms (Forum) by ChrisYard on 8/11/2009
Page 1 of 15 (141 items) 1 2 3 4 5 Next > ... Last »