Click here to Skip to main content
15,883,606 members

Comments by Dexter11 (Top 21 by date)

Dexter11 13-Jul-15 5:31am View    
I can't use WebClient as i have already established connection using above method and using WebClient will start new session and redirect me to login page again.
Dexter11 9-Oct-14 3:53am View    
Pardon me for my laziness..I worked on my requirements and met them finally...
For keeping the origin static to 0,0 i removed the translate before drawing the image however the position of my drawing(pencil tool) is not maintained after zooming the canvas.If i put translate method image is not drawn from 0,0 and if its removed the drawings position is not maintained...crap
Please check my updated code at http://turbofeedback.com/account/demo.htm
Dexter11 30-Sep-14 7:56am View    
I was testing on IE9.It should be supported on IE9>=
Dexter11 13-Aug-14 9:34am View    
Thanks Griff it helped a lot...One more question is there any way to know when my process will finish this conversion.As i wrote the conversion logic in webservice i want to notify user once the conversion is finished.
Dexter11 13-Aug-14 6:40am View    
No, the request did't reach server side. It didn't even show any errors on console.