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 > july 2003 > threads for sunday july 27

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

date validation?
Posted by Null at 7/27/2003 11:19:57 PM
How to write an IsDate function that actually checks for a particular date format? Using try-catch on Convert.ToDateTime(sDate) doesn't catch invalid entry (i.e. 5/2000).....I want the dates to be input as mm/dd/yyyy OR m/d/yyyy OR m/d/yy (etc.).... Any thoughts? ...more >>


Problem with Building DLL after the AppDomain is unloaded.
Posted by Raveendra M at 7/27/2003 11:00:32 PM
Hi! I am working with ASP.NET application. In my page I am creating one Application Domain and in that domain I am calling my DLL. Using the methods of the dll. And unloading the Application Domain. Till this point it is working fine. My problem is, while web page is open, than I am modif...more >>

Identity System
Posted by Arran Pearce at 7/27/2003 10:57:19 PM
Hi, How can i get my ASP Page or Web Service to run as the LocalSystem rather than a user? cheers ...more >>

Working with client workstations - newbie question
Posted by JSM at 7/27/2003 10:22:14 PM
HI, I have an existing VB6 / SQL Server cataloging application which I wish to convert to a web based application. I figure this would be a good project which I could use to learn ASP .NET. I'm sure I can figure out how to interrogate the SQL database etc on the server side, but what I am not...more >>

Reading a cookie from a Web Control
Posted by Wayne MJ at 7/27/2003 9:37:24 PM
I have the need for a page to either pick between 2 Web Controls, one being the login; the other being subscriber input/confirmation. If a cookie is not found, even a temporary one (set at 1day) when the containing webform is loaded then the login page is offered - if they are registered users...more >>

Server Error Understanding
Posted by Leon Shaw at 7/27/2003 7:34:55 PM
Please help me understand this Error??? Server Error in '/solo' Application. ---------------------------------------------------------------------------- ---- Object must implement IConvertible. Description: An unhandled exception occurred during the execution of the current web request. P...more >>

href code
Posted by Konrad at 7/27/2003 7:20:26 PM
Hi How to write in c# href code so it looks in source Slide - pokaz programu - Remonty firmy Delta Software pls. look source of this link. Thanks ...more >>

Web Reports using ASP.NET/VB.NET
Posted by jayuya at 7/27/2003 7:11:46 PM
I have to provide the users with data in the form of Web Reports. Crystal Licensing...Very expensive for us. PDF? Can I take data from ADO.net into and create PDF? This will be my first time building report for the web, so any suggestions,Links,sample code, etc.. will be great. Any sugg...more >>



SQL Connection problem
Posted by Arda at 7/27/2003 7:07:44 PM
Hi all, I tried to connect a database(SQL) by both VS 2003 interface tools and normal typing. When I make the connection in subdirectory project it doesn't work and gives an error like this; Server Error in '/WebApplication1' Application. --------------------------------------------------...more >>

Question about RequiredFieldValidator
Posted by peterchang_69 NO[at]SPAM yahoo.com at 7/27/2003 5:29:58 PM
I've created a simple form with a submit button and a textfield. I assigned a RequiredFieldValidator to the textfield and set EnabledClientScript to ture. I noticed the validator did not display the error message if the textfield was empty. It seems to me that the client side validation script d...more >>

Loading pages faster
Posted by Mircea Pleteriu at 7/27/2003 5:16:13 PM
Does any body know any article about tips to load aspx pages as fast as it gets? ...more >>

Hierarchal Tree Control in a combobox
Posted by David W. Simmonds at 7/27/2003 5:06:03 PM
Outside of building a custom ActiveX control that would need to run on the user's machine and have security attributes set to allow such, does anyone have any code that will allow a combobox to display a tree of items? I could display a tree control, but that takes a lot of space on the page. I h...more >>

DIV, CheckBox
Posted by MS News at 7/27/2003 3:31:37 PM
Hello, I am populating a DIV with Checkboxes based on rows I get from a Table while dr.read() ..... mydiv.controls.add(etc...) .... other set up end ... On my webpage I check some of the check boxes then submit on postsback how can I get back all the check boxes that were ch...more >>

