| Thread | Last Post | Replies |
|
| WebClient.CancelAsync() and TargetInvocationException | 15 Aug 2007 09:07 GMT | 1 |
I found a thread (http://groups.google.com/group/ microsoft.public.dotnet.languages.csharp/browse_thread/thread/ b154f44522b5e083/11974fe21507faae? lnk=gst&q=webclient.CancelAsync&rnum=1#11974fe21507faae) about this
|
| HtmlEncode and HtmlDecode on Client Side? | 15 Aug 2007 08:27 GMT | 2 |
I have a client-server program, that sends and receives information to our ASP.NET server via a custom XML-over-HTTP protocol. On the server-side, I am successfully using Server.HtmlEncode() and Server.HtmlDecode() to get the data XML-ready and extract it from XML
|
| anyone tried to connect to nokia? | 15 Aug 2007 08:26 GMT | 5 |
anybody tried to connect to nokia mobile phone and grab the contcats?
|
| Converting string to enum member!!! | 15 Aug 2007 07:51 GMT | 4 |
Hi, sorry if this is not the best group for this... In C# I have string values that correspond to enum member names. I need a conversion from the string value to the corresponding enum value - if possible without a big switch comparing the string with all their enum
|
| NetworkStream.Read - Thread freezes | 15 Aug 2007 07:06 GMT | 14 |
hello out there, I use a thread data from a linuxserver. i ask for data, i read the data (fix in size) - so far so good. this works great for the first 61 datapackages, then my thread abruptly freezes, because of the read
|
| connection strings in config file | 15 Aug 2007 05:20 GMT | 9 |
I have a question about storing the connection strings to the database in a config file or database. My manager wants me to store all the connection strings in a database, but I think it is easier and faster to store the connection strings in the config file. I was wondering ...
|
| Put Google Ads into c# program. | 15 Aug 2007 02:58 GMT | 2 |
My program is using webbrowser contorl. I want to add my Google Ads into my program for free version. but Google Ads are several lines of java script code, not a single URL.
|
| Is there an elegant way of displaying fractions in C# | 15 Aug 2007 01:36 GMT | 4 |
Hi All, Was wondering if in C# there is an elegant way of displaying and or calculating fractions. The case: we have an app that measures/slices dices etc and all our internal
|
| listview question | 15 Aug 2007 01:23 GMT | 3 |
i have two listview controls, lstAvailable and lstSelected. I want to check if an item is exists in the lstSelected then it should be removed from the lstAvailable. how can i do that?
|
| What is "System Level Applications"? | 14 Aug 2007 23:48 GMT | 5 |
Anyone can explain the concept of "System Level Applications"? An example? Thanks in Advance! Polaris
|
| service | 14 Aug 2007 21:25 GMT | 3 |
Im looking for examples to hook to a service from a UI tks MJ
|
| Integrating VB 2005 module. | 14 Aug 2007 20:58 GMT | 3 |
I have a module written using VB 2005 which contains many ready to use functions. For some specific reasons, I cannot make it a DLL. Can I integrate this module in my C# project? If yes, how.
|
| Orcas Release date? | 14 Aug 2007 20:48 GMT | 7 |
Been using beta 2 since it went into public release and I have to say, I love it. Any ideas when it will be RTM or Gold?
|
| need help with error: Invalid postback or callback argument | 14 Aug 2007 20:06 GMT | 1 |
I need help with an error, the message: Invalid postback or callback argument. I never saw this error happened to me, not on IE nor FF, but Log4Net I used on production server logs about 100 exceptions on one specific page every day.
|
| difference between List<object> and List<MyClass> | 14 Aug 2007 19:45 GMT | 3 |
I seem to have a bit of trouble understanding one bit of how generics work: In C#, every class automatically derives from object, and inherits a bunch of properties (i.e. ToString()). Thus, (MyClass is object) should always evaluate as true.
|