ASP web interface
-
I am developing a Sketchup application that uses an ASP in C# interface that I want to connect to a web service. Is there anyone else who is developing or has developed something similar?
-
coujld you explain in a bit more detail what your goal is. if what you are looking for is getting your models online we have done that exact thing.
-
My main goal is to store parts into a database, import them into Sketchup, and manipulate them using a web interface, while keeping in sync with the database. I want the web service with sketchup both through the web page and directly, although I am current just interacting through the web page.
-
I would suggest having a look at somthing called hypercosm
-
Well, I haven't had many replies, although I do have another question.
When you use ASP in the web dialog, as far as I can tell, the ASP post-back doesn't work. I've gotten it to work in the development server. Do I need to use javascript post-back, or am I just missing something?
Advertisement