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 > august 2003 > threads for monday august 11

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

Comments Moved in VS.Net
Posted by Dave Mehrtens at 8/11/2003 11:43:32 PM
Microsoft, I would appreciate your comments on why the comments are moved in VS.NET. DAve "Dave Mehrtens" <dmehrtens@rightreasontech.com> wrote in message news:uCymoOdXDHA.1384@TK2MSFTNGP10.phx.gbl... > All I am referring to are comments. I am not familiar with the details of > the schema...more >>


ViewState Viewer
Posted by Hayato Iriumi at 8/11/2003 9:38:23 PM
I'm wondering if there is any tool available to take a peek at ViewState. The reason I'm asking is that I would like to take a look at what object is stored in ViewState in my application. I want to be able to analyze the ASP ..NET controls so that I can turn off ViewState for the controls that d...more >>

Sending HTML formatted mail using CDONTS
Posted by Paul Turley at 8/11/2003 9:35:53 PM
Does anyone have some sample code for sending an HTML formatted message using CDONTS? Thanks RE: Sending HTML formatted mail using CDONTS -- Paul Turley, MCSD, MCAD, MCT, MSF Practitioner, A+ Technician paul@createsolutions.net ...more >>

Help w/ setting up ASP.NET pls.
Posted by Jm at 8/11/2003 9:16:21 PM
I'm trying to set up ASP.NET on my Windows 2000 server w/ IIS 5 and MS ISA Server. Here's what I have done so far without any luck. Here's the results from the pages I've created www.jmconsultingllc.com/myfirstcustompage.aspx and www.jmconsultingllc.com/newfile.aspx Okay, I went into dos, and...more >>

Web Forms VS Windows Forms
Posted by Brendan Miller at 8/11/2003 7:57:05 PM
What can a windows form do that a web form cannot? ...more >>

how to get the country ?
Posted by Lloyd Dupont at 8/11/2003 7:32:38 PM
from the IP of the request ? ...more >>

Installing IIS
Posted by Tom Wild at 8/11/2003 7:17:33 PM
Please excuse me if I'm posting this to the wrong group I'm trying to install IIS in Windows XP Professional so I can write a web services program in VB.Net I have gone into Control Panel then Add/Remove Programs then Add/Remove Windows Components and then Checked the Internet Information Se...more >>

Started Process Hangs
Posted by JTF at 8/11/2003 6:00:12 PM
Whenever I start an application from ASP.NET, the exe hangs, with Task manager showing no cpu time. Every exe I've tried hangs in the same way (notepad, cmd, ms access). What runs is a .net exe and a .bat file, but the program they start hangs! Same results with system.diagnostics.process an...more >>



radio button list doesn't hold value?
Posted by KathyBurke40 NO[at]SPAM attbi.com at 8/11/2003 5:53:53 PM
Hi. I have a radio button list with list items assigned via a datareader from a database. Everything looks fine, the items are there on page load, I can click one, etc. There is also a required validator on the list. However, when I hit SUBMIT, the selection disappears so the first line of my...more >>

documentation...
Posted by Raphaël Désalbres at 8/11/2003 5:09:56 PM
Hello, I am now working on a complex web application. The problem is: my boss wants me to document the application, but I don't know how to start... Perhaps someone can give me web sites where I can find this kind of docs/help... Thanks again, Raphaël Désalbres ...more >>

on demand downloadable .net packages (similar to ActiveX controls)
Posted by robertm at 8/11/2003 4:48:25 PM
Is it possible to distribute them in this way and then call contained functions from web pages? ...more >>

Locale Settings
Posted by Carl Howarth at 8/11/2003 4:35:53 PM
Hi there, I want my datagrid to display date in the UK format (dd/MM/yyyy), the server is set up to UK settings, but I am guessing the aspnet user has US settings ( i use the format expression {0:d}). How do I go about changing these, as I do not know the aspnet user's password. Currency als...more >>

