Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 11, 2012 01:13 PM by Horizon_Net
Member
31 Points
51 Posts
Mar 11, 2012 10:02 AM|LINK
hi every one i am new to creating an mobile application i want to clarify some dought
1) is it possible to create a mobile web application in visual studio 2010 and what are the requirments to create
2) and how to create a server side controls and store in database
help me with some pdf or example's of code
thank u in advance
Star
8277 Points
1435 Posts
Mar 11, 2012 01:13 PM|LINK
Hi,
jesunathan 1) is it possible to create a mobile web application in visual studio 2010 and what are the requirments to create
there's no default mobile template until you install the beta of ASP.NET MVC 4 - http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features - but you can use the normal web templates which you can optimize for mobile support.
jesunathan 2) and how to create a server side controls and store in database
That depends on the technology you're using (MVC or Web Forms), but I think you talk about Web Forms. You can start from this site - http://msdn.microsoft.com/en-us/library/zt27tfhy.aspx
For storing data in a database refer to this link - http://www.asp.net/web-forms/tutorials/data-access
jesunathan
Member
31 Points
51 Posts
is it possible to create mobile web apps in vs2010
Mar 11, 2012 10:02 AM|LINK
hi every one i am new to creating an mobile application i want to clarify some dought
1) is it possible to create a mobile web application in visual studio 2010 and what are the requirments to create
2) and how to create a server side controls and store in database
help me with some pdf or example's of code
thank u in advance
Horizon_Net
Star
8277 Points
1435 Posts
Re: is it possible to create mobile web apps in vs2010
Mar 11, 2012 01:13 PM|LINK
Hi,
there's no default mobile template until you install the beta of ASP.NET MVC 4 - http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features - but you can use the normal web templates which you can optimize for mobile support.
That depends on the technology you're using (MVC or Web Forms), but I think you talk about Web Forms. You can start from this site - http://msdn.microsoft.com/en-us/library/zt27tfhy.aspx
For storing data in a database refer to this link - http://www.asp.net/web-forms/tutorials/data-access
If my post solves your problem, please mark as answer.