I'm starting on creating a mobile version of one of our companies many web applications. We have a combination of mostly WebForms .NET and classic ASP sites.

I've looked around a bit and the JQueryMobile framework looks great for user 'mobile-izing' UI elements and transitions but unfortunately it doesn't seem to work well with WebForms development. Converting our existing sites to MVC isn't really an option. I guess one option would be to create the mobile versions using MVC but nobody in our company uses that technology so I hesitate to go down that road.

Are there any other software 'shortcuts' similar to JQueryMobile that might play a little nicer with WinForms development?

Sorry if this is a basic question but I'm starting from square one regarding the mobile web.

Thanks.

link|improve this question
feedback

1 Answer

You can create web form application for mobile separately. Even with MVC, you have to create separate views in another area.

I would use Jquery mobile, and employ $.ajax and [WebMethod] to communicate between browser and web server in your web form application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.