possible ?

  • Thread starter Thread starter TJS
  • Start date Start date
that article has some very complex algorithms to deal with...

is there a conversion tool that will convert code form client side to
server side
 
It's just not that simple.
In a windows forms application you can keep everything in the same place.
In an ASP.NET app your Image controls must point to a separate URL which
means you have to split your code up and deal with somewhat more complex
concepts like those in the article.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
 
Back
Top