Type 'ConnectionOptions' is not defined
Posted by Andreas Semmelmann at 8/11/2003 4:15:54 PM
Hello. I´ve following Problem. I try to use WMI in an ASP.NET Site. But I get still this error: Server Error in '/ServerMon' Application. ---------------------------------------------------------------------------- ---- Compilation Error Description: An error occurred during the c...more >>

Dynamic add labels to a form.
Posted by Stephen Russell at 8/11/2003 3:15:24 PM
I have this in code: Label myLabel1 = new Label(); myLabel1.Text ="Pick the Row you need changed in the Database"; myLabel1.Enabled = true; myLabel1.Visible =true; I don't see the lable on my webform. How do I referesh() the page like a post_back? -- Stephen Russell S.R. ...more >>

AOL not reading cookies
Posted by mongoliz NO[at]SPAM hotmail.com at 8/11/2003 3:10:19 PM
Hi, I have AOL users who can't log into my site (forms authentication). I set a cookie like this: Dim loginNameCookie As HttpCookie loginNameCookie = New HttpCookie("LoginName") loginNameCookie.Values.Add("LoginName", "panel") loginNameCookie.Expires = DateAdd("n", 20, Now()) Response.App...more >>

ASP.net reproducible bug
Posted by Ryan Folstad at 8/11/2003 3:04:46 PM
I've seen a few posts from people wondering why OnInit fires multiple times for one web form. I finally figured it out for my situation. I tested this on both .net 1.1 and 1.0 both were able to reproduce. Create a new c# web app. in WebApp1.aspx add the following html: <table><tr><td bac...more >>

MailMessage Class
Posted by lostman at 8/11/2003 2:28:14 PM
Hi, Did someone know if sending email with smtpmail.send to HOTMAIL cause any problem. My system send an automatic email to the user, but many user does'nt receive the email, but i have a "bcc" set to my email and a receive the email each time. Can HOTMAIL block email because they t...more >>

Passing request.form contents to a class
Posted by Stu at 8/11/2003 2:05:28 PM
Hi, I have a class that is going to format all the fileds in a form post and send them in an html email. How do I pass the Request.Form contenst to a class? I know I can get the raw data by converting it to a string, but this would mean processing the string.....which is messy! This is w...more >>

When is session created?
Posted by terry at 8/11/2003 12:50:36 PM
I always thought that session was associated with an instance of a browser. I have discovered that if I use a hyperlink to display an aspx file in another browser instance that both browsers have identical SessionId's. I would have thought that each browser instance would have a unique I...more >>

