answersLogoWhite

0


Best Answer

First of all, which do you need? An application which bases on Net FrameWork or a website which uses asp 2.0 technical?

The answer of the two questions is that both of them are achievable. To display .dwg on asp 2.0, you need: * to use: a development tool which support Net FrameWork (e.x. Visual Studio 2008) * to make sure you know: a development language (e.x. VB, C#) * to get: a .dwg viewer ActiveX control (e.x. ocx) Main idea of making a web based application - Add COM components in your project.

Main idea of making a website page - Add referecne in your website.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you display .dwg file on asp 2.0?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When was Camilla Asp born?

Camilla Asp was born on September 20, 1976.


How do you spell 20-90 in Spanish?

http://www.donquijote.org/spanishlanguage/numbers/numbers1.asp should help you! Buena Suerte!


Your neon keeps blow-en the fuse that is in the spot that says FD asp 20 amp gas?

You have an electrical short.


What are the release dates for The Kelly File - 2013 2014-01-20?

The Kelly File - 2013 2014-01-20 was released on: USA: 20 January 2014


What are the release dates for The Kelly File - 2013 2014-02-20?

The Kelly File - 2013 2014-02-20 was released on: USA: 20 February 2014


What are the release dates for The Kelly File - 2013 2013-11-20?

The Kelly File - 2013 2013-11-20 was released on: USA: 20 November 2013


What are the release dates for The Kelly File - 2013 2013-12-20?

The Kelly File - 2013 2013-12-20 was released on: USA: 20 December 2013


Display the result of winter 2008 diploma exam?

12 to 20 feb


What is the maximum number of pages that the print preview option can display at a time?

20


How do you write an ActionScript block of code to initialize a counter to 0 then have it display a name 10 times?

for(i:uint = 0; i < 10; i++){//display name code}I have no idea where you are trying to display a name, here are some options1.trace("name");2.var textbox:TextField = new TextField();textbox.x = 20;textbox.y = (20 * i) + 20;textbox.text = "name";addChild(textbox);AS3 btw


What are the codes 1 - 20 on the reset dash display for a d4d?

The codes 1 -20 on the reset dash display for a D4D is used to explain what is wrong with the system. You will need to use a code reader to get the specific code and find out what is going on.


How do you enter the IF function to display the message Significant for any percent greater than 20 percent Otherwise display the message ok in Excel 2007?

Say the value is in B3, then the formula would be: =IF(B3&gt;20%,"Significant","ok")