Saturday, March 24, 2012

Paint Event

I'm new to asp.net ajax. and Im using vb.net class to develop the page. Can the drawing class be implemented here? Is the picture box in vb same as image in asp? I tried with event handler for image1.paint but it .paint gives error...

No, images in ASp are completely different. You can use GDI+ to draw, however, but it's a bit different from winforms development. Consider the tutorial athttp://www.samspublishing.com/articles/article.asp?p=25487&seqNum=3&rl=1 as a decent place to start.

paul

No comments:

Post a Comment