all groups > asp.net > january 2008 > threads for sunday january 13
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
Slow Loading ASP.NET application
Posted by Sanjay Pais at 1/13/2008 11:14:13 PM
We are setting up our new environment with our hosting providers.
We have a Quad Core Windows 2003 Server with 12 GB RAM
We have a Load balancer with 2 web servers and a database server. The
website and the code are stored on a SAN.
The problem we are facing is that the app pool takes very lon... more >>
2005 to 2008
Posted by jaems at 1/13/2008 10:55:20 PM
When I upgrade from VS 2005 to VS 2008 and then run VS 2008 linked to my
remote website:
1) what is it doing to my website when the wizard upgrades my site?
Is it only changing the web.config file?
Ist it reversable?
2) when my site has been upgraded then why does VS 2008 want to download ... more >>
images not showing on dev-machine
Posted by Jurjen de Groot at 1/13/2008 10:52:25 PM
I'm developping a web-app using VS2008 (Pro edition) on a Vista Ultimate
machine
..
For some reason images aren't shown, the only thing shown is the little
square with the circel, triangle and square in it.
Even if I set the ImageURL property in my Page_Load and set it to the
absolute pat... more >>
Help with HTTP Handler issue
Posted by Glen Wells at 1/13/2008 6:13:55 PM
Hi,
A client has 2 IIS websites both pointing at the same physical directory (2
separate IIS sites to allow 2 SSL certificates). On one site, an HTTP
Handler defined in the web.config works OK, on the other site, the same
handler defined in the same web.config, does not work at all. There a... more >>
confirmation and passing values
Posted by rsht at 1/13/2008 3:30:37 PM
I am new to the ASP.Net and need some helps.
In ASP, page one can have a button event "confirm()" to pop-up a yes
or no window:
<form ... action="page2" >
....
<input onClick="confirm();">
</form>
and if user click yes to onfirm, the function can have form.submit to
post the form values to... more >>
question about postback
Posted by Mark at 1/13/2008 2:36:23 PM
Hi,
In the aspx file, the form is submitted with a javascript like this:
<form id="ins" method="post">
<input id="sql" name="sql" type="hidden" />
<input runat="server" id="Submit1" type="button" value="click"
onclick="myfunc()"/>
</form>
<script language="javascript" type="text/javas... more >>
request, session and application 'not defined'?
Posted by James R. Davis at 1/13/2008 12:44:54 PM
I am building a set of shared functions and subroutines in a vb file located
in my App_Code section of my application. The first three functions went
fine and work as expected. But I am now starting a subroutine that must
work with certain server variables and I have been stopped cold.
This ... more >>
TripleDES with Hexadecimal Key
Posted by Celia at 1/13/2008 9:49:31 AM
I am working with a web service which requires enryption of some XML
fields. It will be symmetric encryption - TripleDES.
The vendor has given me the Key that we will share. With the exception
that there are 48 characters in the actual Key that he gave me, here
is an example of what he gave me... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Squeezing in between LoadViewState and LoadPostData
Posted by kaniga at 1/13/2008 8:40:56 AM
Hi,
I am trying to build an application framework for loading data into my
page controls (data-binding).
I though that I could load the data at Page_Init (calling to the
applications Business Logic),
and this would allow me to get the user's selections on postbacks,
i.e.
if I fill a drop-... more >>
Help with updating xml
Posted by pauld at 1/13/2008 6:44:25 AM
Hello -
I have found on freevbcode.com a way to easily read and write to an
xml file via a web form. The URL for this code is
http://www.freevbcode.com/ShowCode.Asp?ID=2789
The only problem I have is that the xml file is overwritten instead of
being appended...is there anyone who can help m... more >>
Adding Browser Capabilities for new device in asp.net1.1
Posted by Nadav Popplewell at 1/13/2008 1:19:00 AM
Hi everybody,
I've got an ASP.NET 1.1 application and I need to add to it new Browser
Capabilities information for 3 new cellular phones.
I used to use http://www.asp.net/mobile/profile/MyDevices.aspx to detect the
Browser Capabilities for my devices, but now I can't get to that page.
Whe... more >>
|