Search

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

Matching Posts

  • GridView disabled not working in Firefox

    I have a Gridview inside an UpdatePanel which is generated dinamically, and each row has an image button.To avoid multiple clicks at the same time, I want to disabled all buttons until the processing of the first click is complete. To acomplish that I disabled the GridView with javascript: btn.OnClientClick = "javascript:document.getElementById('" + GridView.ClientID + "').disabled=true" ; And when the processing is finish I make the GridView enabled again. It works fine in IE but not in Firefox
    Posted to ASP.NET AJAX UI (Forum) by Soledad on 3/14/2007
  • Re: Notify user of session timeout???

    Sorry, the page is http://forums.asp.net/7504/ShowPost.aspx
    Posted to State Management (Forum) by Soledad on 2/19/2007
  • Re: Notify user of session timeout???

    I used the approach describe here to Redirect the user to another page when the session times out, and it worked pretty well. I have not idea how to acomplish 2. Hope it helps
    Posted to State Management (Forum) by Soledad on 2/19/2007
  • Re: Cache Problem

    That's a good idea. Thanks.
    Posted to State Management (Forum) by Soledad on 2/15/2007
  • Re: Cache Problem

    One of the reason why I choose the Cache is because of the expiration policies. I need the item to expire if the user is idle or closes the browser. And I think I can't accomplish that with Application state. But, as you said, if I access the Cache I should be able to retrieve the data if the cache returns null. Thank for your anwser.
    Posted to State Management (Forum) by Soledad on 2/13/2007
  • Cache Problem

    I've read a lot of post about Cache problems, but none seems to work for me and the problem persist. I'm using the Cache to store an authentication ticket for preventing multiple logins, I access it at Application_PreRequestHandlerExecute . But every now and then the Cache gets empty and I don't know why. And then, it works again for a while. I don't understand what i'm doing wrong.Please, I would appreciate if someone can help me. Thanks!!!
    Posted to State Management (Forum) by Soledad on 2/13/2007
  • Re: server.transfer

    Thank you. It works!!!
    Posted to ASP.NET AJAX UI (Forum) by Soledad on 10/13/2006
  • Re: server.transfer

    I have the same problem. I'm using an ImageButton in a GridView, which calls to Server.Transfer(), and throws an Unknown error. It works with Response.Redirect() but I can't pass any parameter. I really need to pass some data from one page to another, but in a secure way. (if I pass an ID with Response.Redirect I should encrypt it, because it goes back to the client). Is there another way to achive this? Thanks.
    Posted to ASP.NET AJAX UI (Forum) by Soledad on 9/19/2006
Page 1 of 1 (8 items)