Search

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

Matching Posts

  • Are Validation Groups available?

    Hi, I have a number of forms onscreen, each with its own submit. Is there anyway I can set up validation groups like in Web Forms? Thanks, Paul.
    Posted to ASP.NET MVC (Forum) by paul1664 on 4/29/2009
  • Encoding URLs into addresses

    Hi, I want to use routing such as: http://mysite.com/Blog/Feed/URL_OF_FEED ...but keep getting a 400 Bad Request. URL_OF_FEED is a fully qualified url ( http://domain.com/feed.xml ). I have tried UrlEncoding it but it still 400's. Can anyone help? Paul.
    Posted to ASP.NET MVC (Forum) by paul1664 on 3/4/2009
  • Re: Debugging asp.net visual studio 2005

    I've found the answer to my problem - and I feel a right plum ! I am using ISAPI_Rewrite in my project and was url rewriting the default page (Default.aspx). This was screwing up debugging. If I browsed any other page then debugging worked correctly. As soon as I removed the condition for the default page from the ISAPI_Rewrite configuration file everything started up normally. I could've sworn this was working previously but it's not now and I'm glad I've found it! It's the
    Posted to Visual Studio 2005 (Forum) by paul1664 on 6/19/2007
  • Re: Debugging asp.net visual studio 2005

    I'm getting exactly the same problem. Just started yesterday out of the blue. Have reinstalled everything from scratch including OS but problem persists.
    Posted to Visual Studio 2005 (Forum) by paul1664 on 6/15/2007
  • Re: Submit a form with clientside javacript

    Hi mrboyblue, That sounds like a plan! I'll give it a go - thanks! Paul.
  • Submit a form with clientside javacript

    I've recently upgraded a regular ASP.NET 2.0 application to use the Atlas UpdatePanel control. It works almost flawlessly - great! I just have one outstanding issue. I have an image on the form (a map) which users can pan by dragging around. When the user releases the image (ondragend event) a function is called which ends with: document.forms(0).submit(); This proceeds to do a regular postback - posting the entire page, not just the area within the UpdatePanel. Can anyone tell me how to do an "ajax
  • Using Email as UserName

    Hi, I spotted some previous posts about using the users Email address as UserName. http://forums.asp.net/996898/ShowPost.aspx http://forums.asp.net/597391/ShowPost.aspx Is there a 'better' or 'proper' way of doing this in beta 2 or the final release? Thanks, Paul.
    Posted to Security (Forum) by paul1664 on 8/16/2005
  • OutputByParam in session

    Hi, I know that: "<%@OutputCache Duration="60" VaryByParam="RegionID" %>" works for: www.mydomain.com/mypage.aspx?regionid=5 but what if rather than using a querystring I am using a session object: Session["regionid"] = 5; Will this get cached correctly? If not can this be made to work? Thanks, Paul.
    Posted to Web Forms (Forum) by paul1664 on 3/5/2005
  • Re: Precompile stopped working

    Well I solved it - but not entirely sure what was wrong. I found a problem with one of the source files. I had copied-and-pasted a source file but forgot to change a classname so there was a duplicate in the project. The IDE compiler didn't pick it up for some reason. Once I had fixed the project it built and ran fine. Strange neither compilers picked it up. Paul.
    Posted to Getting Started (Forum) by paul1664 on 2/21/2005
  • Re: Precompile stopped working

    Hi Brock, I use the command line: C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\aspnet_compiler.exe -v /Promonet "C:\PromonetCompiled" As I said, its been compiling fine for months but its now broken. The uncompiled site runs perfectly. Thanks for any help, Paul.
    Posted to Getting Started (Forum) by paul1664 on 2/20/2005
Page 1 of 4 (33 items) 1 2 3 4 Next >