Best Way To Do This --- Simple Problem
Posted by Ron at 8/11/2003 12:47:13 PM
I need to list a few rows of data in text format, for example: ID: 5442224 ID: 5311255 ID: 3536463 The values will be bound to either datagrid, datalist, or repeater (it doesn't matter, whatever is easiest). How can I execute a public method located on the codebehind page whenever a link i...more >>

OT: SSL issues with IFRAMES
Posted by Marina at 8/11/2003 12:33:10 PM
We have a site that needs to run with SSL on. The main page has various IFRAMES. The SRC attributes of these IFRAMES need to be assigned dynamically at runtime in javascript via each frames 'onload' event. The page that is being assigned is in the same application. However, SSL, seems to thi...more >>

ViewState question
Posted by M O J O at 8/11/2003 12:16:45 PM
Sorry for crossposting this question, but after I submitted it to VB group, I remembered that this is infact an ASP.NET question - sorry again! Well here's the question: When my application throws an exception, I send my self an email with all possible information. I want to be able to ...more >>

Capturing Windows NT authentication for client.
Posted by LordBPT NO[at]SPAM aol.com at 8/11/2003 12:12:56 PM
Hello all. I'm trying to convert an application with a SQL Server 2000 back end and an Access front-end. The back end is fine. I'm just trying to give it a web front-end using ASP.NET. The problem is that since Access runs on the client machine, it gathers NT authentication information at ...more >>

Button click on Web Dialog opens its copy in new window
Posted by robertm at 8/11/2003 11:49:55 AM
I have an aspx page which I open using the following code fragment below. The modal web dialog has 2 buttons and whenever I click any of them, a new window containing my web dialog form is opened prior to getting to OnClick event logic of the buttons. The buttons are part of a user control plac...more >>

XCopy
Posted by Ali Nikzad at 8/11/2003 11:41:17 AM
how can i use XCopy to deploy my asp.net app written in vs.net thanks ...more >>

deployment problem
Posted by Ali Nikzad at 8/11/2003 11:05:34 AM
i have a problem in deploying the application written in visual studio.net. the project works well on my localhost but when i upload it to the server it shows an error for web.config page. how can i deploy my app to the server. thanks Ali ...more >>

Close a pop-window after submit is complete?
Posted by Kathy Burke at 8/11/2003 10:47:37 AM
I see plenty of examples of window.close javascript for a button or link click, but I would like to do is close the pop-up window when my submit code has completed successfully. Any suggestions? Thanks. Kathy *** Sent via Developersdex http://www.developersdex.com *** Don't just parti...more >>

dynamically adding a <LINK> tag to an asp.net page
Posted by brw_nospam NO[at]SPAM yahoo.com at 8/11/2003 10:34:55 AM
Is there a way to dynamically add a link tag to the head block of an ..aspx page? I'm aware that you can add a link tag (or literal control) statically and then dynamically modify the attributes. I'm wondering if there's a way to add the tag from scratch at run time. thanks, Ben...more >>

How do I put a user control into a table?
Posted by Robin Bonin at 8/11/2003 9:59:46 AM
I have a user control that create a product thumbnail and details. I am working on aother user control that I will pass some variables like # of columns and rows to display these thumbnails. I'm having trouble dynamicly adding a new thumbnail control to my table. Dim newCell As New Tab...more >>

Loading to specific point on page
Posted by David at 8/11/2003 9:12:00 AM
Hello I have a datalist on a webpage which initially displays all the entries in the item view mode. When I select an item to edit it reloads the page and displays the selected item in the edit view. The problem I have with this is that it reloads the browser window displaying the top o...more >>

prevent form submit ...
Posted by Lloyd Dupont at 8/11/2003 9:09:34 AM
I have a web form with multiple part. I do want the user to click the submit button to post back, so I know which functionality was triggered. unfortunately, when the focus is any text box, if the user hit ENTER the form is submitted, how could prevent that ? thanks, ... Lloyd ...more >>

Calling a procedure
Posted by Jon Cosby at 8/11/2003 9:08:10 AM
How do you call an existing procedure? My database has a procedure called "StudentSchedule" with one parameter, @StudentID. I'm trying to fill the results in a datagrid with a StoredProcedure command. The grid is not even showing on the page. SqlCommand cmdSchedule = new SqlCommand("Studen...more >>

RESPONSE, REQUEST and SERVERUTILITY
Posted by PABLIN at 8/11/2003 8:54:14 AM
Hello, I need to know how works RESPONSE, REQUEST and SERVERUTILITY in ASP.NET? Thanks ...more >>

Where is Temporary Files for ASP.NET?
Posted by poi at 8/11/2003 8:54:07 AM
I want to detect through code where the ASP.NET temporary files location is, or where the System TEMP directory is, so I can write temporary datasets to that location. Normally the user is ASPNET, so it doesn't have permission to use System.Management to detect the System Temp Environment V...more >>

adding dynamic content to a button
Posted by Steven at 8/11/2003 8:41:21 AM
Hi. I am having a small problem. I am trying to add a dynamic attribute to a regular html button, but I also have a runat="server" attribute on it because at one point it's invisible, and I make it visible... Everything works when I take out runat="server", but when I leave it, it actua...more >>

how can I save an image file to database?
Posted by Duy Nguyen at 8/11/2003 8:26:14 AM
how can I save an image file to database?...more >>

DataGrid
Posted by J. Babe at 8/11/2003 8:14:13 AM
I'm adding an Edit/Update/Cancel button at runtime to a datagrid in ASP.NET. I can't get the EditCommand, ItemCommand, UpdateCommand, or CancelCommand event handlers to fire when the button is pressed, how can I fix this? *** Sent via Developersdex http://www.developersdex.com *** Don't j...more >>

Popup placement
Posted by Jenny at 8/11/2003 7:42:22 AM
Hi all, how can place a popup window relative to the assigned button instead of relative to the documents body? I'm using: oPopup.show(15,150,50,50,document.body); But the popup is shown if a button is clicked, so I like the popup to be shown relative to the button! Thx Jenny ...more >>

How to find out the User Name The ASP.NET is run under in the Code
Posted by David Shvartsman at 8/11/2003 7:06:19 AM
Hell everyone. We have some problem with the security while trying to upload files trough the System.IO and getting the follow error: DirectoryNotFoundException: Could not find a part of the path "\\<server name>\share$".] System.IO.__Error.WinIOError(Int32 errorCode, String str) +287...more >>

