all groups > asp.net > july 2003 > threads for friday july 11
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
ASP enterprise manager ?
Posted by Jurjen de Groot at 7/11/2003 10:28:12 PM
Has anyone tried the ASP.NET Enterprise Manager ? I've installed it but
after starting up it produces errors, I've started it by using
http://localhost/ASP-ent-man/ and also by using
http://localhost/ASP-ent-man/app/ but they both throw an exception. I've
even copied the bin directory into the a... more >>
FromOADate
Posted by Onur Bozkurt at 7/11/2003 7:09:07 PM
I need to have the current time in 5-digit integer format. There ss a
function for date but I could'nt find one for time. Is there any way to do
it...?
... more >>
WEB SERVICES book - opinion
Posted by David Waz... at 7/11/2003 7:04:19 PM
I'm looking for a very good book on Web Serices
NOT beginners stuff -
Security
State maintenance
Implementation
Best practices
etc...
... more >>
QUESTION for a MICROSOFT guy here...
Posted by David Waz... at 7/11/2003 5:30:44 PM
about another news group...
These news groups are always pleas for help...
How about a news group like:
Microsoft.Public.DotNet.Solutions.Framework.aspnet
or some other such structure... where people post actual solutions to
complex problems they have found that work. This group, and gro... more >>
MissingMethodException Confusion
Posted by Chris Jackson at 7/11/2003 4:27:48 PM
OK, this one has me completely confused. Here's the situation:
I have a home-rolled session management system, which allows me to share
session state between my ASP.NET applications and my ASP Classic
applications.
To do this, I have a SessionPage class, which is what I inherit all of my
pa... more >>
Failed to load ViewState
Posted by John Kirksey at 7/11/2003 4:25:00 PM
I have a page that uses an in-place editable DataGrid that supports =
sorting and paging. EnableViewState is turned ON. At the top of the page =
are several search fields that allow the user to filter the results in =
the grid.=20
Say you filter the grid for records that have a certain conditi... more >>
.Net Dlls and ASP.NET app.
Posted by edband NO[at]SPAM att.net at 7/11/2003 2:42:29 PM
I posted this question in the past, but have not
yet received an answer. Here is the question.
By default an ASP.NET app developed in Visual Studio
compiles it's code to a DLL located in the bin directory.
Is it worth while to try to break your code into seperate
DLLs, rather than a... more >>
Documenting ASP.NET
Posted by Tim Almond at 7/11/2003 2:30:57 PM
I need to document an ASP.NET solution. UML makes sense in some ways, but
also I need to document the navigation etc.
What do others do?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
showDialogModal and arguments
Posted by andrei at 7/11/2003 1:16:11 PM
Hi Group,
I need to open a modal window (a search form) from a link on the main form.
I'm also passing it a parameter - a table name, so the call looks like this:
res = window.showModalDialog("search.aspx", "PROD") in javascript, in
the main form.
Now I need to access the value of the p... more >>
output javascript to appear at end of page?
Posted by Tariq Ahmad at 7/11/2003 1:10:00 PM
hi,
i want to write some javascript at the *end* of my
rendered html page via my webform.
currently i am using response.write and it always
puts it at the top of my page.
using RegisterClientScriptBlock seems to put it
just after the VIEWSTATE bit at the top.
any help appreciated.
... more >>
OT: Rich Text Box editor (IE object)
Posted by Marina at 7/11/2003 12:59:10 PM
Hi,
I am looking for a way to have a textbox, but with some rich text box type
properties. Most importently, it should let a user create hyperlinks.
Something like making things bold or highlighted would be nice too.
Basically, we need non technical users to add content that includes things
... more >>
Unable to connect to SQL 2K via VS.NET
Posted by Brian Pittman at 7/11/2003 11:56:07 AM
Hi all,
As the subject says I'm having trouble connecting to SQL Server 2K via
Visual Studio.NET 2002 (VB). It tells me that SQL Server does not exist or
access is denied. I know that the server exists because its on the machine
I'm working on. There is no reason for me to be denied access.... more >>
Web.config
Posted by Chris Fink at 7/11/2003 11:55:43 AM
Should the web.config file be included in my deployment, IE physically
located in the web app's virtual directory on a release? It makes me
nervous having my DB conn string, etc in a ASCII file so available. I am
hoping the answer is "it gets compiled, and is placed in the
\bin\myproject.dll fi... more >>
Ampersands being converted when in data that is bound to my ASP:Dropdown
Posted by Howard, Brett at 7/11/2003 11:24:50 AM
I am binding data to the <ASP:Dropdown> object. My field that I am binding
to the DataTextField property has " " in the data out of the database.
The problem that I am having is that when the page is rendered to the
browser, the " " is changed to "&nbsp;". Is there a way to stop
... more >>
Text Format String - Please help
Posted by Eddy Soeparmin at 7/11/2003 11:03:09 AM
Hi,
I need to display a DateTime field in 'mm/dd/yyyy' in a DataGrid.. On
myGrid1 - Properties - Columns - myColumn1 - Text format string:
I tried to put 'mm/dd/yyyy' in there and it displays 'mm/dd/yyyy' in stead
of '04/10/2001'. I know I didn't do it right. Please let me know what's the
c... more >>
Databinding Related Dropdownlist
Posted by Leon Shaw at 7/11/2003 10:59:46 AM
have two Dropdownlist and one which is containing States and one
containing Cities. I know how to do all the little databinding task in
visual studios interface as well as set the relationship (parent, child,
etc.). In the code behind file in page_load event I fill the data adapter
and databind ... more >>
move from development machine to server
Posted by blarfoc NO[at]SPAM yahoo.com at 7/11/2003 10:38:27 AM
hello group
i wrote a asp.net application on my xp pro machine., now i want to
move it to server. i used vs.net 2003. it looks like the sln file is
in my code folder, but the web site is in c:\inetpub\wwwroot.
do i just copy the wholed website from wwwroot to the server? server
is window... more >>
Enable asp.net after .NET framework installed
Posted by mike at 7/11/2003 9:59:39 AM
Hi there,
I made an asp.net application using VS.net and package it up. The setup.exe
first checks .NET framework, then check IIS before install the application.
The problem is, when I test it, first install .NET framework, then install
IIS, and the application, the ASPX page doesn't executed.... more >>
Trap "connection pool" errors
Posted by Sean Nolan at 7/11/2003 9:57:44 AM
We have implemented unhandled error trapping at the application level and
log these errors to our database. One error, however, the does not get
trapped is when the connection pool has exceeded the max number of
connections.
Obviously, we need to find the place(s) in our code where connections... more >>
Could Not Access CDO.Message object in IIS6.0
Posted by Desmond at 7/11/2003 9:42:30 AM
Hi,
I would really appreciate if somebody could give some
advise on this.
I've a ASP.NET application that is supposed to send
emails and it is tested to be working well on IIS 5.0 and
tested working in .NET Framework 1.0/1.1.
Recently this is ported over to IIS 6.0 using .NET
Framework 1.... more >>
Post Variables to External Script
Posted by deb_marti NO[at]SPAM yahoo.com at 7/11/2003 7:18:52 AM
I am trying to find out how I can use the ASP.net framework yet still
post the variables to an external script (not ASPX) after the form has
been submitted. So, the ASPX page will still post to itself, but then
I need to transfer the variables to another page. I need to do this
transfer using ... more >>
|