all groups > asp.net > december 2004 > threads for sunday december 19
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
A connection to the server could not be estabishled
Posted by Donald French at 12/19/2004 11:27:57 PM
I have been beating my head against the wall over this one. Everytime I try
to create a new web application I get this message. I have done the
following
uninstalled IIS
removed Inetpub
reinstalled IIS
ran aspnet_regiis
followed the directions in webserver.htm
Still get the message.
... more >>
How can i use an image button?
Posted by Miguel Dias Moura at 12/19/2004 11:15:58 PM
Hello,
On na ASP.NET/VB web page i have a form and i have this button:
<asp:Button ID="search" runat="server" OnClick="searchGO" Text="search"
/>
I want to use the image search.gif instead of the standard button.
How can I do this?
Thanks,
Miguel
... more >>
How do I extend the RangeValidator control to handle custom dates?
Posted by jk at 12/19/2004 9:51:01 PM
Looking through WebUIValidation.js, I discovered that the standard validators
don't cater for non-numeric date formats (e.g. dd-MMM-yyyy) which I would
like to do
To keep code to a minimum, I would like to extend the existing validator to
handle other common date formats and still be able t... more >>
How do I add the IUSR_<Machine Name> account to my database?
Posted by PK9 at 12/19/2004 7:17:04 PM
I'm having trouble accessing my database
(error: The Microsoft Jet database engine cannot open the file '(unknown)'.
It is already opened exclusively by another user, or you need permission to
view its data) .
I know that I need to give the IUSR_<Machine Name> access to my database,
but... more >>
VS 2005 XHTML Compliancy problem
Posted by Walt Zydhek at 12/19/2004 6:57:02 PM
I'm testing Visual Studio 2005 for design of pages that are XHTML 1.1 Strict
compliant and have found a few problems. Wondering if anyone can suggest a
workaround or if it is an issue Microsoft will be correcting.
First, My page <head> tag has the runat="server" attribute, and any <link>
ta... more >>
Help on System.IO.DirectoryNotFoundException
Posted by Andy Lim at 12/19/2004 6:27:10 PM
Hello all,
I just moved one of my ASP.NET application to a new hosting. But the same
application that used to work perfectly before now returns this error:
System.IO.DirectoryNotFoundException
[HttpException (0x80004005): Failed to create temporary files directory
'C:\WINNT\Microsoft.NET\... more >>
User input directly into datagrid or table?
Posted by svanrees NO[at]SPAM hotmail.com at 12/19/2004 4:20:10 PM
Hi
I need to set up a table or datagrid where the user is able to input
values directly into the cells. What i am attempting to build is a
page that displays all the days of the year with the columns being
months and the rows being each day in the month, the user will then
input the amount of ... more >>
Date and Time query
Posted by Paul Evans at 12/19/2004 3:43:14 PM
Hi,
I have created a datagrid which works just fine. One of the columns
retrieves the date which particular row was populated. However, the format
which the date is returned is:
19.12.2004 13:03:25
I only want to display the date that the row was populated, not the exact
time as wel... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
JIT Debugging failed with the following error: Access is denied.
Posted by Shawn at 12/19/2004 1:54:23 PM
JIT Debugging failed with the following error: Access is denied.
JIT Debugging was initiated by the following account 'PLISKEN\ASPNET'
I get this messag in a dialog window when I try to open an asp.net page. If
I press OK then I get a page with this message:
Server Application Unavailable
... more >>
Cookies and Events Problems
Posted by ltt19 at 12/19/2004 1:09:01 PM
Hi Folks,
I'm just beggining with asp.net, and I'm doing a webpage to learn it. In the
main page, there is a text by default written in Portuguese, that the user
can change it it English by clicking on a button. When you click in this
button it writes a cookie with your chosen language, and... more >>
Session Timeout Event never happens?
Posted by Tim W. at 12/19/2004 12:58:34 PM
Folks.
In a B2B Procurement system we've created, we got following Session-Issue:
Configuration: We are using IIS 6.0 and added SQL-Based-Sessions in
web.config with a timeout of 240 minutes and set them to cookieless mode.
As well we added Session.Timeout=240 in asp.net-application and sav... more >>
Gridlines in Datagrid problem!
Posted by Lars Netzel at 12/19/2004 11:43:33 AM
Hi!
How can I get ONLY vertical Gridlines WITHOUT a border around the whole
grid?
I have "GridLines=vertical" and "BorderStyle=None" and still I have a border
around the whole grid!
/Lars
... more >>
Activating JavaScript from C#
Posted by Mike Strauss at 12/19/2004 10:18:30 AM
Mission impossible?
I would like to click on a button on an aspx page, have that trigger a
section of code in the code behind, then depending of the results of the
code behind execution, execute a JavaScript.
The JavaScript I need to execute is a "window.open", but only if the results
of... more >>
Royalty Free Images
Posted by VB Programmer at 12/19/2004 8:31:27 AM
Where can I download good, professional, royalty free images for my sites?
Google Images doesn't always cut it, plus it's not always royalty free,
which is important.
Thanks.
... more >>
n00b Question
Posted by Ambush at 12/19/2004 6:26:40 AM
I'm pretty new to ASP.NET programming and web programming in general,
but I've been a client/server programmer for several years now (which
is definately making things more difficult for me). I've got a project
developed in ASP.NET designed, for the most part, the way that I would
design a clie... more >>
Control Disapper
Posted by sara at 12/19/2004 3:23:01 AM
Hi to all
i have a web user control when i click a button in my form i load this control
but when i click other button this user control dissaper i dont whant that
to be done ?? how ??
... more >>
print a page
Posted by rom at 12/19/2004 1:08:49 AM
I need to print a html table when the user clicks on a
key. the problem is that i don't want the printer dialog
box to appear. i guess this is impossible in javascript so
i think to create an event that will be fired by a keyup
event, this event will submit the page, and i will be able
to ... more >>
|