Best Practice - Update Dynamic Datagrid
Posted by mark_mrachek NO[at]SPAM yahoo.com at 7/27/2003 2:56:54 PM
Hello, I have a database which contains approximately 30 reference tables. I've been looking at building a dynamic datagrid that is updateable, but have run into problems with the Cancel and Update events not firing. After reading several posts about the events not firing, it seems that thi...more >>

Next row in database
Posted by David Whitehouse at 7/27/2003 2:44:00 PM
I've used an SQL staement to pull a table from my database using the DataReader. ie SELECT * FROM Table. However i cannot get off the first row of the table. Is there a DataReader.Next() statement or something that can force the datareader to jump to the next row? -David ...more >>

Going crazy with requiredfieldvalidator controls . Kindly help me
Posted by Navin at 7/27/2003 2:04:04 PM
Hello friends... On a single asp.net web page i have a single server-side form that contains a couple of user-controls. Each user control has its own functionality and contains server-side textbox controls, requiredfieldvalidator controls which validate the textboxes, and a linkbutton control th...more >>

Get a collection of all available page names at run time
Posted by Feng at 7/27/2003 1:05:43 PM
I need to get page names of all my available ASP.Net pages in my ASP.Net project at run time. How do I do that? Thanks...more >>

Run .exe from WebForm
Posted by mg at 7/27/2003 12:31:32 PM
How can I run an .exe (located at the server) from within a WebForm? For example, run "word.exe mydoc.txt"...more >>

page cycle and long query - tough one
Posted by greg at 7/27/2003 11:22:28 AM
Hi Basically I call a page that does a very long op (like very long database query) and display results (possible on another page) But I need to display a progress bar for user to see some progress (dummy but at least something) no frames There is an old trick in cgi/ asp for a page ...more >>

.net framework ·þÎñÆ÷Ò³Ãæ±¨´í£¬Ôõô½â¾ö£¿
Posted by benjamin at 7/27/2003 9:27:55 AM
ÄãºÃ£¬ÎÒµÄÍøÕ¾ÊÇÓÃ.net framework¿ò¼Ü×öµÄ¡£µ±·ÃÎÊÁ¿´óµ½Ò»¶¨³Ì¶Èʱ£¬ÔÚ·ÃÎÊÒ³Ãæ ¾Í±¨´íÎó¡£ ±¨´íÎóʱ£º 1¡¢cpuÕý³£ 2¡¢ÄÚ´æÕý³£ 3¡¢Êý¾Ý¿âÕý³£ 4¡¢ÆäËüasp or htmÒ³Ãæ¶¼Õý³£¡£ËùÓеÄaspxÒ³Ãæ±¨´í¡£ ÎÒÖØÐÂÆô¶¯IISºó£¬»Ö¸´Õý³£¡£ ²Ù×÷ϵͳÊÇ£ºWIN2000 SERVER+SQL SERVER2000 ÇëÎÊÎÒ¸ÃÈçºÎµ÷Õû£¿ machine.con...more >>

DataRow[] and Select(filter with a like clause) question
Posted by Ron Vecchi at 7/27/2003 9:03:57 AM
I am using the Select method on a DataTable to return a DataRow[] filter = (width LIKE '%width="[1-9][0-9]%') I am getting an exception saying my filter is invalid I narrowed it down to the part that reads [1-9][0-9] if I eliminate this part it works. Is there a way to accomplish what I'm t...more >>

Debug error - The project is not configured to be debugged (I've tried everything!)
Posted by jsausten NO[at]SPAM hotmail.com at 7/27/2003 7:26:35 AM
Hi, I am running v1.1.4322 on Win2K server and unable to debug a ASP.Net application running locally, using a full URL (ie www.mysite.com). When I hit F5, I get the following error message: <debugger_error_message> Error while trying to run project: Unable to start debugging on the web se...more >>

prevent back in browser
Posted by Music Lover at 7/27/2003 12:49:33 AM
For the whole appliation, how can I prevent the users from pressing back in the browser to go back to the previous page? Thanks ...more >>

How to send mail in HTML format
Posted by Paul Turley at 7/27/2003 12:23:19 AM
How do I format a message so it shows up as a web page in the mail reader. In the body of my message, I'm including a '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Traditional//EN">' tag and standard <html><body> tags but this all shows up as text in the message. What's the secret? -- Paul T...more >>


DevelopmentNow Blog