Search

You searched for the word(s): userid:750682

Matching Posts

  • Followup to How to develop ASP.NET website For Mobile Phones

    I just finished reading this post http://forums.asp.net/t/1419732.aspx about developing mobile web applications. I need to develop a web app that is targeted specifically for mobile devices. Prior to vs2008 I used the System.Web.UI.MobileControls and used the mobile controls on the aspx page. So I used <mobile:Label>, <mobile:TextBox>, <mobile:Link>, etc. I'm now using VS2008 and from reading the previous post, it seems that I just simply create a normal web app and use <asp
    Posted to Mobile and Handheld Devices (Forum) by porkchop on 5/12/2009
  • Re: please explain difference between windows mobile and web mobile development

    Thanks for your explanation. A mobile web app is definitely what I need to do. I didn't know you could just create a web app and it would work on mobile. I do have one more question. Previously I see there were entries in the web.config that had different types of mobile devices so that the application could render or try to render correctly on the different devices - phones, pdas, etc. Is it safe to assume that most mobile devices now use xhtml so as long as I code conforming to xhtml standards
    Posted to Mobile and Handheld Devices (Forum) by porkchop on 4/23/2009
  • Re: please explain difference between windows mobile and web mobile development

    Thank you so much for your response. I think I'm understanding this more but still have a couple of questions. Looks like I can use vs2008 and just create a web app but use the controls in the System.Web.UI.MobileControls.MobilePage ( mobile:Form , mobile:Label, etc..). Is that correct? Probably easiest to just create this in vs2005 then copy the files to 2008. Also, I downloaded this windows mobile 6 sdk but if I do a mobile web app then I don't need this, right? http://www.microsoft.com
    Posted to Mobile and Handheld Devices (Forum) by porkchop on 4/23/2009
  • please explain difference between windows mobile and web mobile development

    I am new to mobile development and trying to find information on developing a mobile application. Can someone please explain to me what the difference is between windows mobile development and web mobile development? I assume this just means that a mobile device can be developed using windows forms or web forms but how do I know which one to use? I am a web developer so would prefer the web forms but having a lot of problems finding info on web mobile development using vs2008. Here's a great
    Posted to Mobile and Handheld Devices (Forum) by porkchop on 4/22/2009
  • Re: Open word doc from link on asp.net page

    Sorry, don't know what you mean. I am using a direct link to the location on the machine where the file exists. 'C://help/test.docx' Even if I use the server name \\servername\ ...... I still get access denied on the popup. What permission is needed on this folder? Do you know of any code examples? I've been searching but can't find anything that gives me what I need. I can't believe this is this difficult.
    Posted to Web Forms (Forum) by porkchop on 2/26/2009
  • Open word doc from link on asp.net page

    I have an intranet application where I need to add user help files for each page. The help files are word docs. I want to click on a link that uses javascript to do a popup to display the word doc. I can't find anything that works. I could really use some working code examples. This is what I have and I keep getting access denied. I've tried this so far: lnkHelp.NavigateUrl = "javascript:void(window.open('C://help/test.docx'))" ; Shared the directory Added the folder as
    Posted to Web Forms (Forum) by porkchop on 2/26/2009
  • Re: example of horizontal menu with dynamic vertical menus

    Thank you so much. I must have had too many menu properties that were causing my display problems. I just need to apply some styles and should be good to go. Thanks again
  • example of horizontal menu with dynamic vertical menus

    I'm new to the menu control. I want to use the asp:menu control in my master page using an xml file as the datasource (web.sitemap). I would like to have a list displayed horizontally and on a mouse over, have a sublist of menus display vertically. Not all of the top level menus will have submenus. Example: MenuItem One | MenuItem Two SubItem1 SubItems1A MenuItem One does not have a url associated with it so it will not link to another page. However when you mouse over it, there will be sub menus
  • Re: getting active directory roles using window authentication

    Thank you so much. Very good information.
    Posted to Security (Forum) by porkchop on 9/9/2008
  • getting active directory roles using window authentication

    I am working on an internal website that will be using active directory to assign users to groups. I will have pages that need to be restricted by user (ie only users in managers group have access to certain pages) and parts of page that need to be restricted (ie only managers can edit data - other user will see the page but can't edit anything on it) What I have in mind is using windows authentication since they are on an intranet site. There will be a table that is loaded with roles (which
    Posted to Security (Forum) by porkchop on 9/8/2008
Page 1 of 4 (40 items) 1 2 3 4 Next >