| Thread | Last Post | Replies |
|
| SQL Server or Oracle with .NET ? | 23 Sep 2004 18:27 GMT | 1 |
chat are the pros and cons of using SQL Server or Orable as the database for .NET applications. I'm interested in the current environments and what may be coming in the future from Microsoft. In other words, are there any .NET or SQL Server developments in the orks that might tip ...
|
| Populating mulitple controls from database | 23 Sep 2004 18:19 GMT | 3 |
Developing a form that has multiple controls; TextBoxes, RadioButtons, CheckBoxes, etc. I want to dynamically populate all the controls from the database and scroll through the data row by row. I really don't want the
|
| getting started use dll for shared code. | 23 Sep 2004 17:40 GMT | 1 |
I have create a dll that contains a funtion that passes back a boolean. This being my first time using a dll, I am looking for a simple example of what to do next that will allow me to run the dll from a vb.net windows app or a aspx project. Does any one know of a vb.net ...
|
| regex help | 23 Sep 2004 16:52 GMT | 1 |
I know that this is not the very right group, but I can not find better, and I have seen a lot of regex experts to answer, so I'll give a shot: Lets have this string: "<table name='xxx'><br>\nMY_TEXT\n<\table><p>"
|
| c# event | 23 Sep 2004 16:48 GMT | 1 |
with this code "group.PeerNodeChanged += new PeerNodeChangeEventHandler(PeerNodeChanged);" i create an event in visual c#, how can i disable this event when i dont need anymore. thanks
|
| HTTP 403.9 - Access Forbidden: Too many users are connected | 23 Sep 2004 16:17 GMT | 2 |
When I try logging into my web app using local host I am getting the "HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services". The thing is I do not have 10 users connected! I have been running Microsoft Application Center Test for load testing
|
| Object Browser Question | 23 Sep 2004 15:08 GMT | 4 |
When looking at window objects in the object browser, at the bottom of the object browser window you see thing like summary information, descriptions of the input and output etc. How do I add these items in a class I create myself?
|
| save dataSet in xml file | 23 Sep 2004 14:21 GMT | 4 |
im trying to save the content of a DataSet to xml file but im getting the message- " This file has modified outside of the source editor do you want to reload it ? "
|
| Problems with Visual Studio, Web Projects, and SourceSafe | 23 Sep 2004 14:11 GMT | 1 |
Hello, I seem to be encountering a problem that many others have encountered before me. Unfortunately, even the mighty Google seems reluctant to yield any solutions. We are developing some webservices. We have multiple developers who
|
| [VS.NET 2003 C++] CRecordset class disappeared | 23 Sep 2004 12:22 GMT | 4 |
If I want to add a new derived class of the CRecordset type then it does not appear in the classes list, which I used to have before. The CDatabase class, for example, is available. Does anyone has any idea how this is possible? Of course I can make the
|
| Placing two labels exactly after eachother | 23 Sep 2004 11:22 GMT | 3 |
I was wondering how to oder two labels in a ASP.NET web form exactly after eachother by settings its LEFT and WIDTH propertys. Depending on the font used and length of the string, this is dynamic. Is there an exact way to calculate how many pixels a label is?
|
| string filer | 23 Sep 2004 10:33 GMT | 2 |
Hi , Please help me I'm making a table with subtables like this 001000 States 001001 Florida
|
| Custom MessageBox | 23 Sep 2004 08:59 GMT | 1 |
I want to create a customized MessageBox. In .net the MessageBox class will wrap the SDK MessageBox. And it has a private constructor. So surely I cant derive from the MessageBox class. So I tried deriving the messageBox class from System.Object and the
|
| XML from J# | 23 Sep 2004 07:58 GMT | 3 |
There is option for producing XML file from C# code, can XML file be produced from J# code as well? Thanks
|
| Check resolution & taskbar height | 23 Sep 2004 07:51 GMT | 2 |
I'm building an application in VB.NET that can only be started if the available desktop space is sufficient. This means that when the user starts the application it has to check 2 things: 1. Does the screen resolution comply to the minimum resolution?
|