Search

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

Matching Posts

  • Re: How do I redirect to the Session Expiry page automatically

    Yes, this makes sense. Thank you RS
    Posted to State Management (Forum) by sumathi on 8/9/2007
  • How do I redirect to the Session Expiry page automatically

    I have set up the sessionstate attribute in web.config for timeout=20 minutes. I have also set up wtih code that the page gets redirected to SessionExpired.aspx (custom error page), if the session expires. for this, say the website is inactive and user clicks on some button in the web page, session expires and then the user is taken to the SessionExpired.aspx. My requirement is , when the session expires, there should be no need for the user to click on any button, the SessionExpiry page should automatically
    Posted to State Management (Forum) by sumathi on 8/8/2007
  • XML Text Writer - problem recognizing the start tag

    Hi I use the XML Text Writer to convert the object properties into XML Elements The piece of code which causes me problem is follows: I use the write start element to write the field name in XML start tag. I do the computation depending on the object, it is fine till this point, after that I use WriteEndElement to close the tag in context. This throws an error saying that "There is no XML start tag"? I am assuming that memory is the problem, how do I solve this one?? Any help appreciated
    Posted to Web Forms (Forum) by sumathi on 6/13/2007
  • ODP.NET - developing Data Access Layer using ODP.NET

    I installed ODP.NEt 2.0 on top of my Oracle client 10g. I am developing a Data Access component. I am having the below problem. I created the Data Layer class. The constructor of the data layer class initiates a new Oracle Connection. then I assign the Oracle Transaction obbject to the open connection. In my web page, I instantiate the DataLayer class and then call BeginTransaction method. At this point, my connection object is null. What am I missing? I am getting Externalcontext connection error
    Posted to Oracle (Forum) by sumathi on 5/14/2007
  • Re: Oracle membership provider

    Michael, Thanks for your support so far. I ran into another issue. Please let me know if you are aware of the problem/solution. Thankx once again. Steps I followed: 1. I have set up the membership schema in Oracle Database 2. I have modified the config file to refer to the oracle membership provider 3. I have set up the front end with the sample login pages I am getting a type initializer error with Oracle.DataAccess.dll. 1. I used the dll provided with RAdical development. I get the following error
    Posted to Oracle (Forum) by sumathi on 1/17/2007
  • The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception." for Oracle Membership provider

    Hi folks, I am trying to implement Oracle Membership Provider in .NET2.0 for past few days. I did the following 1. Set up the Oracle Database membership schema 2. changed the settings in config file < compilation debug = " true " > < assemblies > < add assembly = " Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89B483F429C47342 " /></ assemblies > </ compilation > <!-- The <authentication> section enables configuration of the security
    Posted to Oracle (Forum) by sumathi on 1/16/2007
  • Re: Re:Re: About the membership provider

    Hi Michael Thank you for the response to my question in another thread. This is useful. I couldnt find the ReadMe text in Steven's Oracle Provider project. Can you please email that to me sumathi_babu@hotmail.com Thanx RS
    Posted to Oracle (Forum) by sumathi on 1/14/2007
  • Re: Oracle membership provider

    Can you please indicate the steps you have done to set this OracleProvider up? Thanks, RS
    Posted to Oracle (Forum) by sumathi on 1/10/2007
  • Re: Oracle membership provider

    Hi thank you for the link. I have downloaded the files. I have couple of questions. Hope you could help me! 1. I am seeing membership user class and membership class in other msdn articles as part of membership provider class. Do we need to have all the three classes, or just the membership provider class (OracleMembershipProvider.cs) is sufficient? 2. How do we start with the process of implementing this membership provider in the newly developed website? Warm Regards, RS
    Posted to Oracle (Forum) by sumathi on 1/10/2007
  • Re: Oracle membership provider

    Hi thank you for the link. I have downloaded the files. I have couple of questions. Hope you could help me! 1. I am seeing membership user class and membership class in other msdn articles as part of membership provider class. Do we need to have all the three classes, or just the membership provider class (OracleMembershipProvider.cs) is sufficient? 2. How do we start with the process of implementing this membership provider in the newly developed website? Warm Regards, Sumathi R
    Posted to Oracle (Forum) by sumathi on 1/10/2007
Page 1 of 2 (12 items) 1 2 Next >
Microsoft Communities