Ron's Sandbox

File Uploads

Wednesday, 21 May 2008 09:16 by hagermanr
I’m working on a project where the end user will be able to upload a comma delimited file and work will be done for each row in the file. The file upload control works well for this but I found that it will allow the end user to upload files other than CSV files so I had to find a way ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:   C Sharp
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed

Global Variables

Monday, 5 May 2008 14:54 by hagermanr
I do a lot of asp.net development and what I remember most from my VB 6 days (traditional asp) is the session variable.  In short you had variables that held session data to be used on multiple websites. In the .NET 2.0 world, I’ve learned to move away from session variables and on... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories:  
Actions:   E-mail | del.icio.us | Permalink | Comments (0) | Comment RSSRSS comment feed