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 sunday august 24

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

creating new project in VS.NET
Posted by Sam Carleton at 8/24/2003 9:18:08 PM
I am trying to figure out how to get VS.Net and IIS6 to work together... I am working in domain nowhere.local. I have a W2K3 server named server1.nowhere.local that is running IIS6. I want it to host a web site named jws.nowhere.local. Within II6 of server1, I created a new web site as to al...more >>


Need ComboBox in ASP.Net
Posted by JohnG at 8/24/2003 9:02:20 PM
Hi, Can we make Dropdownlist perform like Combobox in window? That is I need to be able to type in data in the box besides choosing data from the list? Thanks John ...more >>

dll's for phase I and II
Posted by Ravi Sankar at 8/24/2003 8:26:13 PM
Hi, I have been working in quite a big project that is split into two phases. The phase I part of ASP.Net web application is live and under maintenace now. We have started design of phase II. I need to now the best startegy to follow, such that phase II development goes on smoothly when...more >>

Question for Gurus on CreateChildControls
Posted by Alex at 8/24/2003 8:23:11 PM
I believe that when you instantiate a Control derived custom control that implements the virtual method CreateChildControls(), that that base class constructor in Control calls EnsureChildControls() which will invoke CreateChildControls(). Am I correct? ...more >>

CRM SDK Examples??
Posted by Phil Adams at 8/24/2003 8:13:31 PM
Hi Peeps, I am trying to do some custom programming for CRM, but alas i am only a classic asp programmer. Can someone help me by translating this into asp.net in VB instead of C#, i can then get on as i think i am okay with the rest only not too clever with imports etc. This is in the CRM ...more >>

How to use a thread to respond a web request?
Posted by Polaris at 8/24/2003 6:53:02 PM
Hi: I have some lengthy operations need to be finished before I can respond to client's request. Just wonder, is it possible to use a thread of my own to respond to client's web request? As a result, the client's request will not be blocked by the lengthy operation, when the thread gets client...more >>

Event order handling
Posted by Xela at 8/24/2003 6:44:52 PM
Hi all, I have radio button list in a user control which when selection changed fire an event which will modify the current Thread culture. This user control is on general page which contain one dropdown list and typical calendar. Clicking on the radio button did effectively modify th...more >>

Setting Default Date
Posted by Jeff Cope at 8/24/2003 5:37:43 PM
I'd like to have a text box on my webform and a button beside that will set the current date in the text box when the button is clicked. Is there a way to do this without doing a postback? Thanks for your help. Jeff ...more >>



DataList inside a Grid Layout Panel (<DIV>) item layout problem
Posted by Rick Spiewak at 8/24/2003 5:18:02 PM
I'm using a DataList inside a Grid Layout Panel (which ends up being a <DIV>) so that I can use the overflow:scroll property. This is working fine, except for one anomaly: If there aren't enough items to cause an overflow, and scrolling, they get spaced evenly inside the <DIV>. So, one item appea...more >>

Deploy application on an FTP
Posted by Xavier MT at 8/24/2003 4:55:03 PM
Hi, is there something built in to deploy an asp net app to deploy easily to a server I usually compile locally and copy the bin and aspx pages using the windows explorer Is there another way? ...more >>

program fails after they renamed the server computer!!!
Posted by Trint Smith at 8/24/2003 4:42:50 PM
ok, i had an asp.net program running perfectly...then our clients systems administrator renamed the computer from server05 to webserver01...well, i changed all the code to where the whole thing works perfectly now except the reports...i think something is up with the renaming because the only t...more >>

