| Thread | Last Post | Replies |
|
| How to Right Justify Infragistics UltraStatusPanel? | 06 May 2008 15:13 GMT | 1 |
I have Infragistics 2007, Volume 3: I have a UltraStatusBar with two UltraStatusPanels: 1. Left Panel and 2. Right Panel
|
| ASP cookie reading using C# | 06 May 2008 11:06 GMT | 1 |
I have a C# utility that runs in ASP website. when user logs in the ASP code writes the cookie. I am unable to read it in C# code. I am using Request.Cookies["cookiename"].Value.ToString() I can read the same cookie in ASP code.
|
| Refering to "Program Files" directory | 06 May 2008 08:44 GMT | 2 |
On WinXP, the directory where all the installed programs are stored, can go under different names, depending on the language of the OS. E.g. "c:\Program Files" on one system might be "d:\Program" on another. How dows one refer to the "right" path? I'm remembering something ...
|
| Where to pose TFS 2008 questions? | 06 May 2008 08:23 GMT | 2 |
Which newsgroup should I post my questions related to Team Foundation Server 2008? Thank you, Max
|
| DataGridView Column Width | 06 May 2008 07:55 GMT | 1 |
I need to make the last column of my datagridview wide enough to contain a long string, and I can use the horizontal scrollbar to see all of the data. How can I do this? Currently the scrollbar does not show up. I wish that I can make the column fit the data automatically.
|
| C# 2.0 code inside ASP | 06 May 2008 07:20 GMT | 2 |
I have writtten a utility in C# that works fine. I have to include it in ASP application in a page that uses frames. The application doesnt work inside the frame. Any ideas
|
| Writing a DAL with TDD | 06 May 2008 02:49 GMT | 34 |
I've finally gotton board with TDD (test driven development) and wow is it effective! I went from sceptic to True Believer with my first effort. My question: According to the various books and articles I have read about TDD, a good unit test does not rely on the database or other ...
|
| Is SaaS nothing more than rebranded ASP? | 06 May 2008 01:23 GMT | 15 |
It appears that one of the latest hot buzzwords is SaaS (Software as a Service). From what I can tell, this looks like nothing more than rebranding of the old ASP model, which fell out of favor. Am I correct, or is there really something new and interesting here?
|
| Reflection - integer values directly to enum | 06 May 2008 00:21 GMT | 11 |
The following code is in a custom deserializer: object value = (int) 1; string nameToParse = Enum.GetName(field.FieldType, value); value = Enum.Parse(field.FieldType, nameToParse);
|
| Amazon Elastic Compute Cloud | 05 May 2008 23:36 GMT | 1 |
Is anyone familier with Amazon's Elastic compute cloud for hosting applications? It appears to be UNIX based. I am wondering if anyone is familier with something similar for utility computing for C#/Winforms (ClickOnce), SQL Server 2005 applications?
|
| Can you serialize a Dictionary using XMLSerializer? | 05 May 2008 22:29 GMT | 2 |
Hi; I would like to be able to use the XMLSerializer to serialize and deserialize a dictionary. is that possible? i know that you can serialize an object that implements the ICollection interface. does the fact that
|
| reading Crystal report in c# | 05 May 2008 22:28 GMT | 1 |
hi i want to read crystal report documents in c#.I have a lot of .rpt files but now i must export them to rtf or html the best way is i think html.. But i must do this with repots' variables and which column will be write to this area... my problem is that i must get the document ...
|
| Opening files | 05 May 2008 22:21 GMT | 1 |
I installed Visual Studio 2005 express editon and i can't open any file[sln,cs etc] I got an eroor message like access to that path denied and the operation coult not be completed.
|
| UI control to present hierarchical data | 05 May 2008 21:50 GMT | 4 |
I am trying to find th best way (best UI control) to present hierarchical data, nested tables. For example, I have a Employees table (id, name) and EmployeesSales (id, idEmp, description, value). I want to show this in an hierarchical mode, so I tried DataGrid control.
|
| newbie question on cssclass | 05 May 2008 21:10 GMT | 2 |
I have the following on an aspx page: <asp:RadioButton ID="RadioButton1" runat="server" cssclass="radio" Text="Radio 1"/> This render as:
|