Search

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

Matching Posts

  • setting control via returned function object, valid but not showing up on page. ASP.NET

    I know that you can dynamically create a control and then add it to a page, but what if a blank control already exists on the page and you simply want to set this control equal to the return object from a method? Let me explain..... A CheckBoxList control (called ctl) is dropped onto the .aspx page, so it's visible but not databound or anything The page_load event calls a method (SomeMethod) that returns a CheckBoxList that's databound and fully populated with data. Why can't you simply
    Posted to Web Forms (Forum) by skydiverMN on 7/8/2009
    Filed under: dynamic controls, checkboxlist, postback databound controls
  • Re: Where's my formsauthentication cookie?

    Yep, I see that now. Anyone have a clue about IE?
    Posted to Security (Forum) by skydiverMN on 6/16/2009
  • Re: Where's my formsauthentication cookie?

    Thanks for the reply, but this doesn't solve my problem. I don't see the same options that your instructions say should appear in my version of IE7 (7.0.5730.13CO). What I see is listed below: Anyone have any suggestions where I can find my ASP.NET formsauthentication cookie? Also, what encryption TYPE is being used (SHA-1, 3DES, etc)? Thanks!
    Posted to Security (Forum) by skydiverMN on 6/15/2009
    Filed under: FormsAuthentication cookie, cookie location
  • Where's my formsauthentication cookie?

    I'm trying to find the cookie that I'm creating in a custom authentication ticket just to make sure it's encrypted, but I can't seem to find the file. Does the ticket exist as a file, or only in memory? Even when I attempt to create a persistent cookie I can't find it! Here's what I'm using for my formsauthentication setup in my webconfig.... <authentication mode= "Forms" > "~/login.aspx" defaultUrl= "Main.aspx" timeout= "30"
    Posted to Security (Forum) by skydiverMN on 6/12/2009
    Filed under: FormsAuthentication cookie, cookie location
  • Enterprise Library 4.1 Cache and enumeration. Can this be done?

    I'm working with a project where users that login might open up another tab (IE 7, FF, etc.) and login again as another user. My original cache issue was not having cached keys overwritten during this double login scenario. For this I'm going to concatenate the userID when creating a new cache item. This creates another issue. How can I only remove that items with one specific user? There doesn't appear to be any way to enumerate through a list. The CacheItem exists, but there's no
    Posted to Microsoft Application Blocks (Forum) by skydiverMN on 5/21/2009
    Filed under: c#, enumeration, enterprise Library cache, enterprise Library caching
  • Re: Cache for multiple users in same browser session

    Another site told me to just concatenate the userID to the front of the cache ID. I thought of this too, but felt that this was more of a hack than good coding. Seeing I haven't heard any other ideas this will probably be my method. This still doesn't solve the issue of deleting only a specific UserID's items in cache. Using FLUSH will delete everything. Anyone know if there's a way to incorporate enumeration in the enterprise library cache? Thanks.
    Posted to Microsoft Application Blocks (Forum) by skydiverMN on 5/21/2009
    Filed under: c#, enumeration, enterprise Library caching
  • Cache for multiple users in same browser session

    I'm not sure if my title correctly explains what I'm looking for but I'm currently working on a project using VS2008 C# with Enterprise Library 4.1 (DB2 back end) and my caching block works fine for one user at a time. It's come to my attention that there are users who will have IE and use multple tabs and login as different users, etc. What I've noticed with my current default cache setup is that info with the same cache name is overwritten in memory (as it should be with a single
    Posted to Microsoft Application Blocks (Forum) by skydiverMN on 5/19/2009
    Filed under: c#, multiple users, enterprise Library caching
  • Re: Problem with GridView's RenderControl

    What if I'm using all this code in a usercontrol? There isn't this method in the base class...... Now what?
    Posted to Data Presentation Controls (Forum) by skydiverMN on 4/16/2009
  • Re: gridview to excel issues when using PageRequestManager

    Well, I guess it could be as simple as removing my button outside of the updatepanel.... It's nice when things are this easy... Thanks!
    Posted to ASP.NET AJAX UI (Forum) by skydiverMN on 4/13/2009
  • gridview to excel issues when using PageRequestManager

    I've been fighting with a gridview-to-excel problem for a few weeks now. My project, in its current form, needs to involve the PageRequestManager beginrequest/endRequest methods to enable and disable controls. This keeps users from clicking around while the asych processes are taking place. It looks slick and works nicely, that is, until I try to do the download process... Let me further explain what I've done, and perhaps you can help with a solution. Here is my code to create the download
    Posted to ASP.NET AJAX UI (Forum) by skydiverMN on 4/13/2009
    Filed under: PageRequestManager, gridview to excel
Page 1 of 4 (37 items) 1 2 3 4 Next >