Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi guys

am new on mobile web applications...I was trying to develop mobile web app using smart device project, Now i notice its like a windows forms.So what can I use to develop mobile web applications using visual studio 2010
Posted

 
Share this answer
 
XML
<!DOCTYPE html />

<html>
<head id="Head1" runat="server">
    <title>Welcome to the Page</title>
    <style>
    h1
    {
        text-align:center;
        color:Maroon;
        background-color:gray;
        margin-bottom:0;
    }

    #menu
    {
      color:#eeaabb;
      background-color:gray;
      width:10%;
      height:80%;
      float:left;
    }

    #content
    {
      background-color:whitesmoke;
      height:80%;
    }

    #footer
    {
        color:Maroon;
        text-align:center;
        background-color:Gray;
    }

    li
    {
        margin-bottom:0;
    }


        .style1
        {
            height: 26px;
        }


        #Select3
        {
            width: 135px;
        }
        #btnsave
        {
            width: 69px;
            height: 26px;
        }


    </style>





</head>
<body>




Firstname
      

style="width: 135px; height: 22px" />


Lastname
      

style="width: 135px; height: 22px"/>



Qualification(U.G)
  

id="Select4" name="D1" runat="server" style="width: 135px; height: 22px">
B.SC(Physics)
B.SC(Mathematics)
B.SC(Chemistry)
B.Tech
B.E



Qualification(P.G)
  


id="Select1" name="D1" runat="server" style="width: 135px; height: 22px">
M.SC(Physics)
M.SC(Mathematics)
M.SC(Chemistry)
M.Tech
M.E




Functionality
    


id="Select2" name="D1" runat="server"
style="width: 135px; height: 22px">
Automobile
Marine
Thermal
Civil Architecture
I.T Technology



Functional Area
    

id="Select3" name="D1" runat="server" >
Administrator
Manager
Asst.Manager
Architect
Technical



      


type="reset" value="Clear" runat="server"
style="width: 69px; height: 26px" runat="server" />









 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900