| Thread | Last Post | Replies |
|
| ReDirect - Please Help | 05 Oct 2004 22:11 GMT | 5 |
Working with XP-Pro and VS.Net I have set my Start Page to "Home.aspx" but the application always starts the "Login" page - - - How can I change the start page to the Home.aspx??? On the login page that displays I have
|
| Cannot create Web project. A connection with the server could not | 05 Oct 2004 20:59 GMT | 2 |
I have installed Visual Studio .NET 2003 on my Windows XP Professional (SP2) laptop. I installed IIS before running through the setup program (which did not flag any errors during the install process). I went into VS to create a new ASP.NET project and I get the following error:
|
| Customizing Setup dialogbox in msi? | 05 Oct 2004 19:20 GMT | 1 |
How can embed company logo in title section of setup dialog box?
|
| Making C# Server | 05 Oct 2004 18:49 GMT | 4 |
May you explain me how can i make my own Server using Dot net? The protocol Tcp/IP needed to be used but how can I implement it with the Dot Net? It is easy to create server for a local network, but for internet i don't
|
| Connection | 05 Oct 2004 18:36 GMT | 1 |
I want to build a program to start automatically my internet connexion. Also it would be better to configure the Shared for Network functionnality. Is there anything in the dot net which may help me to realize such a thing? Thanks a lot.
|
| Multicast delegate checking for particular delegate | 05 Oct 2004 18:29 GMT | 3 |
I am surprised that a MulticastDelegate does not have a particular member function which checks if a particular delegate is in its invocation list. I can do this manually of course but a Find, or something like that, should have been a member function of the MulticastDelegate.
|
| thru proxy | 05 Oct 2004 17:42 GMT | 3 |
I have an app that needs to connect to internet thru a proxy. Does anybody knoe how should I write the credentials for my proxy? Thanks in advance, Sebasti?n
|
| Any help with store a file in a DB ? | 05 Oct 2004 17:24 GMT | 2 |
I use VB .NET 2003 and I want to store into a binary field of a SqlServer 2003 table a File that I got on my hard disk. Does anyone know how can I do that ? I also use an OpenFileDialog component to get the file name and the path.
|
| can you look at data as objects? | 05 Oct 2004 16:45 GMT | 3 |
Sorry for the obvious newbie type question. :< And I know doing stuff in Java is not 100% transferable to c#/.net, so I apologize for my ignorance. But I am asking, therefore trying to learn. In j2ee you can create entity ejbs to model data as objects. The benefit is
|
| Weird SQL Connection String problem? | 05 Oct 2004 16:08 GMT | 3 |
I am connecting to my SQL database using following connection string Dim strSQL = "Persist Security Info=False;Integrated Security=False;database=myDA;server=myServerNane;User ID=;Password=" Dim conn As New SqlConnection(strSQL)
|
| Are JUnit and NMock complimentary? | 05 Oct 2004 16:01 GMT | 2 |
Is anyone familar with these two products? Should they be used together or is there an advantage of one over the other?
|
| How to prepare a major .Net development | 05 Oct 2004 15:57 GMT | 4 |
The company I work for is planning to modify a large financial application running on the mainframe. The modifications include switching from IMS to DB2 and make the business logic accessible from web-based applications. The main orientations for that project are to rely on .Net ...
|
| How to know which rows are modified in a database | 05 Oct 2004 15:39 GMT | 4 |
I want to know if I have changed a few records in my database using update / insert / delete methods, how can i later know which rows have been changed or modified ? I know the ExecuteNonQuery method which can give me the "number" of modified
|
| hide listbox scrollbar | 05 Oct 2004 15:29 GMT | 1 |
How do I permanently hide the listbox vertical scrollbar? DT
|
| web services & firefox. | 05 Oct 2004 15:14 GMT | 4 |
I was curious if I could make my webservice work with firefox client webservice functionality. (i got it to work with webservice.htc) I am able to get firefox to see my serverside web service methods (instantiate a proxy and alert proxy.MyMethod to tell its a valid
|