Search

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

Matching Posts

  • Re: Issues Migrating to Web Application Project

    I figured out the issue. First I'll give some background on my development habits. When I start a new asp.net project I usually create a "template" page which is a page that's already attached to a master page and may have some additional placeholder content in it. I'll then copy this file and rename whenever I need to add a new page. As it turns out VS doesn't change the partial class name when you do this, it leaves it the same as the original file. When I was running
    Posted to Visual Studio 2008 (Forum) by jjepen on 3/16/2008
  • Issues Migrating to Web Application Project

    I just tried to migrate a Visual Studio 2008 VB.Net Web "Site" project (Targeting .Net 3.5, Using AJAX) to a Web "Application" project following this guide (I figured 05 and 08 must be basically the same on the process.) and ran into some major problems in trying to build the site. When I build the site I get two types of errors, an example of the first is: 'Protected Sub Page_Load(sender As Object, e As System.EventArgs)' has multiple definitions with identical signatures
    Posted to Visual Studio 2008 (Forum) by jjepen on 3/15/2008
  • Re: Clear mask on MaskedEditExtender only if empty?

    Your example works great. One thing I found though is that it doesn't work if you have a MaskedEditValidator tied to the MaskedEditExtender. But since the masked edit ensures proper input and your script formats it properly when the text box looses focus it isn't a big deal, at least in my application. Thanks for your help.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jjepen on 11/9/2007
  • Re: Clear mask on MaskedEditExtender only if empty?

    No, unfortunately that is only a part of what I am looking for. What I want to have happen is almost the same behavior that the ClearMaskOnLostFocus property enables, except that I want the mask to stay if the user enters something in the textbox. In more linear terms: When the page loads there is no mask The user places the cursor in the textbox and the mask appears. If the user enters something in the textbox, then causes the textbox to lose focus (i.e. tabbing to the next control), keep the mask
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jjepen on 11/5/2007
  • Clear mask on MaskedEditExtender only if empty?

    Anyone know of a way to clear the mask on a masked edit extender only if the textbox is empty?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jjepen on 11/4/2007
  • Re: Mapping Services?

    That control looks pretty good but is missing what I need, Direction finding. Specifically distance finding. In terms of the Google Maps API, I need / need help with creating an Asp.Net wrapper for the GDirections.getDistance() method, but any webservice that provides the same data would work fine as well.
    Posted to Free For All (Forum) by jjepen on 10/28/2007
  • Re: Help with Regular Expression

    Thanks, I had been just looking for a regex I could copy because it looked a bit daunting but going through some of the tutorials it isn't all that bad. This is what I came up with if anyone else needs something like it: \(\d{3}\)\s\d{3}-\d{4}(\s(x\d+)?){0,1}$
    Posted to Getting Started (Forum) by jjepen on 10/27/2007
  • Re: Mapping Services?

    I've looked at the Google apis but since they are JavaScript based I'm not sure how to get the return value back into the codebehind to manipulate it with ASP.net.
    Posted to Free For All (Forum) by jjepen on 10/27/2007
  • Help with Regular Expression

    I need help creating a regular expression that validates a US telephone number with or without extension. It needs to require an area code enclosed in parentheses and separated by a space, require a dash(-) between the prefix and the number, and allow an extension up to 4 digits(ex. x1234). Some matches and non-matches are provided below. Match (789) 555-1234 Match (849) 555-1234 x1234 Match (484) 555-8764 x1 Non-Match 789-555-7894 Non-Match 7895551234 Non-Match (546) 555-1354 x12345 Non-Match (345
    Posted to Getting Started (Forum) by jjepen on 10/27/2007
  • Mapping Services?

    I'm looking for a mapping service that can provide a distance between two addresses and that is asp.net friendly. Anyone have any ideas?
    Posted to Free For All (Forum) by jjepen on 10/27/2007
Page 1 of 7 (61 items) 1 2 3 4 5 Next > ... Last »