Search

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

Matching Posts

  • Re: Transfer-Encoding: chunked - Why??

    Actually I solved disabling the compression during an async postback, but i'm still wandering why only in this project the asyncronous postbacks respond with chunked encoding. Alk.
  • Transfer-Encoding: chunked - Why??

    I usually use a custom httmodule to programmatically compress the response stream to reduce page size, today copy one user control of mine into a different project, the control has an update panel and it does not work, giving some error during async postback. after some time I found that the problem is due to the module that compress the stream, but the strange thing is that it is due to the fact that the script manager use Transfer-Encoding: chunked when it generate the reponse to the caller. My
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by alkampfer on 3/18/2008
    Filed under: Transfer-Encoding: chunked
  • Re: Asp.Net ajax and Safari

    The problem was signaled by a friend of mine that use MAC OS, I tried to reproduce it with safari for windows, cause I do not have a mac. If Safari beta 3 is not supported I do not have a lot of chance to understand what goes wrong with Mac OS Version. Thanks for the answer. Alk.
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by alkampfer on 2/4/2008
    Filed under: Safari
  • Re: Error with session when inherit directly from a page

    I simply made my class implement the System.Web.SessionState.IRequiresSessionState interface. the asp.net engine look for this interface to know if an handler needs to access user session. Alk.
    Posted to State Management (Forum) by alkampfer on 2/4/2008
  • Asp.Net ajax and Safari

    I've created a simple page to test UpdatePanel with Safari and I discovered that it does not work. If I inspect the page on IE i found in the source this piece of code. <script src="/WebResource.axd?d=ya7g3zVKrnsMA2mzl1a7Qg2&amp;t=633197392125136108" type="text/javascript"></script> <script src="/ScriptResource.axd?d=Gyq62MZZZI..." type="text/javascript"></script> <script src="/ScriptResource.axd?d=Gyq62MZZZIXlSCDi1LjCRPU_
  • Re: RegisterDataItem can only be called during an async postback

    I have the same problem, but the worst thing is that is intermittent, in dev I cannot riproduce, it happens sometimes, and I found that even happens in production server but only two or three times at day...and I really does not know how to riproduce. I'll try some of yours solutions. Alk.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by alkampfer on 7/17/2007
  • When is session serialized when sql server session store is used?

    Hi to everyone, I ve a problem, I use nhibernate with a session per request pattern. My problem is the following, in a page I store some entities in asp.net 2.0 session, to avoid hitting the database at each request of the page. The problem is that object in session gets serialized to DB before application.EndRequest event. I try to move a flush in PostRequestHandlerExecute but it do not work because seems that the session gets serialized before PostRequestHandlerExecute. If I put a breakpoint in
    Posted to State Management (Forum) by alkampfer on 7/11/2007
    Filed under: Session
  • Re: Find the ActiveStepIndex on event Init

    stiletto: Shouldn't you add all the dynamically created controls to all the appropriate steps every time and let the tabs sort themselves out? That should alleviate the need to know what step is active. You are right, but I want to optimize the rendering process, since I need to go to the database to get data to create the controls, i wish to reduce the number of database roundtrips. Alk.
    Posted to Web Forms (Forum) by alkampfer on 5/12/2007
  • Find the ActiveStepIndex on event Init

    I have a problem, I have a page with a WizardControl, and I need to instantiate dynamically controls on some tabs of the wizard. Guidelines of Asp.Net dictates that dynamic creation of controls should happen before Init. My problem is that in Init method property ActiveStepIndex of the wizard have not the correct value, because in init event the viewstate is not still parsed. The problem is that on the page the navigation is done both with next and previous button of wizard, as well with some header
    Posted to Web Forms (Forum) by alkampfer on 5/11/2007
  • Accessing data from gridview.Datasource Property

    Hi I'm actually trying to extend base gridview functionality with some javascript code. I need to access gridview content passing from gridview.DataSource property. Since I do not know if the user bind the grid with a dataset or with a IList of business object how can I access content of datasource programmatically passing through the interfaces of ..NET related to binding? Alk.
    Posted to Data Presentation Controls (Forum) by alkampfer on 4/16/2007
Page 1 of 5 (45 items) 1 2 3 4 5 Next >