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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

DavieL

@DavieL
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Coding Horror of the Millennium in a banking application
    D DavieL

    My Wife opened an online bussiness account with a local bank. They insisted that someone come out and train her how to use it. The reason for this was not a training issue, rather the trainer had to change all the security settings on IE to get it to work (cache https pages, etc). I wouldnt have minded if they had: a) Told us what they were going to do b) Didnt pretend they hadnt done it until i said i knew they changed something and would go to the press.

    The Weird and The Wonderful database com sales performance help

  • Seperate cache variable for each instances of an application
    D DavieL

    This may not be elegent but could you stick the dataset into the cache and use the datatable default view Rowfilter property to get the user specific stuff? private DataView getUserDataFromCache(string user) { DataView dv = Cache["Dataset"].Tables[0].DefaultView; dv.RowFilter="UserID='" + userid + "'"; return dv; }

    ASP.NET help question

  • Seperate cache variable for each instances of an application
    D DavieL

    Hi, Do you mean each user is seeing the same cache contents & that's not what you want? If so place what user currently placing in the cache into the users session.

    ASP.NET help question

  • How to Export an Excel (xls) document that's compatible to all office versions - C#
    D DavieL

    Hi, Im convinced i did this many years ago, but I cant find the code. I did find this on Google Groups tho' You can use the Microsoft OLE BD provider for Jet to dynamically create an Excel workbook. Specifying a non-existent but valid path, workbook name and Excel 'table' in a SELECT..INTO query results in it being created. Hope this helps David

    C# csharp com tutorial question announcement
  • Login

  • Don't have an account? Register

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