| Thread | Last Post | Replies |
|
| AutoIncrement - DataGrid | 12 Feb 2004 16:26 GMT | 2 |
I have a sql statement that uses the index server oledb provider to extract items from Index Server. The results are placed in a dataset and into a dataview. The dataview is binding to a datagrid and I am using template columns/items to output the data. I would like for the ...
|
| Lock or Synchronized ?? | 12 Feb 2004 15:57 GMT | 4 |
Some classes, like Queue and SortedList, have a Synchronized method which gives a thread safe wrapper object for these classes. But the lock() statement does the same thing. Is there any rules as to when to use one and not the other? For instance, if I wanted to remove an item in ...
|
| Using stream HttpRequestClass | 12 Feb 2004 15:41 GMT | 2 |
I'm using HttpRequestClass on .NET and .NET Compact. I made request and get incomming data. But data feed is very slow. But I need to get data as early as possible. But behavior the code under
|
| Posting to another page attribute: PostTargetUrl | 12 Feb 2004 14:59 GMT | 6 |
Post Forwarding question...... For this control below, <asp:Button runat="server" PostTargetUrl="page2.aspx" /> The Attribute: PostTargetUrl="page2.aspx"
|
| Failed to load resources from resource file Pleas check your Setup | 12 Feb 2004 14:21 GMT | 9 |
Failed to load resources from resource file Pleas check your Setup. One client, windows xp pro, receives the following error message when starting my application: "Failed to load resources from resource file Pleas check your Setup."
|
| Close TCP/IP Listening Socket | 12 Feb 2004 14:20 GMT | 6 |
I am developing an asynchronous socket application and I want the user to be able to start and stop the server. Everything works fine when the server is started, but I can't figure out how to close the listening socket. I've
|
| Converting | 12 Feb 2004 12:53 GMT | 1 |
Hello all, just a quick question - I really should know this : What the differece, if any, between Convert.ToString(doubleVariable); an doubleVariable.ToString()
|
| web service remote debug problem help !! | 12 Feb 2004 11:10 GMT | 2 |
I have my Webservice running ok in my local machine but when I try to write same simple service in the webservice I get this I made the changes in the Web.Config that the message suggest and I still having the problem .. Any Idea why !!!
|
| how to get wordcount in asp.net | 12 Feb 2004 11:09 GMT | 3 |
i have a query how do u get wordcount in asp.net . I was able to get wordcount in VB.net using reference componets of microsoft word .For asp.net iam not getting the wordcount if i refer the same components plz suggest thanx al by Guruprasa
|
| BinaryReader and BinaryWriter and Endianess | 12 Feb 2004 08:09 GMT | 7 |
.NET is mainly designed for Windows and could be assumed to work with only little endian binary files. However, what is the real behavior? BinaryReader : Is this designed to read system/hardware supported
|
| How to clear "assembly download cache" on windows xp? | 12 Feb 2004 08:06 GMT | 9 |
How to clear "assembly download cache" on windows xp? Is it possible to clear the "assembly download cache" (C:\Windows\Assembly\) on a windows xp client? Thanks in advance!
|
| Your comments please on Marshal.PtrToStructure(..) ... | 12 Feb 2004 07:43 GMT | 6 |
I have the following code (which works fine) to quickly deblock incoming stream of data from sockets. What do you think? Do you see any performance problems using interop for such a thing?
|
| cl.exe missing in my .net framework utility dir | 12 Feb 2004 05:01 GMT | 2 |
I've installed the .net Framework SDK, and when looking in the directory (Framework\v1.1.4322), I can't find the C+ compiler cl.exe Was it suppoed to be there, or I should download some extension? Or maybe it is not available free?
|
| How to Pass two Parameters to a delegate | 12 Feb 2004 03:56 GMT | 1 |
I need to be able to pass two parameters to a delegate. Can someone help me out with the syntax? Here is my code. Thanks Chad... Dim dlg As New DisplayDataDelegate(AddressOf DisplayReceivedData) Dim args() As Object
|
| General Question | 12 Feb 2004 03:08 GMT | 1 |
What is the difference between: 1) Visual Studio.NET Enterprise Architect Edition and 2) Visual Studio.NET Professional Edition
|