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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|