help me
-
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: //////////////////////////////////////////////////////
-
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: //////////////////////////////////////////////////////
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!