Search

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

Matching Posts

  • Re: Session Value Lost

    Thank you guys!!! I found out that it is because I have the page validation switch on. When It is on and the response come back with XML values, some of the session values are lost. (I am not sure why.) Now I have to trun off the page validation for a moment. :) It is not an ideal solution but I will have to find out later. Thank you all.
    Posted to State Management (Forum) by thuyaaung7 on 7/13/2009
  • Session Value Lost

    Hi All, I have a question about session values. My app is using cookieless mode and session in the url. I store all the value in the session. My web app had to use payment portal for security reasons. So, I had to post the necessary user data to the portal and portal will process the payment. After the payment portal will return to the app with Form post and URL I specified with session ID. When the user get back to the app, previous info that I store in the session are lost. Is there anything that
    Posted to State Management (Forum) by thuyaaung7 on 7/10/2009
  • Re: Session in Global.asax

    Hi, First of all, Thank alot for all of your responses. My question was a bit unclear. I'd like to know how and which method, asp.net used in global.asax to identify the request session is expired and where does it generate the new session ID. And I also need to identify between the expired session and new user session. I traced the global.asax and I found that session Id has been issue between PreSendRequestContent method and BeginRequest method. I would like to know how it is issue and where
    Posted to State Management (Forum) by thuyaaung7 on 7/3/2009
  • Re: The name xxx Does Not Exist in the Current Context

    Guys, What you can try is Exclude the error page from project. Build the site. Include the page again. And build for second time. It works for me.
  • Re: Storing data from global asax file

    [quote user="RahulSoni"] Save it in an XML or SQL Server from one app, and use it in another. [/quote] Thanks Rahul, I would like to do those ways only if there is no other solutions. :) Using XML means that there will be processes to access file, search, delete, abit expensive in terms of processing time. At the moment, I am getting all the data in Application_EndRequest, I put those data in a Queue which will sit in Application Hashtable.And retrieve it from Session_Start function. Here
    Posted to State Management (Forum) by thuyaaung7 on 3/24/2009
  • Re: Storing data from global asax file

    [quote user="shashankgwl"] Is HttpContext.Current.Session also unavailable?? [/quote] No It is not available in Application_EndRequest.
    Posted to State Management (Forum) by thuyaaung7 on 3/24/2009
  • Storing data from global asax file

    Hi Mates, I got a question The scenario: I have 2 web applications(appA and appB) both cookieless.Session Id in URL. AppA will send Form data with post method to AppB. AppB will receive the data and use it.I found out that cookieless app can not capture the Post data from another application. When the request gets to the aspx pages, all the post data disappear. So I checked in global.asax file. All the post data are available until Application_EndRequest function. So I write some scripts to capture
    Posted to State Management (Forum) by thuyaaung7 on 3/23/2009
    Filed under: Cookieless and Form data, Form Post Method
  • Re: execCommand

    Thanks a lot mate. It helps. But I still want to know that how we deal with it on Client side( refer to my original question). Thanks you.
    Posted to Client Side Web Development (Forum) by thuyaaung7 on 8/13/2008
  • execCommand

    Hi all, I would like to use execCommand ('SAVEAS') function for my application. I can use document.execCommand ('SAVEAS') if I need to save the entire document. But what I need to do is I have to save the Gridview (which is in a div) to excel file (.xls). I have no idea how to select the div only, without other contents of the page. If you guys know how , please share with me. Thanks Thu
    Posted to Client Side Web Development (Forum) by thuyaaung7 on 8/12/2008
  • Re: XML error Premature end of file:

    Hi jkirkerx, Thanks for your reply. I am not writing XML to a text file. I create an XML file from user input in memory and send it to server to get the response. Server will response the result with an XML file. I will read that XML file and get the data. For that process, do I need to use XmlSerializer. That may be a beginner question casue I am a beginner :P. pls reply.
Page 1 of 4 (37 items) 1 2 3 4 Next >