all groups > asp.net > may 2005 > threads for sunday may 22
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
Range validator for date
Posted by tshad at 5/22/2005 11:47:00 PM
I have been trying to set up a range validator and regular expression for my
dates.
I tried this:
<asp:RangeValidator runat="server"
ControlToValidate="AbsentFrom1"
MinimumValue="12/31/1950"
MaximumValue="1/1/2100"
Type="Date" text="Invalid Date"/>
... more >>
newbie question - Securing with ASP.NET
Posted by romy at 5/22/2005 7:22:31 PM
Hi
I'm about to turn a public website into a secure members only website (after
paying registration fee).
I assume all I need for that purpose is to save users' information in an
XML file and use form authentication method in web.config
to prevent from anonymous users to enter.
Programma... more >>
Response.Redirect(); doesn't work on SOME servers
Posted by mark mcfarlane at 5/22/2005 6:09:14 PM
I have a simple button on a page with a
Response.Redirect("http://www.microsoft.com"); in the call back. There's
lotsof other stuff going on on the page, but not in this buttonPress method.
There's only on eline of code in the buttonpress method,
Response.Redirect(http://www.microsoft.com);... more >>
asp.net performance monitoring
Posted by Jimmy at 5/22/2005 4:00:17 PM
Hi all
I have tried this to enable asp.net performance monitoring but in step 3 I
do not see the 'View Report'...?
To view the available ASP.NET counters on a Windows XP computer with IIS
installed
1.. From the Start button, click Run.
2.. Enter perfmon in the Open text box and then c... more >>
Looking for ASP .NET 2 Beta 2 forums
Posted by Ahmed Shafi at 5/22/2005 3:53:50 PM
Hi there,
I was wondering if there are any microsoft forums for .NET 2.0 beta 2 in
general and ASP.NET 2.0 beta 2 in particular? I know about the forums at
www.asp.net but I am looking for someting similar to the one for SQL server
2005 here:
http://communities.microsoft.com/newsgroups/d... more >>
Thread was being aborted
Posted by Josef K. at 5/22/2005 12:48:10 PM
I've started getting "Thread was being aborted" errors. This errormessage
has me puzzled. I'm using the same very simple approach throughout the
application, and it works elsewhere:
-- my aspx form declares an instance of a data-layer class with form-level
scope
Protected WithEvents MyDataL... more >>
Too much spacing in my tables' rows
Posted by tperri at 5/22/2005 12:38:01 PM
Hello everyone,
I've got a table on my web page defined like this:
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP:
8px; HEIGHT: 424px" cellSpacing="0" cellPadding="0" width="960" border="0"
align="center">
and in every row, no matter if I drop in an image, te... more >>
ASP.NET application on a CD-ROM?
Posted by FabFreddy at 5/22/2005 12:32:50 PM
Hello,
I need to change my asp.net, vb.net internet application to run it on a
CD-Rom. It's some sort of productcatalogue with a ordersystem.
Does anyone knows if this is possible and what's the best way to do this? Or
are there better ways to make this on a CD-Rom?
Thx!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Troubles with using a user control
Posted by viveksisodiya NO[at]SPAM gmail.com at 5/22/2005 11:01:00 AM
Im using a Top Navigation Bar Web control in my application.
This Bar uses Images. Im trying to dynalically assign the relative URL
path as image path. That is, a particular image can have src attribute
as "../../images" or "images/" etc based on a public property of
control, callingDepth. This ... more >>
HOWTO test a thrid-party web service?
Posted by Rui Wang via .NET 247 at 5/22/2005 9:52:28 AM
Hi all,
I am coding a web serivce and VS.net2003 is the tool I am using. I am constantly getting errors back from the thrid party web serivce, which I am connecting to.
Can anyone suggest a good way of testing whether the remote web service is working or not?
The web service I want to test... more >>
Hyperlink in SMTPMail
Posted by Wayne Wengert at 5/22/2005 3:49:10 AM
I am trying to build an aspx page that will send customized emails to a list
of email addresses (in a SQL Server table) where each email has a customized
hyperlink. As part of the body of the outgoing message I want a section that
is something like:
=========================================... more >>
|