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
  1. Home
  2. Web Development
  3. ASP.NET
  4. simple beginer level question

simple beginer level question

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminwindows-adminhelp
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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    i am tring to run this simple example of asp.net after installing iis and freamwork but when i execute following example ////////////////////////////////////////////////////// Sub Page_Load() time.text=Hour(Now) & ":" & Minute(Now) & ":" & Second(Now) End Sub The Punctual Web Server

    Welcome

    In WebServerLand the time is currently: /////////////////////////////////////////////////// then it only display this message Welcome In WebServerLand the time is currently: i dont know why it does not display the proper ouput of line given below. could any body help me in this regard

    D 1 Reply Last reply
    0
    • A Anonymous

      i am tring to run this simple example of asp.net after installing iis and freamwork but when i execute following example ////////////////////////////////////////////////////// Sub Page_Load() time.text=Hour(Now) & ":" & Minute(Now) & ":" & Second(Now) End Sub The Punctual Web Server

      Welcome

      In WebServerLand the time is currently: /////////////////////////////////////////////////// then it only display this message Welcome In WebServerLand the time is currently: i dont know why it does not display the proper ouput of line given below. could any body help me in this regard

      D Offline
      D Offline
      dratcha
      wrote on last edited by
      #2

      i am guessing that "time" is a label. You are setting the text of the label in the script but not calling it in the html portion. It should look like this: Welcome In WebServerLand the time is currently:

      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