Answered by:
.NET Mobile Web SDK

Question
-
User460511959 posted
Hi All,
I want to download .NET Mobile Web SDK, please anybody tell where to download it or else provide any link.
Thanks in Advance...
Wednesday, August 27, 2008 5:43 AM
Answers
-
User-295291898 posted
Why you are looking for SDK...it actually there in Microsoft Framework 2.0, 3.5...You just have to create a blank ASP.NET project & add the "MobilePages" instead of WebPages, then you have to use the mobile control of ASP.NET. (i.e. mobile:Label, mobile:TextBox, mobile:Command, etc.)
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, August 29, 2008 1:53 AM
All replies
-
User-470797114 posted
Friend, here is the details of it
http://www.wirelessdevnet.com/channels/wap/features/mobilesdk6.html
and here is the link to download the SDK
Hope it helped you. Good luck!
Wednesday, August 27, 2008 9:35 AM -
User570848712 posted
Hi,
Check this out for downloading ASP.NET Mobile Application Templates...
Hope this helps you...
Wednesday, August 27, 2008 10:33 AM -
User460511959 posted
Hi Friend,
Thank you for your reply, actually previously I gone through both of the links, but the downloded link contains Windows Mobile SDK used for smart phone devices but I want Web Mobile SDK, by using first link I was unable to download Mobile Web SDK.
Thanks in Advance...
Thursday, August 28, 2008 12:05 AM -
User-295291898 posted
Why you are looking for SDK...it actually there in Microsoft Framework 2.0, 3.5...You just have to create a blank ASP.NET project & add the "MobilePages" instead of WebPages, then you have to use the mobile control of ASP.NET. (i.e. mobile:Label, mobile:TextBox, mobile:Command, etc.)
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, August 29, 2008 1:53 AM -
User1392854443 posted
Why you are looking for SDK...it actually there in Microsoft Framework 2.0, 3.5...You just have to create a blank ASP.NET project & add the "MobilePages" instead of WebPages, then you have to use the mobile control of ASP.NET. (i.e. mobile:Label, mobile:TextBox, mobile:Command, etc.)
I keep reading that Mobile Web stuff is included in VS2008-.Net 3.5, but I do not see a Mobile Web Project nor do I see an option to add a "Mobile Web Form" (Add->New Item) to a Web Application. I went into Add/Remove programs to see if there was a component of VS2008 that I did not install, but I do not see anything Mobile there. I do have VS2008 SP1 installed. VS2008 is installed on new system, no previous version of VS installed. Help->About reports Version # 9.0.30729.1
I even tried to manually make the page inherit from System.Web.UI.MobileControls.MobilePage, but I do not see any Mobile Web Controls in my control tool box and when I try to manually add one "<mobile:Form" I do not get any context sensitive help.
Please advise.
Thursday, October 16, 2008 1:17 PM -
User106983686 posted
Please look at following link
http://blogs.msdn.com/webdevtools/archive/2007/09/17/tip-trick-asp-net-mobile-development-with-visual-studio-2008.aspx
-Milind
Wednesday, February 10, 2010 6:17 AM