| Thread | Last Post | Replies |
|
| Datagrid Colum Header Aligment in C# | 19 Jul 2005 16:11 GMT | 2 |
Ýs it possible to align only headers of datagrid to center not all column ? huseyin
|
| conditional hyperlink in datagrid | 19 Jul 2005 15:31 GMT | 3 |
I have a question regarding conditional hyperlink in datagrid. I want to display Hyperlink if my QID values in (1,4,5,6) other wise i want to display just Qdescription with out hyperlink. <asp:hyperlinkcolumn headertext="Question" SortExpression="QDescription"
|
| Memory leaks in managed code? | 19 Jul 2005 15:14 GMT | 9 |
I've been trying to understand the article "Identifying Memory Leaks in the Common Language Runtime" listed on http://support.microsoft.com/?id=318263 It says "The garbage collector can collect and free the memory but never returns it to the operating system.
|
| Configuration of webservices | 19 Jul 2005 14:49 GMT | 4 |
What is the best way to handle configuration of a Webservice ? I use Visual Express to make the webservices. Best regards Søren Reinke
|
| Incorrect DateTime.Now when saved to SQL | 19 Jul 2005 14:25 GMT | 4 |
I have several functions that save the time when they did certain tasks to an SQL table. This was working fine as far as I could tell but I now have systems that are updating thousands of records and a very small percentage are showing as future dates by seconds to hours. As a ...
|
| Assign today's date as "DefaultValue" | 19 Jul 2005 14:24 GMT | 1 |
How do I assign today's date as "DefaultValue" <asp:ControlParameter ControlID="Calendar1" Name="DUEDATE" PropertyName="SelectedDate" Type="DateTime" DefaultValue="TODAYs DATE" />
|
| TreeNode Interface | 19 Jul 2005 14:08 GMT | 2 |
Don't you guys think that creating an interface for TreeNode can be of help to programmers? The thing is that my current project involves a TreeView, ListBoxes and a PropertyGrid. I can pass objects to both the PropertyGrid and ListBox but I can't do that to the TreeView so we ...
|
| How best to load an image resource? | 19 Jul 2005 13:28 GMT | 3 |
I want to create a special DLL that will contain only images. My application will then load these images when it needs them. So I searched MSDN and found this article: http://msdn.microsoft.com/library/default ...
|
| Reading XML using System.Xml.XmlReader | 19 Jul 2005 13:26 GMT | 1 |
I have the following xml and i need to read all elements and insert them to a hash table hash[businessaddresscity]="" hash[email1address]="tomerdr@hotmail.com"
|
| Does Console.Write() work in Compact Framework? | 19 Jul 2005 13:08 GMT | 5 |
When I do Console.Write("something here") or WriteLine() on the Compact Framework, nothing appears in the output window. I have also tried it on another developer's machine with the same results. The Docs say this is supported in the Compact Framework. Any ideas?
|
| keyword searching in a file..Filestream | 19 Jul 2005 12:53 GMT | 1 |
I'm new bie to windows application..i want to search a key word inside a file..let say, if a file contains text "this is sample program...". If i search "sample" inside a file, it should give the exact matching. ------my code FileStream fs = new FileStream("C:\\a.txt", FileMode ...
|
| Serializing soap object to a database | 19 Jul 2005 12:52 GMT | 1 |
For logging reasons I need to be able to store Soap object in a Database. The reason is not to replay the data, but to be able to locate where an error has occured, if one occurs.
|
| Regular Expression | 19 Jul 2005 11:29 GMT | 2 |
I want to create a regular expression. I have come up with something like this: Scan*ValRel(QualValRel)* which basically means that I should see:
|
| Running Queries... | 19 Jul 2005 10:42 GMT | 3 |
I am running a access query through my code that has some Nz functions in it. But when i execute the query i get the following error undefined function "Nz" in expression. Yet the query runs fine when i run it in access?
|
| MatchCollection Memory Issue | 19 Jul 2005 09:44 GMT | 6 |
In the program below, when the control comes back to the Main program, a considerable amount of memory is still associated with the program. Is this normal? Is it due to repeated generation of MatchCollection objects?
|