6
Answers

Mobile web application interface loading issue on windows phone..

Aijaz Sofi

Aijaz Sofi

13y
3.3k
1

Hello,

 I have developed the mobile website using C# and asp.net 3.5, now when i am opening the website using windows mobile the pages are coming just like web page with small pont scrollable both horizontally and vertically. can somebody please help me in this direction..
Answers (6)
0
Mahesh Chand
2 286.9k 123.7m 16y

You can add multiple projects to a solution by right clicking on the Solution name in Solution explorer and Add Project option.

To use/reference a project B in project A, you use Add Reference option and select the project from the list you want to use. This step will let you use your project B in project A.