Search

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

Matching Posts

  • Re: Could not load file or assembly 'System.Web.Extensions...'

    Download this http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en and run it. It will give you the system.web.extensions.dll . Put that in the bin folder of your website.
    Posted to Getting Started (Forum) by tarique_s on 2/20/2009
  • Re: ASP.NET Maintaining session state when deleting folders within a web site

    Hi, When you delete a folder inside a website, the asp.net will restart. That is the default behaviour. There is nothing you can do about it. If you must have the folders inside the website folders which need to be deleted and not lose the session, i'd suggest you don't store the session inside the asp.net process (InProc Mode) but in another process. I think this is called having the session in SessionStateService Mode.
    Posted to State Management (Forum) by tarique_s on 2/16/2009
  • Re: <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTg3MjQ" />

    Yes, you can. In cases where the viewstate gets very large, developers overwrite the viewstate mechanism to store it on the server or on a database instead of sending to the client in the html. Just google "Storing asp.net viewstate in session" or "storing asp.net viewstate in database" and you should get several results showing you how.
    Posted to State Management (Forum) by tarique_s on 7/14/2008
  • Re: Window Authentication Roles

    Hey Rain, There is a couple of things you should do. 1. In web.config, impersonation should be turned on. Add <identity impersonate="true"> 2. In IIS , disable Annonymous access. Go to IIS, right click on the website --> Directory Security -->Annonymous Access & Authentication Control --> Uncheck "Annonymous Access" This should do it. Let me know if you are still having problems.
    Posted to Security (Forum) by tarique_s on 7/14/2008
  • Re: Login View - Logged in Text

    You can wrap the LoggedInTemplate & Annonymous template inside their own div's. And then set the css properties of the 2 divs (using absolute position or relative position) to display them in different sections of the page.
    Posted to Security (Forum) by tarique_s on 7/14/2008
  • Re: CollapsiblePanelExtender and UpdatePanel?

    I had this issue too. My targetcontrol was a panel control, and i wanted the default state as Collapsed="true". Every time the page would load, there would be a flicker/flash. The whole panel would show and then collapse. I fixed it by setting the Height="0px" of the panel control. Give that a try. (Or set the Width="0px" of the panel control if expand direction is horizontal.)
    Posted to ASP.NET AJAX Control Toolkit (Forum) by tarique_s on 5/20/2008
  • Re: Session value getting lost when using IE 7

    Hi Sameer, Thanks forr the suggestion. There are tons of images in my website and a lot of them are <asp:images>. I'm going to try changing all of them an see if helps. Do you know why this happens? Were you having the same problem in your website? Thanks, Tarique
    Posted to State Management (Forum) by tarique_s on 1/28/2008
  • Re: Session value getting lost when using IE 7

    No, nothing's changing in the Bin folder. And cookies are enabled in the browser. And its not one particular computer's browser that has the problem. It just happens randomly in different computers. We have different customers complaining now and then about them not being able to sign up. It works most of the time though........ Thanks for the suggestions though Anas.
    Posted to State Management (Forum) by tarique_s on 1/27/2008
  • Re: Session value getting lost when using IE 7

    Hi Anas, Thanks for helping out. The answers to your question: No, i'm not using cookieless sessions. I'm using the default cookieless=false setting for session. The problem occurs randomly in both production and development. There are no frames/iframes in the web page. I don't think its caused by application restarting or memory problem because if one computer's IE 7 has this problem, he keeps getting that error even if he closes it and keep trying again while at the same time on
    Posted to State Management (Forum) by tarique_s on 1/26/2008
  • Re: Session value getting lost when using IE 7

    Hi Vikram, Thanks for the link. But they seem to be lost there as well as to how to solve the issue.
    Posted to State Management (Forum) by tarique_s on 1/25/2008
Page 1 of 4 (32 items) 1 2 3 4 Next >
Microsoft Communities