| Thread | Last Post | Replies |
|
| setting BindingSource data types from an XML data source | 30 Aug 2006 21:32 GMT | 4 |
I have successfully bound an XmlDocument to a DataGridView but all fields seem to be strings. I want to retrofit appropriate datatypes on some of the fields. Let me take this in 2 parts. Part I:
|
| assembly | 30 Aug 2006 21:07 GMT | 3 |
How many classes( max) are allowed in an assembly? any one can clarify it
|
| System.Net.WebException: The operation has timed-out again | 30 Aug 2006 20:08 GMT | 4 |
I know this has been asked umpteen times but i cant find an answer to my problem. Very simply, i have a GUI which is trying to call a webservice. The webservice may take any time from 5mins to 30mins (or more). However
|
| Windows Service & Remoting - HELP!!! | 30 Aug 2006 19:27 GMT | 5 |
I have created a Windows Service that keeps track of files and folders. When files are added, deleted or updated, it maintains an internal list of files. I would like to access this information from a external program. I have
|
| Read an XML file | 30 Aug 2006 19:19 GMT | 6 |
I have an xml file containing the following: <?xml version="1.0" encoding="utf-8"?> <Employee name="john" /> <Employee name="peter" />
|
| datagrid paging automatically (after 10 seconds) | 30 Aug 2006 19:14 GMT | 1 |
I have a Datagrid and .AllowPaging=true.... it is working well but I'd like to page automatically after some seconds. So the whole solution is a screen in our company showing some dates which does not fit on 1 single screen so I'd like to automate the
|
| Changing application icon based on build configuration | 30 Aug 2006 18:44 GMT | 1 |
I have a C# application with different projects in the solution. I need to change the application icon based on build configuration. I have different build configurations for branding the application. I can change the icons and splash screens without any problems. The
|
| Default namespace confusion | 30 Aug 2006 18:19 GMT | 2 |
I'm confused about the default namespace setting in the project properties. Help has the following: "Default namespace Specifies the base namespace for all files in the project. For example,
|
| Cache problem | 30 Aug 2006 17:25 GMT | 5 |
I'm using the cache block of the enterprise lib Jan. 2006. There is somethings strange going on. I add a varable to the cache, let's say the string myData. string myData = "1111111";
|
| Formula calculation C# code needed | 30 Aug 2006 17:02 GMT | 8 |
How to calculate value for the following formula (I need C# code): res = (((m+1)(m+2)...(m+(k-1)))/1.2...(k-1)) or more generalized formula is: k-1
|
| csharp | 30 Aug 2006 17:01 GMT | 1 |
mailto:laura.biding@ntlworld.com
|
| Convert string to "best possible" ascii representation | 30 Aug 2006 16:55 GMT | 5 |
I have to convert a string to its "best possible" ascii representation. It's clear to me that this is not possible or sense full for all unicode characters. But for most European characters it should be possible. For example:
|
| String not removed | 30 Aug 2006 16:17 GMT | 2 |
I have a string, I use the Remove method and the string stays the same. ublic static bool CreatePrepareFile(string path) { Console.WriteLine(path);
|
| downloading a file from internet | 30 Aug 2006 16:16 GMT | 5 |
I am planning to stage couple small text files in one of my personal web site. Which is running in linux. I writing a .net app, I want to download and see the content inside. Could someone tell me what do I need to know and setup so that my app can get the files without any
|
| Generating hyperlinks dynamically (replacing words with links) | 30 Aug 2006 16:13 GMT | 3 |
I've (parts of ) HTML documents and a list of words that I have to transform as an hyperlinks, i.e. surround them with a "<a href="...">" "</a>". A first simple approach is to parse the HTML, loop on each textual nodes and then loop on each words and made a string replacement ...
|