| Thread | Last Post | Replies |
|
| Response.Redirect("????.aspx") | 11 Sep 2004 02:47 GMT | 1 |
I am trying to redirect to a page to open word/excel document. The trick is that I don't know the path. I have a grid where the user selects the document to open, and based on that selection, the app should redirect and open the document. As you can see from the code
|
| Switch from VS.NET to monodevelop | 11 Sep 2004 01:39 GMT | 3 |
I'm curious. How many of you are switching from VS.NET and c# to monodevelop and mono? It seems like the low cost savings ( FREE ) and getting all functionality with superior windowing widgets ( gtksharp ) making it very good to move?
|
| Question on HTML and Web(Server Side) Controls | 10 Sep 2004 21:33 GMT | 1 |
I know more html is needed to really produce this but enough is here for me to ask my question. So, this HTML code produce 2 buttons. One button is a HTML control and the other is ASP Web or Server Control. Why are there 2 ways to create buttons if they so the same thing? Do
|
| Upgrade to Server 2003 | 10 Sep 2004 17:29 GMT | 1 |
I'm not sure where else to ask this question. Please point me to newsgroup more suited. Is there a Server 2003 group that handles issues with upgrades? Thank You so much for your help in advance.
|
| Source code synchronization | 10 Sep 2004 16:31 GMT | 3 |
Right now I am taking over a project in ASP.net done by previous programming team and they have 2 sets of codes for different region. The problem comes when the management decides to compile everything into one single version. I have hundreds of aspx files here and it's impossible
|
| Bound OLE in .Net? | 10 Sep 2004 14:58 GMT | 1 |
I understand that in .Net, there is no such animal as the "bound OLE" frame available in Access. Unfortunately, as we migrate off of an old (97 - yikes!) application, combine it with functionality from an old (VS390 - double yikes) mainframe based processing system into our brand ...
|
| Porting VB6 ActiveX EXE Component to dotNET | 10 Sep 2004 14:48 GMT | 5 |
I have a ActiveX EXE component written in VB6. This ActiveX EXE exposes various public methods that can be called by several other independent Windows EXE applications (also written in VB6). I would like to port the ActiveX EXE component it to dotNet. What type of
|
| DataKeyField with a composite key | 10 Sep 2004 13:47 GMT | 1 |
I was wondering how a DataGrid can handle a DataSet with a composite key. How would I update 1 row in a database having a composite key? A possible solution would be to concatenate my composite key in my sql statement and then use the split function to separate again when I update.
|
| Unique Identifier for a machine | 10 Sep 2004 13:35 GMT | 8 |
We are trying to figure out how to get a unique identifier for a machine. Our application is a C# windows application that talks to our server via a webservice. Every time our webservice is called, we want to verify that the user has a valid license. For that we want to identify ...
|
| The specified module could not be found (oci.dll) | 10 Sep 2004 12:36 GMT | 1 |
I've installed an in-house application that was developed with VB.NET that connects to a Oracle Database (version ). I've installed the Oracle client (version 9i) on the machine that is running the application. This is a windows application and wanted to find out if anyone has ...
|
| "variable 'x' declared but never used" warnings in VB.NET | 10 Sep 2004 10:35 GMT | 8 |
During compilation, a C# project in my solution triggers the following warning: "warning CS0168: The variable 'ex' is declared but never used" To trigger this warning, it appears the C# compiler WarningLevel needs to be
|
| Inherited collection reference lost after for each loop | 10 Sep 2004 10:27 GMT | 5 |
I have a class that has inheritted a collectionbase class The class works fine generally, I can add items to the collection however whenever I execute a For Each loop, the dispose event is called and then inherited collection disapears. (The same problem occurs regardless of which
|
| DataAdapter.Upadate error | 10 Sep 2004 07:21 GMT | 4 |
am binding my DataGrid using a StoredProc which uses an OuterJoin query as follows: CREATE PROCEDURE spGetClientExpenses @Client_ID int
|
| after installing XP SP2 SQL Server does not exist or access denied. | 10 Sep 2004 00:11 GMT | 3 |
I just installed Windows XP SP2 on my previous installation of XP SP1. Since it is intalled, my ado.net connection on my programs do not work anymore; i receive this exception message: "SQL Server does not exist or access denied."
|
| How can I use PlaySound or play a .WAV file in a Visual C++ Windows Forms Application (.NET) Project? | 09 Sep 2004 20:32 GMT | 2 |
I'm using Visual Studio .NET 2003. I get a "Form1.h(242): error C2065: 'PlaySound' : undeclared identifier" error all the time, I've been looking in MSDN for a couple of hours with no luck, no idea, it's my first program, if you are so kind and could explain
|