6

I have a website created using asp and I want to make it accessible to mobile phones, such that a user can use it through his/her cell phone.

I don't have any knowledge of XML or .NET.

How can I do this?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
PHP Ferrari
  • 15,754
  • 27
  • 83
  • 149

2 Answers2

5

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:

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Naveed
  • 41,517
  • 32
  • 98
  • 131
4

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
  • 3,106
  • 3
  • 29
  • 34
  • hi, i don't have knowledge of .NET... so I can not get useful information from that link... any other help ... – PHP Ferrari Sep 04 '10 at 07:43
  • 11
    @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 Sep 04 '10 at 08:59