Setting up integrated security to SQL Server
Posted by Dave at 8/11/2003 6:48:22 AM
Hi, I've read quite a few places where it recommends you use integrated security in your connection string to SQL Server I tried this in test page to connect to the Northwind database by setting my connection string to: "data source=<mymachinename>;initial catalog=Northwind;integra...more >>

DataNavigateUrlFormatString
Posted by Mike P at 8/11/2003 6:15:13 AM
Does anyone know if you can pass multiple column parameters in the DataNavigateUrlFormatString for grids? My current code is like this and works for a single parameter: <asp:HyperLinkColumn DataTextField="DTOG1" ...more >>

web access failed (localhost)
Posted by mark at 8/11/2003 5:55:03 AM
Hi, I'm to .NET and I'm trying to create a new asp.net project on my machine (localhost), however, when ever I try to do so I get a 'Web Access Failed' error' -> "The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/WebApplicat...more >>

timers
Posted by girishpal NO[at]SPAM hotmail.com at 8/11/2003 3:27:00 AM
could i use server side timers?...more >>

Error
Posted by girishpal NO[at]SPAM hotmail.com at 8/11/2003 3:24:34 AM
string strconnection="Provider=Microsoft.Jet.OleDb.4.0;"; strconnection+=@"Data Source=C:\Inetpub\wwwroot\testpro\ptest.mdb"; OleDbConnection con=new OleDbConnection(strconnection); con.Open(); OleDbCommand cmd=new OleDbCommand("insert into candidate (cname, uid) values ('"+this.na...more >>

Framwork Version issues
Posted by Chad Crowder at 8/11/2003 1:39:33 AM
Hi all, I've got a problem on one of my production systems in that it is using the 1.034 version of the framework by default, even though v1.1 is installed. I tried simply pointing to the new version using the ISAPI filter, but that generates an undecipherable "500" error, on my applications...more >>

Email - Setup
Posted by jkgotnet at 8/11/2003 1:06:40 AM
HI, I am using System.web.mail to send email using SMTP server. This program works fine in machine which as Outlook configured. What are all the requirements required in client machine to run the program and send email. thanks...more >>

JScript
Posted by Jenny at 8/11/2003 12:50:57 AM
Hi all, how can I start a client side JScript function instead of doing a postback if a button (webforms) is clicked? Thx Jenny...more >>

Handling large file upload
Posted by Thomas Due at 8/11/2003 12:33:29 AM
Hi, I am writing an ASP.NET project where I allow users to upload files to the server. I have changed to web.config to allow a total file size of 100MB. My problem is that if the total file size exceed this amount the page simply stops works, and I get a "Server unreachable" error. Is there...more >>

Autopostback
Posted by Jenny at 8/11/2003 12:16:02 AM
Hi Prasad, there is no such method like Button.AutoPostBack = false supported. I'm using Button1.Attributes.Add("Autopostback", "False") instead but it looks like nothing happens. Jenny...more >>


DevelopmentNow Blog