| Thread | Last Post | Replies |
|
| Master pages - A page can have only one server-side Form tag. | 04 Jan 2008 17:11 GMT | 4 |
I am converting all my asp.net pages to asp.net 2.0 for supporting master pages. I get the following error in runtime. A page can have only one server-side Form tag.
|
| Problem: Calling an unmanaged function returning structure by value | 04 Jan 2008 16:54 GMT | 9 |
The MSDN documentation explains how to pass structures from C# to C functions, but I can't find any help on how to return a structure by value from C to C#. I don't want to return a pointer to the structure, because it would require additional memory management.
|
| REQ: Looking for .NET/C# Imaging libraries, "ITunes like" display | 04 Jan 2008 16:49 GMT | 5 |
Hello, I'm looking for an imaging library that is compatible with Visual Studio 2005 that has imaging/display capabilities to that of ITunes. What I mean is the part of the ITunes program that shows all of the album art in a collection, and allows the user to scroll
|
| using hashtables | 04 Jan 2008 15:33 GMT | 11 |
I have 2 hashtables each of which I am using to store a set of IDs and Descriptions. Hashtable 1 will have the full set of data (e.g. IDs 1,2,3,4,5) whereas Hashtable 2 will only have a subset of that data (e.g. IDs 2,4).
|
| async delegate and exception | 04 Jan 2008 15:16 GMT | 6 |
.NET 2.0 In my app I'm about to program some code which retrieve a XML file from somwhere on the Internet. and then parses the XML - just looping through the records in the XML document and collecting a value at each record....
|
| String to WCHAR* conversion | 04 Jan 2008 15:05 GMT | 1 |
I am trying to call a C++ DLL from C#: C# code: [DllImport("Log")] static extern void LogMsg(String wsString1);
|
| Inline HTML calls | 04 Jan 2008 14:42 GMT | 2 |
I am wondering if there is a way outside of a databound control(ie GridView, Datalist, etc) to call .Net methods. for instance in the following example I want make a LinkButton invisible by checking if the User is authenticated:
|
| Scanner device is use in C# using Asp.net page 2.0 | 04 Jan 2008 11:44 GMT | 3 |
Hello, sir I my self ajay choudhary .I am a C# .Net programmer . I am developing an asp.net application that is using in Scanner device .
|
| TreeNode HasChildren() | 04 Jan 2008 04:00 GMT | 2 |
How can you tell if a treenode has any children nodes when you are recursing the tree? Thanks John
|
| strange | 04 Jan 2008 00:52 GMT | 4 |
c#2.0 , MsSql Server 2005 Hi...i have a multi threaded application that is working real nice....as a service...... i built a console application that uses the business logic
|
| Sort a BindingList | 04 Jan 2008 00:52 GMT | 7 |
I want to know the best way to sort a BindingList without needed to turn it into a DataTable. Of course, my BindingList is being used indirectly by a BindingSource. So, how do I sort a BindingList of my custom business objects? For
|
| Cryptography RC4 | 04 Jan 2008 00:44 GMT | 1 |
I would like to know whether .NET framework 2.0 provides support for deriving an RC4 encryption key. Any suggestions would be greatly appreciated. I have: TripleDESCryptoServiceProvider des = new TripleDESCryptoServiceProvider();
|
| The DoubleClick event | 03 Jan 2008 22:56 GMT | 1 |
has anyone else noticed that the DoubleClick event on the DataGridView control (and maybe other controls too) is way too sensitive. The event is triggered when I perform what I think of as two single clicks. It is not a matter of fine-tuning the mouse itself.
|
| life-time pinning. vs Global heap | 03 Jan 2008 22:46 GMT | 10 |
I am very sorry to bring a topic up that has been beaten with an ugly stick..... but... If I want to "fix" an byte array for the life time of a program would it be better allocating it on the unmanaged heap?
|
| Using an external file for funtions | 03 Jan 2008 22:35 GMT | 8 |
Is there anything in c# like using an external file or an include file to store some of your functions? It's getting really hard to find your way around when you have so many functions in your main file.
|