all groups > asp.net > september 2005 > threads for sunday september 25
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
grant asp.net write access but still won't work
Posted by frekster at 9/25/2005 8:53:30 PM
All.
I have a folder/files that I have added asp.net to have read/write/etc.
privlidges via the properties of the folder/files and security tab.
However, when I run my asp.net page, I still get that access is denied.
the path is c:\inetpub\app\bin\folder
the "folder has a ton of files in ... more >>
Active Desktop
Posted by Angel at 9/25/2005 8:27:03 PM
Is there a way in VB.NET to add my ASP.NET page to Windows XP Active Desktop?
thanks in advance...
... more >>
Is it true only 6 people are using 2.0?
Posted by clintonG at 9/25/2005 8:08:55 PM
I would have thought with November 7th rolling around many more people would
be adopting 2.0 by now but there are few 2.0 posts here and the forums are
not neccessarily as busy as one would think either.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
... more >>
open asp.net page from desktop
Posted by Loane Sharp at 9/25/2005 7:53:54 PM
Hi there
Is it possible to open an .aspx page from an icon placed on the desktop?
Best regards
Loane
... more >>
New to ASP: HTML editing and superfluous spaces
Posted by st NO[at]SPAM jpa.co.jp at 9/25/2005 7:19:00 PM
Hi,
I'm new to ASP and come from a Windows Forms background. I've taken
over a project and find I'm spending far longer than I want organising
form layout.
I've a form with a layout based on various sections separated using
tables, rows and cells. When I preview the form, I see a lot of ext... more >>
Framework Support by Visual Studio Versions
Posted by Thom Little at 9/25/2005 6:14:54 PM
I have ASP.NET websites deployed on a number of servers. Thee were
developed with Visual Studio 2003.
Is it true that Visual Studio 2005 only supports .NET Framework 2.0 and I
will be required to have Visual Studio 2005 for those ASP.NET websites and
Visual Studio 2003 for my currently dep... more >>
Comparing Time
Posted by wrytat at 9/25/2005 5:15:03 PM
I have a table in my database that has a DateTime field that stores a time
that I want to compare with the current time in my asp.net vb codes.
The value stored in the field is for example, 01/01/1900 11:00:00. So
actually I'm only interested with 11:00 am. And let's say the time I want to
... more >>
Random picture
Posted by TC at 9/25/2005 1:32:38 PM
How can I make my ASP.NET app display a single different picture each day,
instead of one every page load?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with custom validation
Posted by Jaime Stuardo at 9/25/2005 12:38:15 PM
Hi everybody...
I am testing custom validation in a test ASPX page and it isn't working. I
followed a tutorial but when I compiled the code, the field isn't validated.
The tutorial says that I have to add a CustomValidator control, then set the
Text, ErrorMessage and ControlToValidate prop... more >>
ASPNET
Posted by Ken at 9/25/2005 12:10:09 PM
Hi,
I get the following message:
"Visual Studio can not create or open the application because the web server
is not running. Please start the web server."
The web server is running. I suspect that the problem is with the ASPNET. I
am not sure how to fix it. I try to look at the account... more >>
Switching threads on UI in asp.net page
Posted by Jeremy Holt at 9/25/2005 10:25:59 AM
Hi,
In a windows.forms application I would BeginInvoke a delegate on the UI
thread to collect data from a database. When the call returns to the
AsyncCallback, if the Control.InvokeRequired = True, I would then have the
Control.BeginInvoke(New AsyncCallback(AddressOf GetDataCallback), New
... more >>
compare dates
Posted by Manny Chohan at 9/25/2005 9:51:02 AM
i have two date fields for event start date and end date. I let the user
enter two on create event page. on submit, i need to compare if the end date
is earlier than start date or not.
How can i compare two dates?
Thanks
Manny... more >>
Include a font
Posted by ujjc001 at 9/25/2005 9:33:04 AM
Is there an easy way to add a font to an aspx page? I have a barcode I
want to display without the user having the file local. I also don't
want to have to create it as an image. Anything? I've looked to no
avail.
Thanks!
... more >>
Field Validation
Posted by msnews at 9/25/2005 9:28:24 AM
Hi All,
I have a state dropdown box. The first item in it is "Select One" and after
that the state names are there.
The default is "Select One" item.
Is it possible to validate the dropdown box (the validation should exclude
the first item).
Thanks in advance.
... more >>
VS 2005 Delete a Website
Posted by milkyway at 9/25/2005 5:09:29 AM
Hello,
I have created many sample web sites for testing and now I would like
to do some cleanup.
When doing searches, it seemed that there were a good number of
approaches to removing a web site / application from Visual Studio -
some mentioning the use of IIS.
Is there an official sugge... more >>
Drop Down List Control , Select Value, and Javascript
Posted by craig NO[at]SPAM amtdatatechnologies at 9/25/2005 4:21:01 AM
Hi,
I've been asked to create a page that dynamically populates the contents of
related drop down lists using JavaScript, and then obviously posts things
back to the server.
For completeness, I re-produce example JavaScript below (this seemingly
works fine - but just to let you see what ... more >>
VS C# 2005 - Any working examples out there??
Posted by milkyway at 9/25/2005 2:00:45 AM
Hello,
I am trying to learn how to use the VS .NET C# 2005 Code. As an XML
example, I chose the one here:
http://www.c-sharpcorner.com/Code/2004/March/XmlTransformations.asp
The problem is it does not work under the VS C# 2005. It requires a
conversion and from what I am experiencing so f... more >>
Form Based Authentication and open project problem
Posted by sduncansca at 9/25/2005 12:27:10 AM
Hi
I have an ASP.NET v1.4 application that uses form based authorization. My
authorization section of the web.config looks like
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
Whenever I tried to open the project using VS 2003 it generates a ASP.NET
Vers... more >>
Empty string!
Posted by Adam Knight at 9/25/2005 12:00:00 AM
Very basic question!!
How do i check for an empty string in vb.net?
Ie:
If(e.Item.DataItem.Item(3) ?) Then
End If
I have already tried checking for a System.DBNull but the expression is
achieving what i am after
as e.Item.DataItem.Item(3) doesn't appear to be returning a dbnull i... more >>
two (desperate) questions for ASP.NET and SQL Server 2005 Express
Posted by Loane Sharp at 9/25/2005 12:00:00 AM
Hi there
I'm not sure that this is strictly relevant to the ASP.NET newsgroup, but
perhaps you've encountered a similar problem. Please help!!!
I'm using the "System.Data.SqlClient" namespace in an ASP.NET application to
connect to a SQL Server 2005 Express database. Moreover, I'm using XCo... more >>
i'm sure this is not the site, but never the less...
Posted by Patrick at 9/25/2005 12:00:00 AM
Please could someone direct me to a free software that i could use to
develop simple flash animations, menus and news tickers.
I'm using ASP.NET, but after careful review and much discussion we've
decided to try out flash.
And i would like to do this with some free software (freeware)
Thank... more >>
|