is this possible?
Posted by Arran Pearce at 8/24/2003 2:57:08 PM
Not sure if what i want to do will work. If i start a new thread in the Application_Start event is there a risk that that thread will be forced to stop? If no user uses my site for a while (all session's time out) i understand the application stops until another user comes to the site. i...more >>

RePost - HTTP Transfer
Posted by Jason Hirst at 8/24/2003 2:32:45 PM
Has nobody had any experience, or can offer me any examples of how to transfer files via http? All I want is an example, whereby my client can type something like... www.myserver.co.uk/transfer.aspx?id=1&code=4&filename=c:\temp\test.txt And at my end, the transfer.aspx page simply retrieve...more >>

XML reader error
Posted by kuya789 NO[at]SPAM yahoo.com at 8/24/2003 1:46:52 PM
I asked for a script that can read info inside a specific xml tag and someone gave me this example. XmlReader reader = new XmlTextReader( filename ); while ( reader.Read() ) { if ( reader.NodeType == XmlNodeType.Element ) { string val; switch ( reader.Name...more >>

How Can I Catch Framework Errors
Posted by MS News (MS ILM) at 8/24/2003 12:24:08 PM
Hello, No one answered this yet, will you By TonyG 8/23/2003 3:45 AM My site uses the fairly standard approach of trapping errors in the Application_Error event and dealing with them there. However, we occasionally get errors that are generated by the Framework itself and are this not trapp...more >>

custom control - reference to contained elements in inherited class
Posted by Jon Stranger at 8/24/2003 11:15:39 AM
I am trying to build a custom web control based on DataGrid using VS.NET Standard Edition and have a problem referencing the Columns collection. The control has been built in a separate VS.NET solution/project called MyControls. The following is a cut down version: Imports System Imports Syst...more >>

How: Programatically Determine .NET Framework version
Posted by kenls1957 NO[at]SPAM yahoo.com at 8/24/2003 11:02:58 AM
Hi, Is there a way to obtain the version of .net that my application is riding on (on the server). My app isn't tested nor does it run 100% on V1.1 and for some reason my service provided has upgraded me twice. I'd like my software to be proactive and tell me about it next time they do it. ...more >>

A biginer Q!
Posted by sam alavi at 8/24/2003 10:27:27 AM
Hi there... when i'm making a webform using VB.NET for ASP.NET is it enough to put mu *.aspx file to the web server or another file is also needed...? thank U before Best Regards Arafer group: sam_alavi@msn.com ...more >>

Javascript question
Posted by John at 8/24/2003 8:14:18 AM
Hi, I have an asp.net form where if the user enters an incorect date I change the color of the textbox to red and also display a label field with a message saying the date is invalid. What I would like to do is to have some way to trap the event where the user changes the date and reset t...more >>

Automatic redirection
Posted by Joanne.Cheung NO[at]SPAM ul.ie at 8/24/2003 7:17:10 AM
How can I incorporate the following javascript code in an ASP.NET application (using VB.NET) Like the following If textbox1.text = "" then <SCRIPT LANGUAGE="JavaScript" runat="server"> setTimeout("go_now()",5000); function go_now () { window.location.href = "http://testweb.cs.ul.ie/PG...more >>

So where is the 48 hr tec support for partners????
Posted by Rob Lynch at 8/24/2003 7:08:10 AM
I posted a question here on August the 20th. But no answer from MS yet. What is up??? ...more >>

newbie question, how do I put a " in my coding ...
Posted by THY at 8/24/2003 5:44:55 AM
Hi, a newbie question here, I got a label ... I want to have something like label.text = "<font color="#000000">test</font>" but it won't work since the " will end the statement ... please help, thanks ... ...more >>

can anyone tell me what is Persist Security Info=False ?
Posted by THY at 8/24/2003 2:42:21 AM
Hi, in a connection string, Persist Security Info=False is for what ? I see it everytimes but no idea what it is ... anyone know ? thanks ...more >>

Crystal Reports parse erros since VS'02 Upgrade
Posted by Paul Turley at 8/24/2003 1:03:43 AM
Since upgrading to .Net 1.1 & VS 2003, I'm getting the following error when I try to render a Crystal Report in a web form: Parser Error Message: The base class includes the field 'CrystalReportViewer1', but its type (CrystalDecisions.Web.CrystalReportViewer) is not compatible with the type o...more >>


DevelopmentNow Blog