Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > july 2003 > threads for saturday july 26

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Web page is too slow when running at the first times
Posted by Sara T. at 7/26/2003 6:57:40 PM
Do we have the way to run my web page at the first times that is not SLOW ? I realize that comes from compiling to machine code at the first times. But there could have some way to recompile manually. ...more >>

Best way to lock and open a file
Posted by Ron Vecchi at 7/26/2003 6:37:14 PM
I have a single line file where the line will be read and updated each time it is opened. My question is I need to open it with a lock so noone else can read or write to it untill the lock is released. The problem seems that what If it is locked and A different request tries to open it. From...more >>

Directory.Exists(Application["AppPath"])
Posted by Arjen at 7/26/2003 5:26:23 PM
Hello, I want to check if an directory exist. Directory.Exists(Application["AppPath"] + "/Uploads/") I'm doing this inside a asp.net web project in a class file. Here is the error message. The name 'Application' does not exist in the class or namespace. What kind of namespace do I have...more >>

Problem with Eventhandlers dynamicly created MobileControls
Posted by Kristof Pauwels at 7/26/2003 5:02:50 PM
Hellow, I have this peace of code from an ASP.NET page for a Mobile device, but i have a small problem. In this first SUB I dynmamicly create a MobileControls.Command. I add an EventHandler to this Control But when I click on this button, the only thing I notice is there is a post, but the ev...more >>

listBox ViewState lost
Posted by Frank at 7/26/2003 2:49:06 PM
Hi all, I have a listBox which is filled with data if not isPostBack. Then on client side, one more item is added to the listBox( using New Option in JavaScript). Then on a server button click event, I want to retrieve the newly added item. But it's not there. EnableViewState has been set to ...more >>

  constant
Posted by suzy at 7/26/2003 1:48:38 PM
is there a constant for   within the .net framework? ...more >>

When to lock application object
Posted by Ron Vecchi at 7/26/2003 1:28:43 PM
I know you should lock and unlock an application vaiable when updating it but should you also lock it prior to reading the value from it? My requests will be accessing the variable.. Thanks, Ron Vecchi ...more >>

htmltable and table
Posted by suzy at 7/26/2003 12:49:42 PM
what is the difference between a htmltable control and a table control i know one is server control and the other is not, but when would each be used? also, how do you set the class of a html control to use a class in a CSS file? it doesn't have a CssStyle property, (but the server control do...more >>



Save data to server without postback?
Posted by Mike Szanto at 7/26/2003 9:29:25 AM
I have an intranet application where some pages display large tables of editable data. I've designed the page to operate like Microsoft Access where the user can move from cell to cell and as they change rows it checks to see if edits have been made and automatically saves the changes to that ro...more >>

Displaying MS Access on an ASP page
Posted by Paul at 7/26/2003 8:20:42 AM
Hello, is it possible to show MS Access components (particuarly reports) on an ASP page? Cheers Paul Mitchell ...more >>

Rename a web form, error - missing some other reference?
Posted by Kathy Burke at 7/26/2003 8:07:48 AM
Hello. In asp.net, when I rename a web form, it changes only the @page name and the class name (as expected). It does not, of course, change the Inherited reference in the @page. When I change it manually (because my page only inherits itself) I get runtime error that it can't find the orginal f...more >>

Fire IISReset command on event aspnet_wp.exe (PID: 1234) was recycled...
Posted by sunil NO[at]SPAM itb-india.com at 7/26/2003 4:04:30 AM
Dear All, I would like run a program that does an IISReset when aspnet_wp.exe (PID: 1234) was recycled...In IIS service we have a property "Recovery" where you can specify a program to run...but IIS does not get reset when aspnet_wp.exe (PID: 1234) was recycled...so I would like to have an I...more >>

Storing connection string in machine.config
Posted by ritu_68 NO[at]SPAM yahoo.com at 7/26/2003 3:15:20 AM
How to store connection strings in machine.config?What are the advantages of storing it in the machine.config file.Can u provide me with the information regarding accessibility of machine.config file,meaning thereby,who can access thisfile and who cannot.An early reply would be appreciated....more >>

Website tracking ASP.NET?
Posted by DDK at 7/26/2003 2:15:41 AM
Does anyone know if there are any books that talk about building a website tracking program for asp.net and C#? Or even any good resources on the web that talk about this. Thanks for any info, D. ...more >>

Could not load type
Posted by Neil Ramsbottom at 7/26/2003 1:40:08 AM
Hi, I have built an application using ASP.NET. I can compile and run this application fine on a development machine, and on another development machine. I tried to then run the same application on yet another development machine (were trying to get a new revision control system up and...more >>


DevelopmentNow Blog