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 > march 2004 > threads for sunday march 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

Session_End firing too soon?
Posted by peter.cooper NO[at]SPAM prodigy.net at 3/21/2004 11:15:23 PM
I'm using inproc session state, and I'm frequently (but not always) getting a Session_End event firing as soon as a user logs on. I keep a list of logged on users, and am trying to track how long each one has been logged on. I'm capturing Session_End for the cases where users don't explicitly lo...more >>


using html
Posted by smen at 3/21/2004 9:31:05 PM
hiye, in my text box i would like to add some html codes e.g <b></b> to bold text and such. but i keep getting some asp.net errors, so what must i do to achive that simon...more >>

Reading site database
Posted by John at 3/21/2004 7:39:29 PM
Hi We have a site with ms access backend, hosted remotely with a hosting company. Can we read the tables in the site database within our office desktop app either using web services or some other way? Are there any links to how this can be accomplished? Thanks Regards ...more >>

New to ASP: webserver???
Posted by EMW at 3/21/2004 7:24:31 PM
Hi, I'm very new to ASP.NET but I want to learn. My first question: When I select in vs.net2003 the ASP.NET WEB APPLICATION icon, I have to give a webserver address. Do I really need a webserver to create and test an ASP.NET web application, or is there another way so I can just build and ...more >>

If( ) multiple conditions
Posted by Andrew Banks at 3/21/2004 6:13:07 PM
How can I tst for multiple conditions in C#? I'm currently testing for !Page.IsPostBack and also want to test a URL parameter. I'm not quite sure how to construct this. if(!Page.IsPostBack AND Request.QueryString["Refreshed"].ToString()=="1") { do something } ...more >>

Load testing recommendations?
Posted by Paul at 3/21/2004 5:48:02 PM
I have the Pro version of ASP.NET and there is no add-on load tester like you guys have in Enterprise. Anybody know of a good add-on for Pro? We used to use Silk to mimic load testing on several stations but I'm looking for something that will use threading to do it on one station, or from...more >>

Remoting XML WebServices Request Failed HTTP 401 Access Denied From Client
Posted by Empire City at 3/21/2004 5:04:02 PM
Regarding the QuickStart MathService Tutorial at: = http://samples.gotdotnet.com/quickstart/aspplus/ When I try to access MathService from the MathServiceClient project = after adding it as a reference I get the 401 error in the generated = proxy class at this line: object[] results =3D thi...more >>

datagrid delete event
Posted by MattB at 3/21/2004 4:36:33 PM
I'm trying to wire up a delete even for a datagrid and my even isn't firing. I think I'm just not understanding something fundamental. Can anyone tell me why this does not work and/or how to make it work? Here's the datagrid declaration: <asp:datagrid id="CartGrid" style="Z-INDEX: 101; L...more >>



project references and live asp.net project deployment.
Posted by Lauchlan M at 3/21/2004 4:29:38 PM
Hi I have an asp.net project which has some project references to various things it needs. Specifically, the project has a reference to a nexusdbdotnetprovider dll, with a reference path in the project to . . ..\NexusDBdotNetProvider.dll This all works fine on my development system. Ho...more >>

Concatination
Posted by Andrew Banks at 3/21/2004 3:05:54 PM
How wold I loop through a set of buttons on a web form and change some properties? I have some buttons named as follows btn1User btn2User btn3User btn4User btn5User I need to change a few of their properties in a loop and am having problems referencing them with the value of the int u...more >>

asp.net datagrid binding problem
Posted by johnf NO[at]SPAM igofigure.com at 3/21/2004 12:58:58 PM
I am getting the following error when trying to set the datasource for my datagrid control: "Object reference not set to an instance of an object" Here is the code: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using Sy...more >>

ASP.NET 1.1
Posted by Kate_Luu at 3/21/2004 12:46:30 PM
Hello All, Does any body know how to upgrade from ASP.NET 1.0 to ASP.NET 1.1? Any help is greatly appreciated. Thanks you all in advance. Have a nice day... Kate ...more >>

GetHostByName Nightmares
Posted by Alex Sinclair at 3/21/2004 12:08:01 PM
Hi, I'm trying to get the ip address of a website given its hostname. I'm using the System.Net.Dns.GetHostByName(<hostname>) using C# and ASP.NET. This is not working reliably at all: for example. www.yahoo.com works just fine, returning back the IP address, on the other hand, Google, MS,...more >>

cell space in table
Posted by Mike at 3/21/2004 11:27:51 AM
Hi, Can anyone tell me how to control the cell space in a table in HTML with CSS? Thanks! Mike ...more >>

Text Box Alignment
Posted by Jim Heavey at 3/21/2004 11:20:22 AM
Hello, I am using "flow Layout" and I am creating an input form for a bunch of fields. I work the form on one monitor and get everything to line up and then when I go to another monitor they are mis-aligned. What technique do you use to get your controls to line up correctly? The form does ...more >>

Web Control vs CSS
Posted by Hai Nguyen at 3/21/2004 7:24:58 AM
I would like to know if there is a way to apply CSS on a web control button. I've been lookin up for some examples but seems HTML controls are more favored. Anybody here can tutor me quickly for mouse over, mouse click on a web control buton, also feel free to give me opinions for why web contr...more >>

Lang. resource file in ASP.NET??
Posted by grawsha2000 NO[at]SPAM yahoo.com at 3/21/2004 6:39:20 AM
Greetings, In VB.NET, there is a language resource file that gets created once localization property is set to true. In it I can set globlization for the language of user. I can't find it in ASP.NET?? Any Idea??? MTIA, Grawsha...more >>

Cannot reference UserControl using C Sharp, please help.
Posted by JBLi at 3/21/2004 3:00:40 AM
Hi All, Just trying to convert my asp.net website from using VB.net to CSharp.net and running into UserControl referencing issue. Please help. In my page, originally using vb.net, I can do the following: Dim MyControl as Object = Page.FindControl(".....") MyCo...more >>

asp .net execution model
Posted by guy_aharoni NO[at]SPAM walla.co.il at 3/21/2004 12:15:01 AM
Hi, I have a question regarding the ASP .NET execution model. In the first request for an ASP .NET web form, the ASP .NET parser interprets the aspx source code and invokes the compiler that creates MSIL. In the second request the runtime runs the MSIL immediately. Why isn't the aspx compi...more >>

Launching IE from ASP.NET page, Can it be done?
Posted by Naeem_S at 3/21/2004 12:01:06 AM
Help, why won't the following code work (taken from an ASPX page). //begin code private void btnCapture_Click(object sender, System.EventArgs e) { SHDocVw.InternetExplorer ie = new SHDocVw.InternetExplorerClass(); ie.Visible = true; //some more operations } //end code ...more >>


DevelopmentNow Blog