| Thread | Last Post | Replies |
|
| Sending XML-RPC from ASP.NET | 17 May 2007 17:09 GMT | 1 |
We're currently working with another software provider and I'm required to grab a list of values from there system using XML-RPC (don't have more information right now) and display it on our web site. I've used Web Services many times before but never XML-RPC. Does
|
| strange JS error | 17 May 2007 17:01 GMT | 1 |
Till yesterday everything went well but I had to install service pack 2 to windows 2003 serv. After that every time I get strange JS errors (but could not debug it). Example: www.edukon.pl and www.portal.idn.org.pl/idn
|
| to to fix this can not convert string error?? | 17 May 2007 16:41 GMT | 5 |
I think this code is almost working but I get the following error: Error 1 Cannot convert type 'string' to 'System.Xml.XmlAttribute' C: \Spring 2007\C#\convertxml\convertxml\Form1.cs 35 15 convertxml ths is what is underlined in blue:
|
| Windowless process child | 17 May 2007 16:37 GMT | 2 |
Hi, i'm new in this list so I don't know if anyone has asked this...but... I have a process (dos app instance) started like this: _procStartInfo = new ProcessStartInfo();
|
| XML-RPC from ASP.NET (C#) | 17 May 2007 16:21 GMT | 1 |
We're currently working with another software provider and I'm required to grab a list of values from there system using XML-RPC (don't have more information right now) and display it on our web site. I've used Web Services many times before but never XML-RPC. Does
|
| How To Create DEveloper Version | 17 May 2007 16:20 GMT | 1 |
I want To Define in C# sections that will run only in one Mode for example console.write('production1') console.write('production2')
|
| Control Library | 17 May 2007 16:15 GMT | 1 |
I have c# express 2005 how do I create a control library that contains four user controls. I think it is just a class with 4 different method but I have no idea- can you help me please.
|
| DataColumn.Expression | 17 May 2007 16:15 GMT | 3 |
Is it any way to use current column value in Expression for this column. Let say we want to have: DataColumn2.Expression = IIF(DataColumn1 <0, DataColumn1, DataColumn2) Its'n valid but how to handle it?
|
| C# Printing: Is it possible to update on already printed page ? | 17 May 2007 15:58 GMT | 3 |
I need to print a report like document. So in report there are many articles and what I need when I get to the end, is to update page numbers on the second page where the Table of Content is .... or even update strings like Page 1 or 10 ... Page 2 of 10 etc ....
|
| Variable Declaration | 17 May 2007 15:16 GMT | 6 |
Guys, Please help me by answering my questions. Thanks in advance 1. What is the difference between below two declaration statements int i; i=20;
|
| How can I fix this code?? | 17 May 2007 15:09 GMT | 3 |
I have this code: private void btnConvert_Click(object sender, EventArgs e) { // Get a directory
|
| C# Updatable Software | 17 May 2007 14:55 GMT | 3 |
Helo everyone, I'm doing a software that is installed on my clients, to transfer files via WebService... I need to do something that should update this software....when a
|
| .NET Version | 17 May 2007 13:52 GMT | 2 |
If I compile a C# class library using VS 2003. Then build an application in VS 2005 and reference that library. When I execute the application will the source in the DLL be executed by .NET 1.1 or .NET 2.0 framework.
|
| Pressuring GC to give up clean up memory. | 17 May 2007 13:22 GMT | 15 |
I have an app ( referenced in thread news://msnews.microsoft.com:119/OPTBaFDlHHA.3280@TK2MSFTNGP05.phx.gbl ) that won't give up memory. Several people stated that GC won't clean up memory unless pressured to do so (e.g. system running out of memory).
|
| Programmatically setting SqlServer vs. Windows authentication | 17 May 2007 13:10 GMT | 6 |
I am wondering how to programmatically select either SqlServer or Windows authentication when connecting to a database. Is this something in the connection string? Or is it some other parameter to a connection method...?
|