Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
https connection17 Feb 2005 07:05 GMT2
How can I open a connection to https server and send e file to it?
Thanks
.NET Validators Combined with Javascript17 Feb 2005 04:16 GMT3
We have a need to ensure that users do not click multiple times on any
buttons that will submit the page.  We have placed an onclick method on
all of them that counts how many times a submit like button has been
pressed, and if more than once, then there is an alert to the user, and
RequiredFieldValidator and the SummaryValidator not working properly on IIS6 but they are on XP, huh?17 Feb 2005 03:21 GMT2
When I'm developing my Guestbook application, the validator controls from MS
work properly on my XP box.  But after I compile the project in release mode
(same happens in debug) and copy it to my IIS6 (win2k3 server box), the
validator controls let the errors through and the ...
Creating Collections in Classes17 Feb 2005 02:31 GMT4
    In: microsoft.public.dotnet.framework.performance
Hi, can someone give links either in msdn.microsoft.com or other sites that
tell me what are the best ways to create Collection properties in a class
written in Visual Basic.NET?
File.Delete17 Feb 2005 00:23 GMT3
I use File.Delete(path) in my web application.
If the file for deletion is opened i expect to receive the exception:
"Additional information: The process cannot access the file [path]
because it is being used by another process."
Processor Serial Number16 Feb 2005 20:22 GMT1
Hi people!
Is there any way from code (VB or C#) to know the serial number of the CPU
on my machine (or the machine on which an application is running)?
Thanks for your help
Diagnostics.Process get by name doesn't return command line argume16 Feb 2005 20:21 GMT1
I'm trying to get the command line arguments for some running processes.
When I use "Process.GetProcessesByName", the command line arguments property
is null ("").
Does anyone know how to get this info??
StreamWriter.close() hangs in multithreaded execution16 Feb 2005 17:21 GMT10
I've got a program accessing a HTTP service to get som XML data.
The code receiveing the data looks something like this:
stream = new StreamWriter(httpRequest.GetRequestStream(),Encoding.UTF8);
stream.Write(body);
.Selected property for listbox does not work16 Feb 2005 14:43 GMT5
Hi
  I have written a code for showing the list boxes as selected using a
Listitem and the selected property of the items.
  Now I have 2 list boxes in my page. But it shows only the selected values
Embedding XML/HTML Data Inside RESX Files16 Feb 2005 14:43 GMT1
I would like to place XML and/or HTML tags inside an XML Resource (*.resx)
file.  This is easy to do within text based resource files; likewise, I would
assume that resx files (being XML based) would support the standard CData
tag.  However, when putting a CData tag in a Resx ...
How to assign value to Excel 2000 worksheet cell16 Feb 2005 14:08 GMT7
I am writing c# web application with Excel 2000.
My code is:
Excel.Application EXL;           
EXL = new Excel.Application();
Setup project of .Net Framework 1.1 and Mdac 2.716 Feb 2005 11:01 GMT1
I am currently working in VB.NET project which is a desktop application with
Access as database. I had made a setup project of my application. I ran the
same in another machine which had Win 2000 professional as OS and no .NET
Framework installed.
standalone exe?16 Feb 2005 03:04 GMT8
Is it possible to convert a small console app in c# to a standalone exe
either by converting it to c++ or other ways?
Could I compile c++ standalone exe using .Net framework 1.1?
Thanks,
I need some help with remote acces to a help file16 Feb 2005 02:59 GMT3
I have a program that is resident in the web server.  It is one-touch installed on the client system and it is activated via URL
so that it runs in IEEXEC.
This program has a .chm file associate with it.  The problem is
1) - Every time I try to reference the .chm, I get a dialog ...
combo box16 Feb 2005 02:49 GMT1
I have a combo box that I've populated with my own collection.  Is there a
way to ensure that the user doesn't enter anything that isn't in that list?
tia,
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.