all groups > dotnet general > may 2005 > threads for monday may 30
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
.Net vs MFC
Posted by Lou_Arnold NO[at]SPAM nospam.com at 5/30/2005 8:30:22 PM
I'm confused about MFC and .NET. I programmed C++ under MFC several
years ago, but haven't touched it since. I assume from what I read of
..Net that MFC is no longer used when writing applications using the
.Net framework. Is that correct?
Is it possible to upgrade VC++ V5 to programming .NET ... more >>
install vs2005 beta2
Posted by Asher Efrati at 5/30/2005 3:05:27 PM
I get 3 dvd, 1:vsteam foundation server, 2: sqlserver 2005, 3: team suite
I want to install "singel user"
can I install on xp pro or I need to install befor win 2003 server?
... more >>
Yellow Controls - How do I make them disappear?
Posted by kvrdev1 at 5/30/2005 2:42:07 PM
On one page of my web application, some of the text boxes/combo boxes are
appearing with a Yellow background. Within ASP.NET, I've deleted them and
put new controls on the screen, and it then migrates to other controls
(turning their background yellow, instead!). My other pages are not doing... more >>
Date Drop-down - Web Application
Posted by kvrdev1 at 5/30/2005 10:17:28 AM
What reference do I need to add in to be able to use a date drop-down control
within my web application?
Thank you!
-Valerie... more >>
go live license
Posted by DaVBGuy at 5/30/2005 9:01:01 AM
Is there any assurances from Microsoft that programs that I create with
vs.2005 beta2 will not break once the final version vs.2005 comes out.
Their go live program indicates that you are allowed to create "production"
applications with beta2, and I thought I heard that Microsoft has a clause i... more >>
beta2 XHTML compliance? is this necessary. OR STUPID...read UP MICROSOFT
Posted by rhat at 5/30/2005 7:34:09 AM
I heard that beta 2 now makes ASP.NET xhtml compliant.
Can anyone shed some light on what this will change and it will break stuff
as converting HTML to XHTML pages DO break things. see,
http://www.alistapart.com/articles/betterliving/
I read on
http://msdn.microsoft.com/netframework/defaul... more >>
OT: Fastest Database?
Posted by Jim Hubbard at 5/30/2005 5:19:56 AM
What is the fastest database to use for searching vast amounts of data (650
billion records - 7 fields)?
... more >>
Prompt user to save changes before navigating away.
Posted by rufus at 5/30/2005 3:13:19 AM
Hi,
In an ASP.NET application I have tried using javascript to prompt a user to
save their changes if they try and navigate away without saving their
changes. The problem is that this client-side solution is not reliable under
different browser-sets. Does anyone know of a robust server-sid... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Swapping the object instance in dot net
Posted by Sethu Madhavan at 5/30/2005 12:28:02 AM
Hi All
Here i am facing one technical issue related to Swapping the Object Instance
in Dotnet.
e.g..
class Customer{
Order _lastOrder;
void insertOrder (int ID, int quantity, double amount, int productId)
Order currentOrder = new Order(ID, quantity, amount, productID);
... more >>
HLP: Treeview and Recurse (Parent/Child)
Posted by Mr. B at 5/30/2005 12:00:00 AM
I've been beating my brains out on trying to figure out how to do Recurse
(Parent/Child) code for my application (VB.net).
Basically a User enters data into an array. The data is pretty simple:
Parent Child Data
10 15 123
10 16 456
20 25 789
20 28 246
30 35 890
40 ... more >>
|