Results 1 to 17 of 17
Thread: connect Java applet with asp.net
- 04-13-2011, 06:15 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
connect Java applet with asp.net
I designed site so to put a sketch of the buildings i make the sketch by program Java applet
I want to connect these graphics (Sketch) with my site (which is designed by asp.net + # c)
the site is connected with database (which is designed by SQL Server Management Studio Express) , site allows a user to change the sketch of the buildings (add new rooms and new floors)
so any change in sketch must change in database
thanks
- 04-14-2011, 08:40 PM #2
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
please help help help help me
- 04-15-2011, 03:11 AM #3
- 04-15-2011, 05:10 AM #4
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
this is my question ???
- 04-15-2011, 05:49 AM #5
No I was asking how to submit a sketch the manual way.
Also why even connect to your site when you can connect to the database directly?
- 04-17-2011, 02:08 PM #6
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
i wont to put the sketch to my website , so when the user log in to the site , he find his sketch and he can modify in it (in the database there is table about how many room and floor in the building )
so when the user modify sketch in the website ,the site must Modify the database automatically
- 04-17-2011, 10:15 PM #7
Then what does this have to do with Java? You need javascript and other tools to do this, not Java.
- 04-18-2011, 12:04 AM #8
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
i draw the sketch withe java applet
i wont the way to connect asp.net withe java applet
thanks
- 04-18-2011, 01:56 AM #9
I don't really understand how you want to do this. ASP.NET is a server-side language. It spits out HTML to the browser. If you want to connect to a javascript function on the page from your applet, you will need to look into LiveConnect.
- 04-18-2011, 03:04 PM #10
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
OK how can i make it in java script
thanks
- 04-18-2011, 07:25 PM #11
Well your Java applet will have to communicate with javascript on the page to sned the sketch to the server. LiveConnect - Wikipedia, the free encyclopedia
- 04-25-2011, 06:35 PM #12
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
hi i do not understand this ????
what i will write in java script?
- 04-26-2011, 12:32 AM #13
Look, for you to communicate with a web server/database, you either need to use plain HTML connection, call javascript functions that will send the image, or directly connect to the database (best and most secure option).
- 05-04-2011, 05:08 PM #14
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
ok
how can i connect java applet with database (Microsoft SQL Server 2005)
thanks
- 05-04-2011, 07:17 PM #15
- 05-06-2011, 12:19 PM #16
Member
- Join Date
- Apr 2011
- Posts
- 9
- Rep Power
- 0
thanks
how can i put column in database about (the name of the sketch ) which is building in java applet ?
- 05-06-2011, 11:33 PM #17
Similar Threads
-
Connect Java to SQL
By ŖàΫ ỏƒ Ңόρę in forum New To JavaReplies: 6Last Post: 12-31-2010, 12:16 PM -
applet class inside java.applet.* or java.awt.*
By Manish87 in forum Java AppletsReplies: 1Last Post: 09-27-2010, 03:15 PM -
connect two applet
By dg_iiita in forum Java AppletsReplies: 0Last Post: 02-15-2008, 02:59 PM -
Connect applet with mysql
By baltimore in forum Java AppletsReplies: 1Last Post: 08-07-2007, 07:39 AM -
Connect applet with mysql
By Felissa in forum Java AppletsReplies: 3Last Post: 07-05-2007, 07:26 PM
Bookmarks