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. help me

help me

Scheduled Pinned Locked Moved ASP.NET
helpquestiondesignsysadminwindows-admin
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.
  • I Offline
    I Offline
    imran_rafique
    wrote on last edited by
    #1

    any body plz help me this is a simple question of beginer Given output is shown by the code this code did not execute following line well.which shows the current time. although my web server is running well with asp pages.whats the problem with aspx pages can any body suggest its solution ? my dot net designer view is also not open (error: the designer for base class system.web.ui.pages is not installed)? is there any falt in iis or dot net ? tell me how to remove it ? output: ////////////////////////////////////////////////////// Welcome In WebServerLand the time is currently: ////////////////////////////////////////////////////// CODE: ////////////////////////////////////////////////////// void Page_Load() { time.Text=DateTime.Now.Hour.ToString() + ":" + DateTime.Now.Minute.ToString() + ":" + DateTime.Now.Second.ToString(); } The Punctual Web Server

    Welcome

    In WebServerLand the time is currently: //////////////////////////////////////////////////////

    M 1 Reply Last reply
    0
    • I imran_rafique

      any body plz help me this is a simple question of beginer Given output is shown by the code this code did not execute following line well.which shows the current time. although my web server is running well with asp pages.whats the problem with aspx pages can any body suggest its solution ? my dot net designer view is also not open (error: the designer for base class system.web.ui.pages is not installed)? is there any falt in iis or dot net ? tell me how to remove it ? output: ////////////////////////////////////////////////////// Welcome In WebServerLand the time is currently: ////////////////////////////////////////////////////// CODE: ////////////////////////////////////////////////////// void Page_Load() { time.Text=DateTime.Now.Hour.ToString() + ":" + DateTime.Now.Minute.ToString() + ":" + DateTime.Now.Second.ToString(); } The Punctual Web Server

      Welcome

      In WebServerLand the time is currently: //////////////////////////////////////////////////////

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #2

      Hmmm. Your code worked great for me, but I wrapped the whole thing in: [edit] -- the form tags go inside the body tags [/edit]

      ...your stuff...

      Maybe that's the problem. Marc Latest AAL Article My blog Join my forum!

      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