| Thread | Last Post | Replies |
|
| static properties in classes question | 14 Sep 2007 17:32 GMT | 5 |
I've been playing with using static properties using a simple example and i see the potential for some site performance boosts. As i'm a little new to the concepts i'd like to ask if what i'm about to propose is possible and if so a good idea.
|
| .NEt remote event and DNS reverse lookup | 14 Sep 2007 16:51 GMT | 9 |
Hi NG! I have a problem in my remote application. After calling a remote function the calculation will be done by the service. The calculation result will be sent to the caller (client)
|
| Set difference algorithm for .NET generic collections? | 14 Sep 2007 15:53 GMT | 3 |
Just before I have to implement my own.. I don't suppose the .NET framework has an equivalent of the STL set_difference algorithm yet...? For e.g. If I have two containers: CompareSet={1,2,3} ToSet={2,3,4}
|
| Error: No overload for method 'ToString' takes '1' arguments | 14 Sep 2007 15:35 GMT | 11 |
I'm using an object data type variable to pass a numeric value (Int, Float, Double, etc) to a function that returns a formatted string. However, nullable types do not provide an overridden ToString() method that takes a format string.
|
| Export dataset to excel file NOT ASP.NET | 14 Sep 2007 15:12 GMT | 1 |
i'm looking or a NONE ASP.NET code. all over the web those i found either don't work or are made for ASP.NET. Im just looking to output dataset to excel with opening a file wich is the pseudo-template and paste dataset info to it and save as new file.
|
| web app downloading a file | 14 Sep 2007 14:44 GMT | 4 |
i have a small web app that uploads some files, and now i want to be able to download them, basically i have a full path of the file, i been googling but i dont seem to find an example of this thanks
|
| Help with a drop down list. | 14 Sep 2007 13:48 GMT | 2 |
I have a value in TextBox1 and I would like to put that value in either TextBoxA, TextBoxB, or TextBoxC depending on what is selexted in DropDownList1 I am new to programming and I'm a little lost with this one. Thank you for any help you can provide.
|
| exitcontext of waithandle.waitany. Options | 14 Sep 2007 13:48 GMT | 1 |
can anyone tell me exact meaning of exitcontext of waithandle.waitany. What exactly synchronization domain means? i am having one windows application in which i creating some thread
|
| Exception:System.Net.Sockets.SocketException: | 14 Sep 2007 13:42 GMT | 1 |
I have a problem with TcpClient ... I am conneting to a server with TcpClient and returning the answer through a webservice. It actully all works fine. BUT if I make a lot of (re)connection (hitting the submit button) then I start to recieve a an error:
|
| Linq Sum() Question | 14 Sep 2007 12:50 GMT | 4 |
I'm having a problem with a Linq statement. I made a console application that makes use of Northwind database. Made a dbml file of the database whith the designer and now I want to see the total of all orders of the customers.
|
| DirectoryInfo - problem with polish characters | 14 Sep 2007 10:55 GMT | 1 |
I have a problem connected with DirectoryInfo class. My paths contain polish characters not present in english alphabet. Problem is that DirectoryInfo class displays them in a very bad way. I have tried to change project properties/ assembly information / neutral language to
|
| FINDING OUT WHAT'S LEFT | 14 Sep 2007 10:19 GMT | 5 |
I have a scenario where I have these things that take up (x) number of space. I know the max number of space I will ever have is 512. I am trying to figure out a way to write a formula or whatever will make it work to tell me how many of these things I can put in this space.
|
| Setting control to dock fill when you have a menustrip | 14 Sep 2007 07:05 GMT | 21 |
I have not had a good answer to this question. I put a menustrip on a form and so it is a main menu in affect. Now I put a webbrowser control on the form and set it dock fill. Of course what happens is the menu covers the top of the webbrowser control
|
| User Control Datasource | 14 Sep 2007 05:34 GMT | 1 |
I have a button on a form, that opens a second form where I'm cloning a usercontrol, something akin to Access' continuous forms. Now, in this usercontrol I have a couple comboboxes. Now I need to run a query to get the data I want to set as these comboboxes' datasource.
|
| SelectNodes twice | 14 Sep 2007 05:24 GMT | 6 |
I need to make a SelectNodes and in the result set make a second SelectNodes: XmlNodeList nodeList = doc.DocumentElement.SelectNodes(xPathQuery); Now I need to make a second .SelectNodes(xPathQuery);
|