| Thread | Last Post | Replies |
|
| Move a data column in a datatable | 21 Nov 2005 22:45 GMT | 5 |
I am trying to move a datacolumn in a datatable. What I have tried so far is to create a new datacolumn set it equal to the one I want to remove and then remove it, add another column and add it back again in the place I want it.
|
| Call to a webpage | 21 Nov 2005 21:36 GMT | 1 |
How can I call to a web page to check the url back from a c# code? thank you.
|
| WebClient timeout error | 21 Nov 2005 21:25 GMT | 1 |
I have an error that is only appearing on one server and am trying to find out what the cause is. Basically it is requesting a file from a url and uses the WebClient.DownloadFile() method. This works fine on the dev server but on staging I recieve a System.Net.WebException "The ...
|
| COM+ Web Service Problem | 21 Nov 2005 20:09 GMT | 4 |
I have a unmanaged (written in Delphi 6) COM+ Web Service I am accessing through C#.NET. The Web Service takes an string containing a formatted xml read through StreamReader. The problem I am having is that the SOAP I am passing is being truncated. I
|
| IIS Web-service: where to set identity? | 21 Nov 2005 19:43 GMT | 1 |
The problem: I want to have a (.NET 2.0) smart-client talking to an (IIS, ASP.NET 2.0) web-server to consume web-services. The authentication on the web-service is bespoke (I mention this just for completeness; essentially, the web-service
|
| checking for data type | 21 Nov 2005 19:12 GMT | 6 |
I'm using this code to check if a user input is of a particular data type : try {
|
| parenthesis around negative percent | 21 Nov 2005 19:02 GMT | 2 |
does .net have a class that will put parenthesis around negative percent?
|
| Could someone give me some idea how to create a virtual sharefolder or driver? | 21 Nov 2005 18:37 GMT | 2 |
I have some files stored in one of my servers, they all don't have suffix, they can be accessed with path like \\share1\1010\1010178 , 101078 is file name, but in some case ,I need access them with a suffix, like 1010178.txt, I am thinking creating a virtual folder somewhere, so ...
|
| How to copy a form to clipboard | 21 Nov 2005 18:10 GMT | 5 |
Is there anybody knows how to copy a form (actually the image of a form) to clipboard? Jason
|
| OPC Client Development Toolkit | 21 Nov 2005 17:42 GMT | 1 |
Maybe wrong group but it is C# related: I'm looking for a OPC .NET (2.0) lib for my project to communicate to PLC. There is several libs available out there like Visavi,
|
| Reading Cookies from another domain? | 21 Nov 2005 17:12 GMT | 1 |
I have a web app that uses three separate domain names - I am trying to develop a "single sign on" routine so that they can move between the sites without having to sign on each time the domain changes. I have found that I can only read and write cookies based on the URL so
|
| Cookie Processing in Class Library | 21 Nov 2005 16:45 GMT | 2 |
I'm developing a C# web application. I would like to create a class library that can access cookies directly. Every time that I put a "Response.Cookies" or a "Request.Cookies" in my class library I get an error: "A get or set expressor expected".
|
| passing data child parent parent child | 21 Nov 2005 16:13 GMT | 3 |
how can i pass data from a parrentform to a childform and reverse or retreave data from a childform of the parentform and reverse. Regards Maarten
|
| COM+ -- AutoComplete | 21 Nov 2005 16:07 GMT | 2 |
Need to get some basic info regarding AutoComplete Attribute in COM+ . I am having a class with TransactionOption set to Required , now for this class , can i mark all the methods with AutoComplete attribute , irrespective of the fact , whether i do implement Try .. Catch block ...
|
| Calling a c++ dll, param error? | 21 Nov 2005 16:02 GMT | 2 |
Trying to call the following (c++) dll: void getVersionInfo( long p_lIndex, char* p_cVersionNumber, int p_iVersBufSize, char* p_cDescription, int p_iDescBufSize,
|