all groups > dotnet general > july 2004 > threads for thursday july 8
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
ComboBox - DataBinding and Sorting - Days Wasted!
Posted by Paul Fairless at 7/8/2004 8:16:08 PM
Customers table - contains Columns:
CustID, Surname, Forename, TtlID
Titles table - contains Columns:
TtlID, Title
TtlID is a Foreign Key in the Customers table.
I have a Form frmCustomers which contains a ComboBox to select
the Customer's Title. The ComboBox is populated from the databa... more >>
simple question
Posted by Gaetano at 7/8/2004 7:55:01 PM
I'm trying to install visual studios .net professional version 2002 on an xp machine.
I installed IIS just fine but then when i go back to the install program it says some componants are not the correct version and to insert windows componant update disk for visual studio .net
what is this d... more >>
multi threading in asp.net
Posted by hari at 7/8/2004 7:35:01 PM
HI,
I am trying multi threading in asp.net , but i could not do it.
We do a daily Run in our company for calculations purpose etc.. we use SQl Stored Procedures to do all the process at back end.
Actually my requirement is, when i call a Sql Stored Procedure from aspx page the process begins ... more >>
Help in asp.net
Posted by Support at 7/8/2004 6:20:57 PM
Currently our application is driven by ASP scripts and custom COM DLLs
written using VB 6.0.
The problem is our client wants to install the application on a shared
server which already has some other applications running. Currently none of
their applications are using any custom DLLs.
It se... more >>
VS.NET 2005 and 2003
Posted by Phil Wright at 7/8/2004 5:59:05 PM
I have installed the VS.NET 2005 Beta 1 and now VS.NET 2003 projects in
VS.NET 2003 do not compile. Is the Beta supposed to run side by side with
the older version? Or is it supposed to make older versions stop working any
more?
... more >>
FileSystemWatcher Created Event Triggers Early
Posted by Phil Galey at 7/8/2004 4:37:47 PM
I have a FileSystemWatcher that triggers when a PDF file is created.
However, the creation of the PDF file is about a 7 or 8 second process ... I
cannot refer to the file during that time because it does not yet exist. If
I set up a loop using the Sleep API call, it loops forever and the softwar... more >>
Problem with System.Timers.Timer
Posted by User at 7/8/2004 3:32:14 PM
Hi,
What is the best way to release all resources holded by the Timer
(myTimer from class System.Timers.Timer)?
Is it:
1- myTimer.dispose
2- myTimer.enabled = false
3- myTimer.close
I want to have the timer set to nothing so I can recreate a new one, I
want to do this in a second ste... more >>
RegEx CompileToAssembly. Performance Gain.
Posted by junkmale48 NO[at]SPAM hotmail.com at 7/8/2004 3:22:27 PM
How much of a performance gain can you get from precompiling your RE's.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
v1.1 to v2
Posted by Arran Pearce at 7/8/2004 2:36:19 PM
Hi,
Is there a change/additions document on all the differances between .NET
v1.1 and .NET v2?
Cheers... more >>
Class Library Solution
Posted by Mike Moore at 7/8/2004 12:58:31 PM
New to .Net! Should you create a class library in different solution than the solution for your asp.net project is contained in? We are using the isolated development mode and a single-solution approach for our web projects.... more >>
IDE Crashing in Debug Mode
Posted by Gman at 7/8/2004 12:56:47 PM
I have a situation where when i run my app in .net (F5), The IDE just
crashes out and I am back at the desktop. The .exe created by the compiler
works just fine. Can anyone tell me why this might be happening.
... more >>
InvalidProgramException
Posted by Ryan M at 7/8/2004 11:44:01 AM
Hi,
I have a major roadblock , where while debugging/running I get and InvalidProgramException (detected by the CLR) .
This occurs when the program flow goes into a very large method with maybe 1000 case statements . (Code that was autogenerated based on some other constraints) . {All code is ... more >>
Will ASP.NET 2.0 be implementing SharePoint Lite?
Posted by Jack at 7/8/2004 11:25:23 AM
I was reading that ASP.NET 2.0 will include support for Web Parts and
Personaliztion. In fact, it sounds a bit like SharePoint or CMS.
Am I correct in my assumption?
... more >>
Best Practices - namespaces
Posted by Dave at 7/8/2004 11:12:02 AM
Hi,
I'm building a website in ASP.NET. I will have a default.aspx file in each directory and sub-directory of the site. What is the best / accepted way of avoiding class naming conflicts by using Namespaces. I read somewhere that each directory should have it's own namespace, but that doesn't seem... more >>
Why bother with .Net language conversion?
Posted by softeng84 NO[at]SPAM yahoo.com at 7/8/2004 10:17:57 AM
There are various utilities that you can buy to convert VB.Net to C#
(C-Sharpener For Vb, Instant C#, etc.). I'm sure there are others that
convert C# to VB.Net. I don't understand the point of these tools. MS
designed .Net so that I can create assemblies in one language (VB for
instance) and ca... more >>
autoredraw in .net?
Posted by Gary at 7/8/2004 8:01:54 AM
hi,
what is the change over from vb6 to vb.net in the case of
picturebox1.autoredraw = true ?
thanks,
Gary
... more >>
Website Template for K-12 Teacher
Posted by bdonaldson NO[at]SPAM hotmail.com at 7/8/2004 7:57:00 AM
A friend of mine teaches 5th grade and she would like to have a
website where she can post assignments and news for her students and
their parents. She would also like the students to be able to upload
assignments if possible. Is anyone aware of something like PHPNuke or
IBuySpy that I could u... more >>
What is the opposite of BitConverter.ToString(byte[]) ?
Posted by grennis NO[at]SPAM gmail.com at 7/8/2004 5:49:57 AM
If I run the following code:
Byte[] bytes = System.Text.Encoding.ASCII.GetBytes("test");
return BitConverter.ToString(bytes);
I get the string "74-65-73-74" back. My question is, what is the
easiest way to convert the string back to "test"?
Can it be done without breaking the string and u... more >>
PHP and ASP.NET go HEAD to HEAD
Posted by showme at 7/8/2004 4:14:43 AM
PHP and ASP.NET Go Head-to-Head
By Sean Hull
http://otn.oracle.com/pub/articles/hull_asp.html
SUMMARY at the BOTTOM
Speed and efficiency. As I mentioned earlier, ASP.NET is a framework
allowing you to use various programming languages. In addition, it is touted
as having a great object-ori... more >>
|