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
January 2007
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
all groups > dotnet general > august 2005 > threads for monday august 22

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

The remote server returned an error: (401) Unauthorized
Posted by Vijayakrishna Pondala at 8/22/2005 12:03:52 PM
Hi, I am using the following C# code to connect to and download information from a URL. (The pages are on JBoss server and we are using NTLM authentication to connect to the server). ---- string url = "http://internal.ourcompany.com:8010/Page1"; WebRequest wreq = WebRequest.Create(url); /...more >>


PrintDocument!
Posted by Palli Olafs at 8/22/2005 11:40:53 AM
Hi Is it possible to save the PrintDocument as file without using a printer? ...more >>

How can I "bundle" dlls together in one file?
Posted by 0to60 at 8/22/2005 11:02:52 AM
I'd like Java JAR file functionality for my .net .dlls. What is recommended for this? ...more >>

indigo deserialize
Posted by Marc Falesse at 8/22/2005 10:21:22 AM
Hi ! I have a problem with « Indigo », it can’t deserialize methods having a System.Collections.Specialized.NameValueCollection I’ve tried the solution of an approching issue in the « Known Issues » : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft Avalon and Indigo Beta 1 RC\WinFx...more >>

Crystal Reports.NET
Posted by Jeannette at 8/22/2005 9:25:10 AM
Hi! there, I am currently working on web-based reports using crystal reports.NET 2003 and I am new to this reporting tool. I notice that the WEB forms report viewer toolbar does not include the 'PRINT' button, in which users can specify the print layout - portrait or landscape. Does anybo...more >>

Dropdown lists and arabic numerals
Posted by Mutley at 8/22/2005 9:16:03 AM
I am finding an issue with the current DropDownList and ListBox ASP.NET Web Controls. I had a system set up for Arabic and a string that I put into a drop down had a number. The letters were being displayed in Arabic but the numbers were Latin. In other parts of my app ,Arabic numerals would ...more >>

How to add a new reference to your project solution and it is not in the list provided in the Add Reference dialog?
Posted by steve kwon at 8/22/2005 8:26:39 AM
Hello, i would like to add the System.Text into my solution project. Q1: Is there a search tool to help me find System.Text somewhere on my computer's hard drive folder? Q2: Where would the System.Text be located on my computer if I installed ..Net using the "reccommended" option ...more >>

Session Timeout - Information needed
Posted by Erin at 8/22/2005 8:01:04 AM
I have my application timeout set for 120 minutes because I have a lot of users that never remember to logout or just want to keep it up so they don't have to sign on again. What I would like to do is have a way to see if they are still actively moving around the application and if not, notify...more >>



Change the TextBox width to fit my text?
Posted by Steve at 8/22/2005 5:21:03 AM
Visual Studio 2003 .NET C# I am trying to change the width of a textbox at run time, to fit in the text it contains. How can I do this? Thanks Steve...more >>

Checking to see if Excel.exe is running - then close it
Posted by Randy Wayne at 8/22/2005 4:52:11 AM
I use a program that imports into Excel that requires that the workbook is closed prior to the import. How do you check to see if an Excel workbook is open, and then close the workbook? How do you then look to see if Excel is still running and then close it (Excel.exe)? I already know...more >>

Sync problem -- database getting updated, but _not_ DataSet??
Posted by Frnak McKenney at 8/22/2005 12:00:00 AM
I'm using an in-core DataSet as an image of my application's 'database' (a multi-table Access97 mdb file). Updates are made to the DataTables within the DataSet via forms with bound TextBoxes, then written to the database... or at least that's what's supposed to be happening. Unfortunatel...more >>


DevelopmentNow Blog