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 > may 2005 > threads for saturday may 21

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

How-to do "Please Wait" dialog while uploading with .Net?
Posted by Kent P. Iler at 5/21/2005 10:47:49 PM
Hi, I am using ASP.NET to allow users to upload files to the server. However, I haven't found a way to display a message and take away the submit button during the upload process. What is the easiest way to do this, and is there an easy way without buying a 3rd party util. to show a pro...more >>


Another user's data is populated in my page
Posted by GSN Sarma via .NET 247 at 5/21/2005 8:36:24 PM
I have a list box in my ASP=2ENET web page=2E The list box is= populated on page load event with names of the employees of a= department=2E The department is decided depends on the login=2E But= when a user from department "A" logs in, he is shocked to see= employees of other department in h...more >>

Somewhat advanced OO design question
Posted by kenfine NO[at]SPAM u.washington.edu at 5/21/2005 7:27:30 PM
Hoping to get some ideas from more experienced hands regarding the best way to use object-oriented design to assist my development of a content management system destined for multiple devices. Imagine this class structure: clsContentData [interface to complex database.] clsPages ...more >>

How do you inspect HTML controls in compiled C#?
Posted by Brian Kitt at 5/21/2005 5:46:02 PM
I have a C# application that builds dynamic HTML and renders it. Because it is rendered in this way, the input controls are not server controls. I write the entire page, which has a variable number of detail lines for an order. I want the user to be able to change values on these detail lin...more >>

Web site icon in address bar
Posted by Buddy Ackerman at 5/21/2005 2:36:19 PM
How do you get a custom icon in address bar of the user's web browser? MSN, Excite, Yahoo and other display an icon in the address bar and when you add them to your link bar. How do I get my site to do that and does the graphic need to be a specific size or will the browser automatically scale...more >>

Fail to open web page on XP
Posted by ad at 5/21/2005 1:36:51 PM
used VS2005 beta2 to develop my Web application. The application run well in my notebook. Today I copy my application to a machine with Widnows xp and .NetFrameWork 2.0 But the application faill to open web page with the error message: ----------------------------------------------------...more >>

Connection problem between MySQL and ASP.NET
Posted by Polarsilver at 5/21/2005 11:02:26 AM
Hello, I have problem with the connection between MySQL 5.0 and my ASP.NET (VB) homepage. Framework 1.1 and Visual Studio .NET 2003. I have installed MyODBC 3.51 driver. I'm using Windows XP SP2 and ZoneAlarm Security Suite 5.1. I have made a class to connect to the database and return the...more >>

Dropdownlist -- user data entry
Posted by et at 5/21/2005 8:23:26 AM
How can you do a dropdownlist like you used to in vb 6 combo box, you could set the style so that the user can begin typing in the field to search for an entry? ...more >>



how do i stop a code block HtmlEncoding characters??
Posted by Tim_Mac at 5/21/2005 7:46:38 AM
hi, i have a group of individual radio buttons that i am running some client-side code on for the onClick event. there is a URL generated by a code block inside the onClick attribute. the problem is that when i view-source on the page, .net has html-encoded the quote and ampersand characters ...more >>

Problem with a Server Control I'm building
Posted by I am Sam at 5/21/2005 6:05:01 AM
using System; using System.Drawing; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.ComponentModel; using System.Web.UI.Design; using System.Web.UI.Design.WebControls; using System.Collections; nam...more >>

Handling improper logout
Posted by JessyEzzy at 5/21/2005 3:21:02 AM
I am working on this site in which users have to login first to access the site pages, after a user performs a login a record for this user is inserted in a table of online users. When a user chooses to logout, his record is deleted from the onlineusers table, I want this to happen too(delet...more >>

Anchor Links in Web Control Library
Posted by Barry at 5/21/2005 3:08:16 AM
Hi I am Developing a C# control for use in ASP.NET Web Application, it is has some HtmlAnchor links on it, i want to avoid the underscore which comes in all links, how can i do it it the Control's code not on the Web page where it is displayed TIA Barry ...more >>

Making a custom PageParser
Posted by Misha Bergal at 5/21/2005 1:55:30 AM
I want to make my own PageParser, to implement some functionality currently missing from standard one, i.e.: * Code blocks which are marked with % in first line % foreach( int c in ... ) % { % } * ability to define page methods with code blocks % void display_s() % { <table>...more >>


DevelopmentNow Blog