Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

pjackson18

@pjackson18
About
Posts
9
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cache directory
    P pjackson18

    One of the php files has the following lines of code. I don't know what path I should put in here '$rss->cache_dir = ? '. I've copied in the instructions below. header('Content-type: text/xml'); // include lastRSS include "lastRSS.php"; //path to lastRSS.php on your server from this script ("bridge.php") // Create lastRSS object $rss = new lastRSS; $rss->cache_dir = 'cache'; //path to cache directory on your server from this script. Chmod 777! $rss->date_format = 'M d, Y g:i:s A'; //date format of RSS item. See PHP date() function for possible input.

    PJ

    ASP.NET question workspace

  • Cache directory
    P pjackson18

    I want to use an AJAX control on an ASP Net page. The setup instructions require a path to my cache directory. What's required in setting up a cache directory?

    PJ

    ASP.NET question workspace

  • CDATA and XSL
    P pjackson18

    I have been trying to transform XML with the .net xml transforms control. One of the elements has CDATA sections, how do I isolate the first CDATA section and read the text from it and not the other? Also when I try to include the image in the xml transform control all I get is the image string and not the image itself. Can I include images when i'm transforming data with xsl and the xml transform control. ]]> Sorry if my question is poorly written, i've never really used xsl. Paul

    PJ

    XML / XSL question xml csharp

  • Word and asp.net
    P pjackson18

    For those who are interested here is the code that opens a word document in the browser... Dim fi As New System.IO.FileInfo(Request.QueryString("file")) Response.ClearContent() Response.ClearHeaders() Response.AddHeader("Content-Disposition", "inline; filename=" + fi.FullName) Response.AddHeader("Content-Length", fi.Length.ToString()) Response.ContentType = "application/ ms-word" Response.WriteFile(fi.FullName) Response.Flush() Response.End()

    PJ

    ASP.NET csharp asp-net question

  • Word and asp.net
    P pjackson18

    I would like to display contents of word documents in an Asp.net page using .net 1.1. I can open the documents and write the contents to a text property of a control, I have 3 questions I was hoping some could answer or possibly give me a pointer to a possible answer regarding word and ASP.Net. 1. Some documents have tables and other formatting, is it possible to display the formatting on a web page? 2. Is there a framework control that would make displaying contents easier? 3. Finally, each time I close my Asp.net application I get a word pop up saying the Normal.dot needs to be saved. This only happens when opening word documents with ASP.Net. Regards Paul

    PJ

    ASP.NET csharp asp-net question

  • Methods Description in Intellisense
    P pjackson18

    Can I describe a methods purpose through intellisense in the visual studio designer. I can see the required parameters of the method, I would like to add a description as well. I'm using VB.Net on framework 1.1. -- modified at 2:50 Tuesday 31st October, 2006

    PJ

    Visual Basic csharp visual-studio

  • Form load
    P pjackson18

    Thanks for you help! It's a bit wet here in Sydney

    PJ

    Visual Basic question

  • Form load
    P pjackson18

    Thanks for you help!

    PJ

    Visual Basic question

  • Form load
    P pjackson18

    I'm calling a form with the show method, i would like to pass in a value from the calling form to the called form, to be used in form_load event. How can I do this?

    PJ

    Visual Basic question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups