.net mobile webforms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohammadragheb
    New Member
    • Jun 2007
    • 5

    .net mobile webforms

    i developed a .net mobile web page and i changed the colors and the style sheets but when i run it on a sony ericsson cell phone it doesnt affect it at all.is there any way to adapt that so it can show the images i know it a simple a question but the design is essential and please get back at me as soon as possible and thanks in advance
  • kestrel
    Recognized Expert Top Contributor
    • Jul 2006
    • 1071

    #2
    Originally posted by mohammadragheb
    i developed a .net mobile web page and i changed the colors and the style sheets but when i run it on a sony ericsson cell phone it doesnt affect it at all.is there any way to adapt that so it can show the images i know it a simple a question but the design is essential and please get back at me as soon as possible and thanks in advance
    I'm confused by your question...You have a image problem or a style sheet problem? Do you have a link or source we could have a look at?

    Comment

    • mohammadragheb
      New Member
      • Jun 2007
      • 5

      #3
      Originally posted by kestrel
      I'm confused by your question...You have a image problem or a style sheet problem? Do you have a link or source we could have a look at?
      i have problem with images here is a sample code
      Code:
      <mobile:image id=image1 runat="server"  imageurl="//images//product//default.gif">
      </mobile:image>
      the default image only appears on the design not when i run the emulator or on the device ,

      Comment

      • kestrel
        Recognized Expert Top Contributor
        • Jul 2006
        • 1071

        #4
        Originally posted by mohammadragheb
        i have problem with images here is a sample code
        Code:
        <mobile:image id=image1 runat="server"  imageurl="//images//product//default.gif">
        </mobile:image>
        the default image only appears on the design not when i run the emulator or on the device ,
        wouldn't it be
        Code:
        /images/product/default.gif
        ?

        im not how to use .net mobile, but it should be only one slash /
        not two

        heres a page on .net mobile images
        http://www.w3schools.c om/dotnetmobile/mobile_images.a sp

        Comment

        Working...