| Thread | Last Post | Replies |
|
| Interating over the characters in a string | 25 Sep 2004 19:16 GMT | 7 |
Hello, I have a question in regards to .Net string maniplulation. I have a question in regards to interating over individual characters in a string. The problem is I have a CSV parser that will successfully parse out quoted csv files, the only issue is it will leave the leading ...
|
| Server Client Asyn. communication | 25 Sep 2004 18:31 GMT | 1 |
I am working on a server client asyn. socket communication via TCP in pocketPC the program is successfully compiled and the server and the client is successfully connected However, when the program execute the command:
|
| key/value collection that allows key string to be updated and retains collection item entry order | 25 Sep 2004 17:51 GMT | 2 |
I'm looking for a collection that stores key/values that allows the key to be updated and retains collection item entry order. I want to have a collection where I add like this: myCollection.Add("temp_1", myObject)
|
| When will version 2 be released | 25 Sep 2004 17:51 GMT | 3 |
When will version 2 be released of the .NET Framework. I am starting a new project that will take around 3-4 months. Would it be worth my while to start using version 2 and if so when does version 2 go public? - thanks - any advice would be gratefully received
|
| replacing html special characters | 25 Sep 2004 17:49 GMT | 1 |
Does the framework contain an object or a function that replaces html special characters by their html friendly metacharacters? Like & to & or < to < Thanks
|
| Release Version not working | 25 Sep 2004 14:19 GMT | 1 |
Problem: App working OK in VS environment (VB.Net) and when using a debug build outside of VS enviroment.. Also works OK as release version in VS environment...
|
| how to run exe. file on a computer which dont have .Net | 25 Sep 2004 13:57 GMT | 5 |
i have created an application in C#. And i wanted to run its exe file on a computer which dont have visual studio .Net installed on it. So i installed the .Net framework on that computer and ran my exe. file but it gives the following error :
|
| Serializing and Assembly | 25 Sep 2004 08:06 GMT | 1 |
It is possible to serialize an assembly and then get it back thru deserialization? my idea is to keep it in a database and then restore it when it is required, but i cannot get it working, i got an error on deserialization because it
|
| Why not make all assemblies as Strong Named Assemblies | 25 Sep 2004 07:50 GMT | 8 |
If strong-named assemblies have so many advantages, why not sign all assemblies with strong-name. Is there any scenario, where an assembly should not be signed with strong-name?
|
| Validate SessionID | 25 Sep 2004 06:59 GMT | 3 |
Is it possible to validate whether the given SessionID is valied or not? or in other words how do we identify whether the session is still active or not? for a given session id? Thanks Shan
|
| Design mode is slow | 25 Sep 2004 06:52 GMT | 1 |
Hi, does anyone have any suggestion on making the software faster? I have try visual studio 2003 and the new visual basic .net 2005 beta 1, both version using visual basic design mode(create form layout with controls) its very sluggish.
|
| Arabic Language | 25 Sep 2004 06:50 GMT | 1 |
(Type your message here) Hi.. My question regarding Arabic language I?m using the (CR) that comes with (VS.NET) 2003 I notice that (CR) Not support (Arabic Language) e.g. : Page Direction (Right-to-Left) and the Text Box Direction (Right ? To-Left) , So I need a support for this ...
|
| convert a custom format string back to datetime | 25 Sep 2004 06:48 GMT | 1 |
We all know we can use toString(strFormat) mothod to convert a datetime variable to a custom string, let say strFormat = "YYYY!MM*DD", then we can get '2004!09*18', how can I get convert the string back to datetime based on the specific format
|
| Disable editing a particaular column in a datagrid | 25 Sep 2004 06:38 GMT | 1 |
i am newly developing ASP.Net applications using C# i have many columns in a datagrid ,i have to disable particular column in datagrid.how can do that?
|
| Problem with submiting the page | 25 Sep 2004 06:35 GMT | 1 |
I m dealing in a situation tht there are two panels in a page. Each of the tow panels have some textboxes and submit button.ie. Each of the text boxes in both panels have RequiredFieldValidators on them.Now the problem is that whn i fill the text boxes of on panel and press the ...
|