How to create PocketPC/Smartdevice/Mobile Web Project in VS 2008 orCF 3.5

  • Thread starter Thread starter hassanmushtaq
  • Start date Start date
H

hassanmushtaq

hi to all fellows.
i m very sorry if i m posting this in wrong forum. but please intsruct
me where to post if it is wrong.
i have an question as all know in VS 2003 we can create Mobile web
application. it has a seperate project. but i can't able to find how
can i do that in VS 2008. can anyone please anyone guide me.
regards
Hassan Mushtaq
 
Hello Mushtaq

Source mode supports development of Mobile Web forms. Add the following
TagPrefix attribute to the @ Register directive:

<%@ Register TagPrefix="mobile"
Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>

Requirements: Normal Web Form and include web controls prefix with 'mobile',
but you will see error message in design mode, just ignore it, build the appl
and run it..

Try your best,
 

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