Need AJAX Code for Drawing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VijaySofist
    New Member
    • Jun 2007
    • 107

    Need AJAX Code for Drawing

    Hai All!

    Is it possible to draw some simple simple structures (like line, square,circle) using AJAX code. If possible can anybody send the code. I want to use this code in ASP.NET.


    Thanks in Advance

    With Regards
    Vijay. R
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    AJAX is javascript-code that makes use of the XMLHttpRequestO bject to allow an asynchronous call to the server in the background to avoid a page-reload when only a part of a page is to be updated. so the answer is no ... you cannot draw with 'AJAX'-code :)

    javascript has no drawing capabilities at all, but you can use divs, images and set their width, height with javascript ... so you can use a css/html/javascript-combination to achieve that goal ...

    kind regards

    Comment

    Working...