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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Holy Idiot....

Holy Idiot....

Scheduled Pinned Locked Moved ASP.NET
helpcsharplearning
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Varindir Rajesh Mahdihar
    wrote on last edited by
    #1

    :confused: I really need to buy a book or get a tutor :confused: .... making the transition for C ++ to this .NET Stuff......... I made a change to a default.aspx form which has a default.aspx.vb code file. I "built the file", and copied it over to my web site, and i get the following error: The file '/mytestwebsite/Default.aspx.vb' does not exist. i'm getting the jist that it's not THIS simple... any help appreicated. Rajesh

    M 1 Reply Last reply
    0
    • V Varindir Rajesh Mahdihar

      :confused: I really need to buy a book or get a tutor :confused: .... making the transition for C ++ to this .NET Stuff......... I made a change to a default.aspx form which has a default.aspx.vb code file. I "built the file", and copied it over to my web site, and i get the following error: The file '/mytestwebsite/Default.aspx.vb' does not exist. i'm getting the jist that it's not THIS simple... any help appreicated. Rajesh

      M Offline
      M Offline
      Mircea Grelus
      wrote on last edited by
      #2

      You have uploaded just the default.aspx page to your website. What's new in ASP.NET is the so called codebehind page. In ASP classic you had to write your code in the same page that had the html tags. In ASP.NET the codebehind was introduced, to separate code from design. So the default.aspx page contains only the HTML tags. Your logic is in default.aspx.vb. You have to upload this file as well to your website. regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

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