Search

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

Matching Posts

  • Re: zip codes

    check out this blog post: http://www.opensourcecf.com/1/2007/02/Determining-Zip-Code-Proximity.cfm also, you can get a free zip code database here: http://www.cfdynamics.com/zipbase/ hope that helps.
    Posted to Web Forms (Forum) by mendoza on 2/15/2007
  • Re: ListBox1.SelectedIndex

    Oh, never mind....didn't catch ur last post.
    Posted to Web Forms (Forum) by mendoza on 1/8/2007
  • Re: ListBox1.SelectedIndex

    maybe your page_load resets the index. how are you loading the data?
    Posted to Web Forms (Forum) by mendoza on 1/8/2007
  • Re: ListBox1.SelectedIndex

    Why don't you use the button_click event to determine the selectedindex. At that point, if viewstate is enabled, it should give you the new selectedindex of your listbox.
    Posted to Web Forms (Forum) by mendoza on 1/8/2007
  • Re: Can't Change Control ID

    Thanks for pointing out that blog entry from Rick. Clearing the websitecache did the trick for me. See here: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=101992
    Posted to Visual Studio 2005 (Forum) by mendoza on 12/19/2006
  • Re: Event Handler not firing on postback

    No authentication being used. Using IEWebdeveloper to monitor the http traffic, I notice that the result for "GET" on webresource.axd files is "Aborted". I'm starting to wonder if it has something to do with those axd files. Any other ideas?
    Posted to Web Forms (Forum) by mendoza on 11/17/2006
  • Re: Event Handler not firing on postback

    any new ideas out there regarding this issue? Still haven't been able to figure out what's going on. Here's the issue: basically, the page always loads as if it's the first time. No postback event handlers are fired....only page_load all the time. I've also noticed that the problem doesn't exist in firefox....only IE. any fresh ideas would be appreciated.
    Posted to Web Forms (Forum) by mendoza on 11/17/2006
  • Re: Html Encoding

    I ended up using the window.onLoad javascript event as I mentioned. I didn't find a better solution than that, but it's been working great for me. Also, "onload" works on all browsers I've tested. It's not an IE-only method as you said. Give it a try. If you do find a better solution, please let me know.
    Posted to Web Forms (Forum) by mendoza on 11/13/2006
  • Re: Event Handler not firing on postback

    any other suggestions? I've tried everything I can think of.
    Posted to Web Forms (Forum) by mendoza on 10/23/2006
  • Re: Event Handler not firing on postback

    It's not on my localhost, but the copy that I do have on my localhost works with http://localhost and http://127.0.0.1 I did add the remote server IP to my trusted sites list but it still only works when I use the domain name.
    Posted to Web Forms (Forum) by mendoza on 10/19/2006
Page 1 of 4 (37 items) 1 2 3 4 Next >