| Thread | Last Post | Replies |
|
| Feedback Form ASP & ASP.NET | 18 Feb 2004 11:22 GMT | 1 |
Hi everybody. I have to create an asp dot net file that takes the form variables from an ASP file and sends them by email then redirects to another ASP file. Can anybody provide help or code? Any help is appreciated.
|
| Button single click problem | 18 Feb 2004 11:16 GMT | 4 |
I have been creating an Button using .Net C#. Once the user clicks the button, the click event handler will perform task A. This normally takes around 2 minutes During this 2 minutes, the user must not be allowed to click this button again However, once the user clicks multiple ...
|
| interop | 18 Feb 2004 02:46 GMT | 13 |
I have a set of classes source in C++ and I want to use those from C#, can I just make these into a regular DLL and export these and DllImport these from C# with no problems? Is it that easy?
|
| Runs html but not asp scripts | 18 Feb 2004 02:05 GMT | 1 |
Visual Studio is not working correctly. I'm trying run some very simple code to confirm that my Visual Studio installation is ok. I can see the html and even an asp command but I can't see any of the script results. I don't get any errors but and I have looked at the permission ...
|
| .Net Decompiler - How do I protect my .Net Product? | 17 Feb 2004 23:46 GMT | 10 |
Is there a more econimical way to stop people from decompiling my .Net product? I dont have $1900 to spend on the .Net Decompiler Protector. Anyone have any thoughts/experiences with these or simliar products? Is Microsoft working on a solution to this problem?
|
| Log on error for FileCopy() | 17 Feb 2004 21:20 GMT | 3 |
FileCopy("C:\sourceFile.ext", "server fodler/targetname.ext") '! <<<<---- ERROR - Exception Details: System.IO.IOException: Logon failure: unknown user name or bad password. Can't copy the file to my SQL database This doesn't work in VB Visual Studio IDE
|
| How to use config files with .dll's (an idea - what do you think?) | 17 Feb 2004 20:51 GMT | 3 |
There's quite a bit of interest out there in using config files with .dll's. I've seen some implementations which boil down to figuring out a file named "<something>.config.dll" and then using some manual xml reader. I wanted to utilize the configSection of the app reader
|
| Comparing Managed and unmanagged | 17 Feb 2004 20:41 GMT | 5 |
Hello group, I was discussing with a friend, a C++ programmer, and he told me that C++ code has a better performance than managed code (from either C#, VB.net, managed code from .net framework).
|
| Connecting to a retwork resource | 17 Feb 2004 19:40 GMT | 1 |
I am trying to connect to a network resource (e.g. a remote directory) and am unable to find how to do this. When writting in C I used WNetAddConnection2. Thanks,
|
| WebResponse Headers comma delimiting mistake | 17 Feb 2004 18:29 GMT | 9 |
The expires date in a Set-Cookie header includes a comma in every implementation I have seen or read documentation for. However, the CLR's WebResponse Headers collection delimits headers of the same name with commas. I thought I would get around this with the Headers collection
|
| Execute function from within a class | 17 Feb 2004 17:17 GMT | 3 |
I need a way to execute a function that is contained in a windows form from a class. How can I pass the address to the function and execute it. I would settle with passing a button and firing the click event of it from within the class to accomplish my task.
|
| Looking For An Example Of Replacing Only One Occurrence In A String | 17 Feb 2004 17:15 GMT | 1 |
Does anyone have an example of replacing only one occurrence of a substring in a string. I have tried replace, but it replaces all occurrences of the new string in the string. I only want to replace the specified occurrence in the string (i.e substring(37, 10) - phone
|
| how to upload a Web Project | 17 Feb 2004 16:57 GMT | 2 |
I created one project on my machine with widows 2003 server as OS. It is working fine on my system. How to upload that project to a server system where people access? Is the .NET installed on that system. What r the requirements for project to get uploaded?
|
| .net framework on secondary PC's | 17 Feb 2004 16:56 GMT | 4 |
How do you get the .net framework on other PC's so that your programs install and operate correctly? Usin VB.net standard, and my programs run on my machine only.
|
| Call SP with existing connection | 17 Feb 2004 16:25 GMT | 1 |
I have a stored procedure, and it is working fine, but my problem is, how do I call it with an existing connection? Notice that I have to add my conn all the time, and would like to call it with an existing connection (in this case conn) Thanks Private Sub SPCALL_Click( Dim CMD ...
|