all groups > asp.net > august 2003 > threads for sunday august 17
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
Selecting an item in a drop down list
Posted by Bogdan Zamfir at 8/17/2003 11:32:28 PM
Hi,
I have a page called MyTargetPage.aspx with a drop down list.
When I pass control to that page, I send an ID in querystring, like this
Server.transfer("MyTargetPage.aspx?PrjID=" & something)
Then in page_load, after I populate the drop-down, I want to make default
selection the item p... more >>
Multiple DropDownLists
Posted by Darren at 8/17/2003 11:32:13 PM
Hi all,
I have a page with several dropdownlist controls, can
anyone suggest the best way to detect when the
selecteditemindexchanged has occurred on any of them.
Thanks
Darren... more >>
"ShowModelessDialog" issues
Posted by Alex at 8/17/2003 10:56:01 PM
Sorry for the basic questions; just starting with ASP.NET
I am using an HTML button to open another modeless dialog
window:
<INPUT style="FONT-WEIGHT: bold; Z-INDEX: 119; LEFT: 48px;
WIDTH: 103px; COLOR: navy; FONT-STYLE: italic; FONT-
FAMILY: arial; POSITION: absolute; TOP: 186px; HEIGHT... more >>
server.transfer to a different server gives me "A virtual path is expected."
Posted by gh0st54 NO[at]SPAM hotmail.com at 8/17/2003 9:05:43 PM
Hi
I'm trying to post to Paypal to process payment
I try a server.tranfer but I get the error :
"System.ArgumentException: Invalid path for child request
'https://www.paypal.com/cgi-bin/webscr'. A virtual path is expected."
how can I post to paypal for processing ?
thank you... more >>
Browser levels, PDAs and browser sniffing
Posted by Lauchlan M at 8/17/2003 6:47:44 PM
Hi.
I have a need for users to access my ASP.NET pages from PDAs. I notice that
you can deploy to different browser levels, eg IE5, HTML3.2, etc. So
deploying the forms to HTML3.2 will work for PDAs.
Is there much else to it (other than testing to make sure it looks and works
ok)?
Also, ... more >>
System.Web.Mail Issues Resolved
Posted by Agusitn Rodriguez at 8/17/2003 6:21:30 PM
All:
FYI - I was able to fix many CDO exception related problems like "Could ot
access 'CDO.Message' object" in addition to others by using the following
work around.
<smtpMailObject>.smtpserver.insert(0,"server name")
insted of
<smtpMailObject>.smtpserver = "server name"
Agustin.
... more >>
Force Validation check
Posted by Jake at 8/17/2003 5:11:57 PM
Hi everyone,
I am using a popup window to display a calander control.
When the user select a date the date on the main window
is set to the selected date and the popup closes useing
javascript.
The problem is this bypasses the form validation on the
main page and the error message is n... more >>
Framework 1.1 / Access Unspecified Error
Posted by RM at 8/17/2003 4:25:57 PM
Had VS .Net 2002 installed on W2k Server SP3 and supported
a number of web sites. Installed VS .Net 2003 on Friday and now
all web sites using .Net & MS ACCESS get this strange error upon open.
ASP=/TestDotNet/AdoNet.aspx
System.Data.OleDb.OleDbException: Unspecified error at
System.Data.Ole... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Newbie: Upload large file from client to server in ASP.NET
Posted by greg_leflar NO[at]SPAM hotmail.com at 8/17/2003 2:54:32 PM
I have seen many posts for this same subject, but my project has some
odd requirements. I need to develop an ASP app that will upload a
large file (200 MB+) to a server without any user interaction, meaning
I can's simply put a file input box on the page and let the user
choose the file. I bas... more >>
Problem solved - sort of
Posted by georgem571 NO[at]SPAM hotmail.com at 8/17/2003 1:20:51 PM
Well, not actually solved. I just started over and now apparently
everything is OK. I got the following error message when attempting to
install VS:
error 1327 - invalid drive Z:\
Some investigation showed that many registry entries refered to Z:\
and in particular SQL Server seemed implica... more >>
Capturing Events before CreateChildControls in Composite Control
Posted by Lucas Tam at 8/17/2003 11:42:09 AM
Hi all,
I think this question has been asked a bunch of times, but I couldn't find
a good answer on google groups.
What is the best way to capture events before CreateChildControls is fired?
For example, I have a nav bar with the following buttons:
<< 1 2 3 4 >>
I want to be able ... more >>
storing client options
Posted by Jerry J at 8/17/2003 11:03:17 AM
I have a web application that has a menu item that allows
the client to chose a style (changes the color scheme).
What are my options for storing that information so the
next time the client hits the site the style previously
chosen is used again?
Should I use the cookie?
Jerry J
... more >>
Version tracking
Posted by chak at 8/17/2003 9:05:45 AM
If i keep sending different releases of an asp.net application to a
customer, how do i get him to report which version he is using at a given
point ? Can this be related to the versioning facility of asp.net ?
Thanks.
... more >>
Beginner's General Question
Posted by smkmdb1 NO[at]SPAM aol.com at 8/17/2003 8:48:31 AM
Hi everyone,
I'm a student of ASP.net. Being an ex Perl/CGI programmer who made extra cash
making scripts and selling them on the web, I was wondering if one typically
uses this format with ASP.net? Do people typically follow the paradigm of
making your software and selling the actual script... more >>
Messenger
Posted by A.J. at 8/17/2003 7:40:52 AM
Hello,
I have a person's hotmail or MSN e-mail address, but how can i retrieve the
MSN-Messenger status of that account?
Any links or code ?
Txs
Alain
... more >>
ccs question
Posted by Bei at 8/17/2003 12:25:35 AM
I have a web page which links to a style sheet. As you know, the style sheet
usually applies to the whole page.
However, I would like a part of the page in which the style sheet is totally
ineffective. Any other words, how can I make a part the html page not
affected by the page stylesheet?
... more >>
|