Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. any example on webparts and personalisation of webparts using db as oracle

any example on webparts and personalisation of webparts using db as oracle

Scheduled Pinned Locked Moved ASP.NET
databasetutorialoracledesign
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lakshmichawala
    wrote on last edited by
    #1

    by defining like below in web.config file <personalization defaultProvider="AspNetSqlPersonalizationProvider"> <providers> <remove name="AspNetSqlPersonalizationProvider" /> <add name="AspNetSqlPersonalizationProvider" type="System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider" connectionStringName="SqlServices" /> </providers> </personalization> we are able to save the data in sqlserver....any body please give me one example on webparts how to save the in oracle database

    R 1 Reply Last reply
    0
    • L lakshmichawala

      by defining like below in web.config file <personalization defaultProvider="AspNetSqlPersonalizationProvider"> <providers> <remove name="AspNetSqlPersonalizationProvider" /> <add name="AspNetSqlPersonalizationProvider" type="System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider" connectionStringName="SqlServices" /> </providers> </personalization> we are able to save the data in sqlserver....any body please give me one example on webparts how to save the in oracle database

      R Offline
      R Offline
      Ravi Mori
      wrote on last edited by
      #2

      To use Oracle as your Database for personalization, you need to create a custom personalization provider for that.. see the following links for more info: CUSTOM PERSONALIZATION http://msdn.microsoft.com/en-us/library/aa479037.aspx WEB PARTS ORACLE PERSONALIZATION http://download.oracle.com/docs/html/E10928\_01/OraclePersonalizationProviderClass.htm#BABCHDGI

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups