is there any limit to how long of a string SqlDataReader.GetString() can return?
Tue, 18 Apr 2006 20:41:35 -0700
is there any limit to how long of a string SqlDataReader.GetString() can
return?
...
|
Caching thumbnails
Tue, 18 Apr 2006 00:19:53 -0700
Hello,
I'm making my first image gallery in ASP.NET. I've never worked with images
in ASP.NET before. Everything is going well so far, but what's bothering me
is thumbnails flickering when the user reloads the page. Example -
http://www.russiannature.com/gallery2.aspx
I've heard about the thumbnails cachi ...
|
Mob-ocracy and the Fall of the Republic
Mon, 17 Apr 2006 23:17:37 +0100
Are we fools? Or are we slaves? As in the film Gladiator, are we as a nation
going from free men to slaves? Would we restore the Republic? Are we even still
living in a Republic? Or a mob-ocracy? And where is our representation in
government? Frank concludes that We have gone from civilized law to "jungle law"
...
|
for sale: internetDotComs.com
Sun, 16 Apr 2006 15:31:59 +0200
domain for sale: internetdotcoms.com
http://www.afternic.com/name.php?id=11866440
...
|
Anyone know how much overhead there is with Sql Notification services?
Fri, 14 Apr 2006 08:36:49 -0700
I notice a lot of activity on my sqlserver2005 box when nothing is
happening. Just sqlserver notifications installed and a table being
watched. I can't find any write ups on this. To me, it seems
important.
thanks
Peter Kellner
http://peterkellner.net ...
|
HttpContext.Current.Cache behaviour issue
Thu, 13 Apr 2006 07:43:02 -0700
Hi
I have an issue with the Cache behaviour between a webpart page and ordinary
aspx pages.
The application I've developed used caching already- with a file dependency-
and this worked a treat.
We then updated the webpart to add a dataset we built up in memory to the
cache with options to turn on cach ...
|
all sessions lost after deleting folders
Thu, 13 Apr 2006 02:02:01 -0700
I have a big problem,
I'm developing a filemanager in Asp.NET 2.0 C#, as a filemanager do , I
delete,add,rename folders and files. After weeks of searching te problem why
the session is lost everytime I do an action like delete.. Finally I found
it . It causes the
appDomain to restart. The result of th ...
|
|
|
what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions?
Wed, 12 Apr 2006 15:46:52 -0700
what permissions does a windows service need to execute another process?
System.Diagnostics.Process process = System.Diagnostics.Process.Start(info);
just local administrator? any specific permitions?
...
|
Session state IIS (Machine Key | Load Balanced Session)
Thu, 4 Jan 2007 20:53:41 -0000
Hi... I want to enable session state on my IIS 5.0 servers - has anybody
tried this by doing using the below article, if so did you come across any
major issues and does it work well?
Thanks!
This page details what is to be done:
http://support.microsoft.com/?id=312906
This key can be used (also in ...
|
System.Diagnostics.Process.Start fails on windows server 2003
Wed, 12 Apr 2006 12:32:48 -0700
System.Diagnostics.Process.Start fails on windows server 2003
the process returns process.ExitCode == 0 but executing any process with
System.Diagnostics.Process.Start on windows xp works fine.
anything to do different for windows server 2003? some special permission
for the process that executes another ...
|