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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top