Search

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

Matching Posts

  • Re: Bug or intentional: aspnet_Membership_GetUserByName does not update LastActivityDate

    Nice catch! I had been poking around on this for the last few hours and had seen some posts suggesting updates to the global.asax but your suggestion makes perfect sense. Obviously the @Userid is not set and as such will never match. I just modified my proc and it works correctly now. Thanks, Dave
    Posted to Security (Forum) by dmohr on 10/19/2009
    Filed under: aspnet_Membership_GetUserByName Membership.GetNumberOfUsersOnline
  • Re: Bug or intentional: aspnet_Membership_GetUserByName does not update LastActivityDate

    Nice catch! I had been poking around on this for the last few hours and had seen some posts suggesting updates to the global.asax but your suggestion makes perfect sense. Obviously the @Userid is not set and as such will never match. I just modified my proc and it works correctly now. Thanks, Dave
    Posted to Security (Forum) by dmohr on 10/19/2009
  • AutocompleteExtender not displaying results on prod server

    I have an autocompleteExtender that I wrote on my dev server and wanted to promote it to my prod server but it won't display the results of my query. I am using framework 3.5 and vs2008 as my ide on both boxes. I can see in debug that the webservice retrieves the data, 100 zipcodes, from the sql2008 database. The webservice gets the results and places them in the arraylist to send back to the calling page but the results never appear. I simply copied the project library from one server to the
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by dmohr on 7/3/2009
    Filed under: AutoCompleteExtender
  • Re: Question about pop error on my ajax pages...

    Yes. I found it to be a session timeout error as well. I ended up putting a check for a non empty value for my session variable. If it was empty I would do a redirect back to my starting page where it checks for a parm I set. The javascript I use will put up an alert saying that you timed out. I change dthe timeout for session variables in the web.config. < sessionState timeout= "30" ></ sessionState > <!--30 minute sessions--> That combined with the check on my Session
  • Re: Question about pop error on my ajax pages...

    I get the same exact problem. It's driving me nuts. I haven't found a reason yet.
  • ajax state error outofrangeexception with multiple concurrent pages on one machine

    I don't know if this is a problem in my code or a manifestation of the vs2005 ide but if I run multiple copies of an ajax tabpanel enabled aspx page on my machine I run into "Sys.ArgumentOutOfRangeException: specified argument was out of the range of valid values. Parameter name: value" which occurs on line 69 of the scriptresource.axd (ajax code I think). It dies here: set_activeTabIndex : function(value) { if (!this.get_isInitialized()) { this._cachedActiveTabIndex = value; } else
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dmohr on 4/25/2008
    Filed under: "AJAX .NET 2.0" " "Ajax Control Toolkit", Ajax Viewstate
  • Re: Dynamically added TabPanels state management

    Hi Haissam, Thanks for the response. I have my program coded to check the _eventtarget and am able to catch the button click event in page_init. (took me a while to figure that out) But I am not comprehending the last piece of the puzzle. How do I get the system to save the user modified and dynamic data from the previous postback? I have the tabpanel addition occurring only in the page_init but each time I press the button to add the tabpanel(s) I just get a brand new set of tabs and the old ones
    Posted to State Management (Forum) by dmohr on 1/22/2008
  • Dynamically added TabPanels state management

    Hi, I have a page where I need to have a user press a button to dynamically add AjaxControlToolkit tabpanels. The tabpanels are added to a single TabContainer which is added to a placeholder which was statically defined in the aspx page. The tabpanels are filled with a usercontrol which contains textboxes and dropdown controls that the user can update. All controls are created in the code behind. I can add the tabpanel dynamically but it loses the information for the previous tabpanel upon postback
    Posted to State Management (Forum) by dmohr on 1/21/2008
    Filed under: view state controls Ajax tabpanels dynamic controls
  • Re: Pls Help: rollovers, preload and other Javascript behaviors not working in Visual Studio

    I had the same problem myself today. I finally got it to go away when I looked at the meta tags. You need to include the intellisense meta tag. <meta content= http://schemas.microsoft.com/intellisense/ie5 name="vs_targetSchema"> Place it in the <head> section and you should be able to use the onmouseout function. Hope it helped. Dave
    Posted to Macromedia Dreamweaver MX (Forum) by dmohr on 2/8/2006
Page 1 of 1 (9 items)