javascript in Visual Basic .Net Project

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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
 
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
 
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.
 
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
 
Back
Top