all groups > dotnet general > july 2004 > threads for friday july 23
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
validation controls
Posted by Ganesh at 7/23/2004 10:15:01 PM
Hi all...
I would like to get some help regarding validation controls in ASP.net.
I have a form containing two Buttons, many textboxes and validation controls. I want the validation controls to validate only when one of the buttons is clicked. When the second button is clicked, the validation ... more >>
Building with VC 7.1 using 2 CPUs
Posted by Viviana Vc at 7/23/2004 7:19:37 PM
Hi all,
I have a computer with 2 CPUs where I have to build a big project. I am
using WinXP and MS Visual Stuio .NET (VC++ 7.1).
When I'm building the project one of the CPU is completely taken, and
the other one is idleing.
Is there any way to force the compilation of the project on both of ... more >>
Parse numbers out of a string
Posted by Craig C at 7/23/2004 6:23:01 PM
Using C# Application form button
numbers represent User IDs
I have a string with this value
s = "AGENTS/n090122/n098222/n989888/n676767/nEND OF DISPLAY"
I need to loop through the above for each id skip the text and then run a command foe each id im looping through.
Whats the best wa... more >>
how to tell if local account is disabled with directoryservices.dll and vb.net
Posted by Brent Grooms at 7/23/2004 4:27:42 PM
Does anyone know how to tell if a local user account on a member server is
disabled using the directoryservices dll and vb.net? I know since it is not
an LDAP server that i will have to use the WinNT provider. Any help would
be appreciated.
Thanks,
Brent Grooms
... more >>
IIS
Posted by Mike at 7/23/2004 2:49:59 PM
I have licensed copies of VS.Net '03 Enterprise Developer, which is working
fine for development of ASP.NET apps on my XPPro/Server boxes.
I need to dev on a XPHome laptop as well -- how/where do I download IIS for
this platform?
thanks
... more >>
How to have VS.NET setup turn anonymous off.
Posted by Peter Rilling at 7/23/2004 2:31:03 PM
When creating an MSI through VS.NET, does the setup project allow me the
ability to turn anonymous off. Basically, my web app uses Windows
Authentication, but the MSI turns both that and anonymous one, which is
causing conflicts. Right now I have to have a statement in the build notes
that des... more >>
.NET Distribution Issues
Posted by Matt at 7/23/2004 2:19:05 PM
I created some DLL and EXE files in VB.NET to be used on a Windows XP computer. They worked successfully on my laptop where they were written, so I prepared another machine to use them. I installed dotnetfx.exe on the other machine and registered the DLL's. When I tried to run the DLL's, however,... more >>
General OOP question
Posted by kneejerkreaction at 7/23/2004 11:56:01 AM
I did not know where else to post this since there is no forum for general OOP questions.
I am just getting into OOP after a lifetime of procedural programming.
I'm developing a Help Desk Ticketing System and am struggling with what should be classes and what things should be properties of classes... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VSS Problems
Posted by Thiago Campos Pereira at 7/23/2004 11:13:32 AM
It was registering some objects in the VSS and we had a power failure. When
I obtained to have access the VSS again, it shows me the following message.
File names.dat may be corrupt
Already I executed the Analyze command and it continues don't work. I can't
delete / rename the proj... more >>
MemoryStream Memory Intensive? newbie
Posted by Jim Bayers at 7/23/2004 10:01:11 AM
I'm opening a connection to our sql server and puting it in a
memorystream so that, later on, a user can save the data as an xml file.
Our question is, how hard is this on our server? What if we have a meg
of data? Will that take up a meg of ram?
Can this bring the server to its knees? ... more >>
How Do I Restore Default VS.NET IDE Layout?
Posted by brads NO[at]SPAM bradsweet-dot-com.no-spam.invalid at 7/23/2004 9:02:27 AM
I undocked one of my windows and all hell broke loose!
The more I tried to restore the original IDE layout (left pane of
Server Explorer, Toolbox Start Page above and Output below; right
pane of Solution Explorer above and Dynamic Help below) the worse I
made it.
Any help would be appreic... more >>
Add-In / Macro Help
Posted by Alex Stevens at 7/23/2004 8:42:11 AM
Hi All,
I was hoping that someone could put me in the right direction with a utility
I'm trying to write for myself.
I would like to have a search which would find a string anywhere in my
current project, and copy the whole line either to a ouput window, or
optionally to a file.
Where woul... more >>
dotnetfx.exe is not valid win32 application
Posted by Woody at 7/23/2004 5:15:02 AM
Tried to run the new sqlexpress and got a not valid win32 msg. So i tried to load the dot net and got this for an error. Help
... more >>
Use of Application Server
Posted by varkeymathew NO[at]SPAM yahoo.com at 7/23/2004 1:16:58 AM
Dear friends,
I am new to .NET based app development and have a pretty elementary
query, I suppose... I have caught up with the basics of .NET pretty
well, thanks to some Microsoft VB/ASP background and helpful
colleagues...
The query goes...
In a DOTNET based desktop application environm... more >>
VB.NET, VC.NET & C#.NET and the .NET framework
Posted by Andrew Boothman at 7/23/2004 12:57:46 AM
Hi!
I was wondering, can VB .NET, Visual C++ .NET and C# .NET all produce
"conventional" applications not using the .NET framework as well as
applications that use it?
I'm currently trying to decide which of the three languages to buy (each
one is a lot of money...) and am wondering whet... more >>
|