473,491 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

What is the C# equivalent to Java Applets?

I'm working on a project which will test users abilities to guess a
series of randomly generated pitches. The users need to be able to access
the program via the web and the results will either be saved on the server
hosting the webpage or will be emailed those evaluating the test. Is there a
C# equivalent to Java applets to allow my program to run on the web? Do I
need to use an Active Server Page? Or is ASP just a way to create dynamic
web pages? I would be greatful if someone could point me in the right
direction.

Thanks
Nov 15 '05 #1
2 2266
Hi

I guess Equivalent of Applets is Windows User Controls
in .NET.

Check the following site
http://msdn.microsoft.com/vstudio/do...tools/jlca/def
ault.aspx

HTH
Ravikanth[MVP]

-----Original Message-----
I'm working on a project which will test users abilities to guess aseries of randomly generated pitches. The users need to be able to accessthe program via the web and the results will either be saved on the serverhosting the webpage or will be emailed those evaluating the test. Is there aC# equivalent to Java applets to allow my program to run on the web? Do Ineed to use an Active Server Page? Or is ASP just a way to create dynamicweb pages? I would be greatful if someone could point me in the rightdirection.

Thanks
.

Nov 15 '05 #2
As the MVP said, Windows Forms Controls. They work a lot like ActiveX
controls, but run in a sandbox (security can be loosened in small pieces -
see the documentation). You don't have to use anything Microsoft on the
server side. JSP is just fine. However, on the client side, you will need
IE 5.5 or IE 6. They won't work with IE 5 or any version of Netscape at
this time.

One thing - it's easy to use Web Services to communicate to a web server
from one of these Controls. You might want to check that out.

"erik" <er***@u.washington.edu> wrote in message
news:OK**************@TK2MSFTNGP09.phx.gbl...
I'm working on a project which will test users abilities to guess a
series of randomly generated pitches. The users need to be able to access
the program via the web and the results will either be saved on the server
hosting the webpage or will be emailed those evaluating the test. Is there a C# equivalent to Java applets to allow my program to run on the web? Do I
need to use an Active Server Page? Or is ASP just a way to create dynamic
web pages? I would be greatful if someone could point me in the right
direction.

Thanks

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
5749
by: Dave D | last post by:
I just read something that spooked me. I'm a newbie working my way through "SAMS Teach Youself Java 2 in 21 Days." I used to code a bit in Symantec's Visual Cafe for Java about 3 years ago, but...
1
4679
by: Put 030516 in email subj to get thru | last post by:
I have a nice little applet on my web page at: www.benslade.com/pictures/2003/jul/alaska/images/Ben's_Alaska_Vacation_Slideshow.html (yes, that's an apostrophe in the URL, sorry) It runs fine...
1
3373
by: Justin | last post by:
Hi, We are researching options on which technologies to use for an advanced web application. We are planning on using DHTML as much as possible, but there are a few components that require more...
1
2544
by: Jim Westwood | last post by:
Is it possible to write java applets in the python language. is that what jython does? I would realy like to write an applet but i dont know any java. I do have some python experience. Can you...
40
3113
by: Eitan | last post by:
Hello, I know Java-Applet (written for JBuilder). I would like to know about dotnet technology, pros and cons in comparation to Java-Applet technololgy. Can I write a program in dotnet, like...
12
4734
by: Wladimir Borsov | last post by:
On one of my web pages there is an java applets which works fine on my computer. However I noticed on some other computer that the run of java applets are disabled. I got an error message...
1
1366
by: shreesh | last post by:
What is equivalent to JAVA Applets in ASP.NET? Like in JAVA Applet it is first downloaded to the clients computer and then user can use it interactively,how it can be done in ASP.NET...
11
1727
by: Eric Dan | last post by:
Hi, This may sound a trivial question but I didn't find (yet) the equivalent of ..NET to ActiveX controls (good old COM way :-) ) or Java applets which I am not familiar with but I understand...
0
7115
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7360
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5451
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4881
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4578
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3086
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1392
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
280
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.