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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|