Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
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 >>



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 >>


DevelopmentNow Blog