| Thread | Last Post | Replies |
|
| partial class and DLL | 20 Jul 2006 15:43 GMT | 1 |
I generate some classes and put inside a DLL. I have others classes outside the DLL. I have a problem that the classes outside the DLL are partial classess of the other classes inside the DLL.
|
| Dotnet | 20 Jul 2006 15:19 GMT | 1 |
Can i run vsdotnet 2003 project in vs2002 solution
|
| Who uses Crystal.NET ? | 20 Jul 2006 12:33 GMT | 3 |
Is Crystal reports that comes with VS.NET a very good and complete tool? I have XtraReports (from DevExpress) licence that we decided to buy eariler then when Crystal for .NET was very poor. So I can choose between them (XtraReports or the new Crystal)...
|
| Error with Visual Studio 2003 | 20 Jul 2006 11:40 GMT | 3 |
I'm trying to teach a coworker how to program in the .Net environment. I had an extra copy of Visual Studio 2003 that I installed on his laptop. It was working, but when we had our first "lesson" yesterday, trying to run VS gave the error that this user does not have permission ...
|
| Pros/Cons of Obfuscation ? | 20 Jul 2006 09:14 GMT | 19 |
I was playing around with a free decompiler called "Reflector." I ran it against a .NET assembly and was pretty amazed with how well it converted IL back to C#. It got me thinking about obfuscation. My limited understanding of obfuscation is that methods and variables
|
| Add a Column to Grid Upon Clicking on OK Button | 20 Jul 2006 07:23 GMT | 1 |
This seems to be a difficult problem for me. Hope you can help me out... I have a program whose major part is a grid that displays several columns from data obtained from a stored procedure. There is a dialog,
|
| .NET DateTime Purchase Date and Birth Date shifting | 20 Jul 2006 06:58 GMT | 3 |
Birth Date and a Purchase Date aata is being stored in sql. This information is retrieved across time zones through a .Net Web Service. When the data is viewed in a .Net client application these dates are shifted due to time zone differences. Anyone know the best way to stop this ...
|
| Testing user controls | 20 Jul 2006 03:34 GMT | 3 |
Hi, Does anybody here know how to test user controls on the fly. I build the user control, as well as the application I am testing it in but the changes made to the user control aren't seen unless I close & reopen the project.
|
| Socket question | 19 Jul 2006 23:04 GMT | 4 |
I would like to use a single port to connect to a server. I would like to be able to disconnect a socket using this port and then be able to connect again (on the same port) immediately. I know there is a TIME_WAIT value, but I thought I could get around it by using the
|
| .Net executable shows fine for some, as DOS .exe for others | 19 Jul 2006 20:46 GMT | 5 |
I've run into a rather strange situation, and can't seem to find any details on why this would even be happening, so here goes: I've created an app to force users to update their pcAnywhere passwords. This is a VB.Net project compiled against .Net 1.1. This executable is
|
| How to pass content of aspx to method | 19 Jul 2006 17:26 GMT | 1 |
How can I add logic to return the actual content of an aspx file in my method below: public override System.Web.Hosting.VirtualFile GetFile(string virtualPath) {
|
| IP to location webservice? | 19 Jul 2006 17:07 GMT | 1 |
I'm developing an ASP.NET 2.0 site that require to lookup the visitor's country based on the IP. Is there any free, simplest way to implement (using a web service, maybe) this thing? Please advise. Many thanks in advance,
|
| asp.net report DbSource | 19 Jul 2006 16:54 GMT | 5 |
I'm running into a frustrating problem. ASP.NET 2.0 web application, against SQL'05, I'm trying to run a report against a 'table provider' (query) that excutes well within SQL MGT studio, and within the data environment.
|
| How to setup a SMTP Server? | 19 Jul 2006 12:33 GMT | 3 |
How to setup a smtp server for sending mail using System.Web.SmtpMail? Just install a smtp service to the pc then SmtpMail.SmtpServer = "myPC"; ?? I could not make it work. How?
|
| Viewstate | 19 Jul 2006 06:29 GMT | 1 |
Can viewstate be used in classic asp? If not how can the same result be achieved? Thanks! Dave
|