javascript in Visual Basic .Net Project

G

Guest

Hello,
I want to know how to draw a line using javascript in .aspx page of
visual Basic .Net Project. Are there any functions, if they are what are the
functions available and how to use them.
Thank you
 
C

Cor Ligthert

Anoop,

Why you need that in the toolbox is a "horizontal rule" you can drag that on
your page and set it in the way you want.

I hope this helps?

Cor
 
G

Guest

but if i want to draw some image using lines what will I do for example if I
want to draw cuboid, how will I do
 
G

Guest

Hi anoop

If you are doing IE only then you could investigate VML (vector markup
language). This will do what you want...

HTH

Nigel Armstrong
 
H

Herfried K. Wagner [MVP]

anoop said:
I want to know how to draw a line using javascript in .aspx page of
visual Basic .Net Project. Are there any functions, if they are what are
the
functions available and how to use them.

That's not directly supported by JavaScript. What you can do is generating
the image on the fly on the server and then ship it in GIF, PNG, or JPEG
format.
 
C

Cor Ligthert

Anoop,

As the other stated, is AFAIK HTML and therefore javascript a language that
is used with tagged nodes. When you want graphical art, you will have to use
pictures in whatever way.

I hope this helps?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top