| Thread | Last Post | Replies |
|
| Form Validation | 24 Nov 2004 23:09 GMT | 3 |
I'm getting close to giving up on using ASP.NET validation controls, textboxes, etc. and reverting to good-old HTML plus client-side Javascript techniques which I've used for years. Here's the problem: (a)On a form with about 50 fields, I need to do basic validation on perhaps
|
| Marshal C# structure to VB6 | 24 Nov 2004 22:01 GMT | 1 |
I am writing a C# class library that exposes a method that return a structure. I am registering the assembly for COM interop and can reference the assembly in VB (Actually an Acces 2000 Code Module). I can instantiate the object in VB but when I declare the variable for the ...
|
| Crystal Report and Reporting Service | 24 Nov 2004 20:19 GMT | 2 |
I have some report which are designed in "Crystal Report". I want to run these reports in "Reporting Service" My aim is to convert from extension of Crystal Report (rpt) to extension of reporting service (rdl).
|
| Batch Jobs & User Interface | 24 Nov 2004 20:01 GMT | 1 |
Its weird, but there is a requirement to be able to run a batch job from a user interface. The job may run from mins to hrs depending on data. I am looking for any guidelines for such kind of UI. Thanks for any advise. Yog
|
| Process priority change not showing up in Windows Task Manager | 24 Nov 2004 19:52 GMT | 1 |
I have a program that is cpu intensive so I want to change it's priority to BelowNormal. The code functions without error, the VS Debugger shows the change but when I then go to "Windows Task Manager" and look at my process it still has a "Base Pri" of "Normal".
|
| screen resolution detection | 24 Nov 2004 18:43 GMT | 5 |
After exhausting my search on the MS website, I can't find a straight answer. I fin dit hard to believe that MS left our something so useful in ASP.NET as screen resolution detection. Problem:
|
| Executing a PERL script from ASP.NET appl. | 24 Nov 2004 18:10 GMT | 3 |
Hey 2gether! I'm trying to execute a PERL script on the web server when the user presses a button in an ASP.NET Web Application using Visual Basic. The most obvious solution for me seemed to be to use the 'Shell()'-command [Like this:
|
| Dependent Dropdown Lists in C# | 24 Nov 2004 17:41 GMT | 2 |
I am trying to find a way to create dependent dropdown lists in C# The old way I knew involved javascript and will no longer work in the new design. I need for each list to be database driven (data is pulled from database) Example:
|
| email form in asp.net problem | 24 Nov 2004 15:27 GMT | 5 |
I developed a web application using asp.net which send an email using "SmtpMail" and it was working perfectly . when i upload it to the webhosint i bought , it didn't work because of email
|
| Read Locked Files | 24 Nov 2004 14:21 GMT | 4 |
I'm trying to read a locked log file with C# but i get an IOExeption telling me that the file is in use by another process. Is there a way to read the file? the file is only 200k so if i cannot read it, is it possible to copy it to a
|
| Data access in VB.NET | 24 Nov 2004 12:49 GMT | 2 |
I keep coming up against the message "Extensibility DTE Object Unavailable". I can find no help or guidance to the meaning of this. Can anyone tell me what I need to do? Thanks, in advance, I'm desperate!
|
| windows form not displaying | 24 Nov 2004 11:55 GMT | 2 |
Briefly this is my problem . I created a windows form on a "parent thread" .. then I called a child thread 1 to make it visible then hide it on that same thread .. then kill child thread 1 ... then try to make the form visible on child thread 2 ..
|
| Can Delphi and VStudio CoExist On A Machine? | 24 Nov 2004 06:01 GMT | 4 |
I was installing the 30-day trial version of Delphi 7, and I got a message that it wanted to change a registry key concerning Just-In-Time Debugging that currently indicates Visual Studio. Can these two products be used on the same machine at the same time? I
|
| How to limit CPU utilization in .NET app? | 24 Nov 2004 05:41 GMT | 3 |
I have a Windows service that's built with .NET. The process is meant to run in the background and not suck up too much CPU time. I set the thread priority for the various threads in the service to Below Normal, but I'm still getting reports that the service is making a ...
|
| Multi-Page TIFF viewer .Net controls | 24 Nov 2004 03:51 GMT | 1 |
I need to duplicate some of the multi-page tiff and thumbnail viewing functionality found in the Microsoft Office Document Imaging application for an in-house company application. Does anyone know what multi-page tiff controls were used to create the
|