Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 6th, 2006, 12:15 AM
Friend of Wrox
 
Join Date: Feb 2006
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gaurav_jain2403
Default How to run pages at client?

hello friends...
I have got a problem here. I am making an application in which I want to send the login_Page to the client side from SERVER without his doing anything. Then when he enters correct user name and password, He will be asked to wait. After sometime 30 minutes Test will be begin. After 30 minutes, test will end . I want to handle all these things from server without client requesting anything ...
Help me ....and thanks in advance

Gaurav
__________________
Gaurav
 
Old February 7th, 2006, 02:29 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Are you intending to do this with a web application? (You mention pages but make no direct reference to the application type your want to build.)

You can't do this with the server alone. You could write JavaScript to make this happen.

-Peter
 
Old February 7th, 2006, 10:52 PM
Friend of Wrox
 
Join Date: Feb 2006
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gaurav_jain2403
Default

Peter, Very very thanks to you. Yes, I am intending to do this in Web application(ASP.NET and VB.NET). Are you sure we can't do this with server alone... Does that mean that client has to initiate? I haven't used JavaScript. Do I need to write JavaScript code in HTML Page Sript or somewhere else? Thanks again.
 
Old February 8th, 2006, 03:58 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Gaurav,

I am going to repeat your requirements for clarity.

 
  • An individual connecting to a URL from a web browser would be served a login page.
  • The user should enter a username and password- but not click any buttons. NOTHING should happen for 30 minutes.
  • After waiting the specified time a test should be displayed on the screen.
  • After another 30 minutes, the test would end.
  • Through this whole thing, no server communication should take place


If these are your requirements- I'd first ask WHY you would want to do such a thing. But forgetting that, you won't be able to do this without developing part of it in Javascript.


Hal Levy
Please do your own homework.
I am here to help you, not do it for you.
I do not have sample code for anything
 
Old February 8th, 2006, 11:07 PM
Friend of Wrox
 
Join Date: Feb 2006
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gaurav_jain2403
Default

 I want to do this because It is a test which will take place in an Office where all the candidates will sit together on different systems. But I dont know how the connection with them will be made initially. Also, I am worried about how server will send questions after every minute and how the test will end after 30minutes?Please help me ...
 
Old February 9th, 2006, 10:36 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

It seems you have fundemental requirements gathering to finish before you come up with an architecture. Google for "ASP.NET Timer"... that might give you some ideas.


Hal Levy
Please do your own homework.
I am here to help you, not do it for you.
I do not have sample code for anything





Similar Threads
Thread Thread Starter Forum Replies Last Post
Run ASP/HTML Files from Client to Server rauf BOOK: Beginning ASP 3.0 1 November 11th, 2008 02:01 PM
Write Files in another Domain (Run in Client) Maritza ASP.NET 2.0 Professional 1 February 26th, 2008 01:16 PM
How does a client update their pages? neddyoats Classic ASP Basics 1 January 27th, 2007 12:02 PM
How to run asp pages in IIS femina ASP.NET 1.0 and 1.1 Basics 20 February 22nd, 2006 12:31 PM
what I need to run on other client melvik C# 4 April 17th, 2004 08:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.