views:

140

answers:

2

Hi, i have a web created on asp

And i want to make it mobile phone web, such that user can use it through his / her cell phone. I don't have any knowledge about XML And also i don't have knowledge of .NET How can I do this? Thanks.

+3  A: 

Back in the day you would have needed XML to create WAP sites, but no more. Almost all smartphones have reasonably good built in HTML browsers, with standards compliant support for JavaScript and CSS.

I would suggest making a start here: http://www.asp.net/mobile/

Sam Huggill
hi, i don't have knowledge of .NET...so I can not get useful information from that link...any other help ...
Muhammad Sajid
@Muhammad Sajid, if you don't have knowledge on .NET I would recommend you start gaining such knowledge before trying to develop web sites on this platform. I don't see how we can help you in this situation.
Darin Dimitrov
+2  A: 

ASP.NET Mobile Web Pages says

"The Microsoft Visual Studio integrated development environment (IDE) enables you to easily build ASP.NET applications that include mobile Web pages. You can include mobile Web pages in any ASP.NET Web site alongside ASP.NET Web pages. In Visual Studio, you can work with the adaptive rendering, customization, and extensibility features of ASP.NET mobile controls, using the standard IDE design tools: the page designer, the Toolbox, the debugger, Source view, Design view, and more."

Getting Started with ASP.NET Mobile Pages



Some other useful tutorials:

NAVEED