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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|