Browse by Tags

Related Posts

  • Custom Session Provider Using Web Services

    Hello, Have any of you ever implemented a session provider that uses web services to store session data on a remote computer? The reason why I have to do this is that in my current project we aren't allowed to directly access a database server from the web server. I know it's stupid, let's...
    Posted to State Management (Forum) by RicardoPeres on 02-03-2009, 12:00 AM
    Filed under: Session, .net, .Net 2.0, asp.net
  • Session Arraylist weird behavior

    Hello, I used session ArrayList for developing a shopping cart in my application. When I tried to run it locally it runs perfectly but when I hosted my application on server and then I am getting runtime errors. I have some problems like, some times the values are stored in sessions and some times they...
    Posted to State Management (Forum) by nikhilbhomi on 11-12-2008, 12:00 AM
    Filed under: Session, <C#>, arraylist, .Net
  • GigaSpaces Launches XAP.NET - 6.6

    GigaSpaces XAP.NET 6.6 has been released. XAP, the eXtreme Application Platform, is an application server designed from the ground up to scale out, with applications in caching, distributed processing, messaging, and remote invocations. GigaSpaces' eXtreme Application Platform is an application server...
    Posted to Announcements (Forum) by g_korland on 09-23-2008, 12:00 AM
    Filed under: sdk, servers, Session, .NET, Caching, Data access, data acess layer, data grid, datagrid, replicated caching
  • Session datatable and GridView..

    I have a grid view binded to a datatable. If i navigate from this gridview page to another page and again come back to my gridview page,the page should display the gridview with all the rows present before navigating. Tried with the following code but not working. Appreciate any help, and not sure what...
    Posted to Data Presentation Controls (Forum) by lovelyt on 03-05-2008, 12:00 AM
    Filed under: session, .NET Gridview Problems, DataTable, .net
  • Automatic Login, Email and File Attachment

    I've come across a very interesting C# and ASP.NET project. Part of it will involve an automatic login, creating a new email, attaching a file to that email and then leaving the browser open for the user to complete the rest. This is very similar to what Microsoft Outlook already provides, right...
    Posted to Architecture (Forum) by nima.tavassoli on 10-23-2007, 12:00 AM
    Filed under: session, .NET, C#, email, webrequest, ASP.NET Architecture, authentication
  • dynamic Controls Creation

    hi. i have been trying to create dynamic controls based on the number of values read from a database thus i have a fuction that would read from a specify colm in the database and store the values it in an arraylist, which is inturn stored into a session varialetab and in the page init method, i would...
    Posted to Web Forms (Forum) by dave1982 on 10-09-2007, 12:00 AM
    Filed under: session, .net, dynamically generated web Controls, adding dynamic controls
  • Re: error and logging structure doesn't adapt to ASP.NET C#? Anyone know a way?

    Hi PuritysDisciple, You could try creating a static class to hold the functions. You could then include the error listing in the session(across pages) or viewstate(within the page) collection as desired. For example: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System...
    Posted to Architecture (Forum) by timdalby on 08-20-2007, 12:00 AM
    Filed under: session, .NET, Asp.Net 2.0, Error, application state management
  • customError page

    I catch unhandled errors in the global.asax using the Application_Error event handler. The method that stores certain context details returns an id for the relevant record, so in theory I can provide the user with a link that displays those details. What I need is a way to convey that id from the Application_Error...
    Posted to Web Forms (Forum) by sgarshol on 06-01-2007, 12:00 AM
    Filed under: session, .net, Custom errors
  • asp/vb.net session variable within an autocomplete extender class file

    Hi all, I'm trying to use a session variable within a class file. This topic has been covered lots of times (I know from the multiple pages of google search results) and I have read quite a few posts about the topic. I know that "System.Web" must eb imported and that you must use "Httpcontext...
    Posted to ASP.NET AJAX UI (Forum) by ian_wjec on 06-25-2009, 12:00 AM
    Filed under: .NET, ASP.NET, variable, 3.5, class, ajax, session, autocomplete
  • Session ID's contain common substrings

    Ever since using the .NET Session object on my app, I've noticed that nearly every ID generated for sessions contains either the string "45" or the string "55" For example, here are the most recent IDs: cmgzghecsjyzs545pmtforbx bpbidb4503s4gg45s2ekbezj wlbtf345irekig55xz45xn45...
    Posted to State Management (Forum) by Queuetip on 11-09-2009, 12:00 AM
    Filed under: Session, .net
Page 1 of 2 (11 items) 1 2 Next >