Search

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

Matching Posts

  • Re: Mobile verson of this site ??

    No offence f- but I think you totally missed the point of my post. The point is that this site - www.asp.net does not have a mobile version formatted for mobile devices - and does not auto detect when you browse to www.asp.net and redirect you to a miobile version of the site.
    Posted to Feedback on this website (Forum) by James Evans on 11/23/2009
  • Re: Mobile verson of this site ??

    Not a problem but it would be nice if the folks doing this site would care to comment.
    Posted to Feedback on this website (Forum) by James Evans on 11/23/2009
  • Mobile verson of this site ??

    I find it interesting that many sites now days - espn.com cnet.com cnn.com - to mentions just a few of the thousands out there - have mobile auto-detectiing versions of their websites - and yet this site - supposedly one of the industry leaders for web technology -a site the striongly pushes Microsoft technology while Microsoft is currently strongly pushing mobile technology - DOES NOT !!
    Posted to Feedback on this website (Forum) by James Evans on 11/22/2009
  • Re: Which version of Windows 7 for ASP.NET development?

    Yes - you can read about it here: http://digitizor.com/2009/02/20/how-to-install-microsoft-iis-server-on-windows-7/
    Posted to Installation and Setup (Forum) by James Evans on 11/5/2009
  • Re: Which version of Windows 7 for ASP.NET development?

    @ rtpHarry I have Windows 7 Home Premium 64-bit and it *DID* come with IIS 7.5 It is not installed by default - but if you go to Add Windows Programs - you can install and run it.
    Posted to Installation and Setup (Forum) by James Evans on 11/4/2009
  • Re: JavaScript debugging in User Control code

    The really interesting thing is - you can add debugger; to the script and the debugger will stop there and let you step through with all the mouse over viewing enabled and everything.
    Posted to Visual Studio 2008 (Forum) by James Evans on 10/8/2009
  • Re: AutoCompleteExtender using PageMethod ?

    Anup - Thanks for the reply. Actually, I am already using page methods elsewhere in this app and they are working just fine. It is only with the AutoCompleteExtender that I am having the issue. I will check out the link you sent though and see if there is something that I missed. [quote user="anup_daware"] Hi, I am sure I have used the pagemethods with autocompleteextender. I suggest you to test the pagemethod without using autocompleteextender with it. if it works in isolation. It should
  • AutoCompleteExtender using PageMethod ?

    Hi - I am trying to impliment an AutoCompleteExtender using a pagemethod instead of a webmethod. The documentation leads one to believe that this is possible. From the docs: ServicePath - The path to the web service that the extender will pull the word\sentence completions from. If this is not provided, the service method should be a page method. It would seem like if you wanted to use a page method - you leave out the ServicePath attribute and create a page method that is pointed to in the ServiceMethod
  • Developing mobile web applications

    Hi - I am new to mobile development. I have an regular (non-mobile) asp.net web applcation developed that uses forms authentication and roles with the membership api and SQL Server as the datastore for the membership api. This is a 3.5 sp1 framework ASP.Net app. I now want to develop a mobile part of the application that clients can use when "out on the floor". Of course, they need to have the same username and password and I am trying to figure out the best approach for the mobile app
    Posted to Mobile and Handheld Devices (Forum) by James Evans on 3/11/2009
  • Re: Access a child control contained in a User Control from javascript?

    It was something that I typod in the javascript. I ended up having to cut an paste the following line from you and then replacing my values for the user control and dropdown names: var dropDownListId = '<%= (WebUserControl1.FindControl("DropDownList1")).ClientID %>'; [quote user="NC01"] I thought that you said that the code wouldn't even compile. So what did you have to change to make it compile? NC... [/quote]
Page 1 of 12 (118 items) 1 2 3 4 5 Next > ... Last »