Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want develop simple mobile application.

I am using an asp.net 3.5 and visual studio 2008.

I am attach two directive as
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %>
<%@ Register TagPrefix="mobile" Namespace ="System.Web.UI.MobileControls" Assembly ="System.Web.Mobile" %>


I have included web reference of system.web.mobile version 2.0 also.

But it shows error while creating a control as,

"editing of mobile control is not supported in designer."

I think web reference version 2.0 is not supported.

please suggest me that why this error occured?
Posted

1 solution

you can not use normal web form to develop mobile web pages.

you can check it out at:
Mobile Application Development in ASP.NET[^]

http://msdn.microsoft.com/en-us/library/ms178619%28v=vs.80%29.aspx[^]

http://www.w3schools.com/dotnetmobile/default.asp[^]


Thanks,
Arshad
 
Share this answer
 
Comments
iyalarasi 9-Oct-12 6:56am    
Thank you, I have already studied those concepts.now only i got it that that i don't have windows 2000 professional server.

Thank you once again.
arshad alam 9-Oct-12 7:18am    
you dont need windows 2000 professional server.
iyalarasi 10-Oct-12 0:28am    
ok. But it is mentioned in w3school as one of the reqirements to develop mobile application.
arshad alam 10-Oct-12 1:48am    
if you have visual studio . that enough for it. use msdn to learn it.
iyalarasi 10-Oct-12 5:49am    
ok. Let me go through that one also.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900