| Thread | Last Post | Replies |
|
| how to display formulas in spreedsheet? | 03 Feb 2007 21:40 GMT | 3 |
as you know, when we input a formula in cell of axspreedsheet, it will become its responsed result. But I need it display the formula rather than its results!
|
| VB.NET VS 2005 Version Number in Application | 03 Feb 2007 19:33 GMT | 3 |
I have been making changes to my Windows Application and in the Project/Properties the Publish Version shows the following: Major: 1 Minor: 0
|
| Object Design | 03 Feb 2007 17:23 GMT | 4 |
I've a number of objects (classes) defined in an application which I'm using to model packets on a network. I have a class hierarchy of Packet (inherited by) EthernetPacket (inherited by) IPPacket (inherited by) TCPPacket. I've some control logic which takes in a data stream and ...
|
| Meida Center Problem with 360 HELP!!! | 03 Feb 2007 15:52 GMT | 1 |
I just got Vista and it works great, but.... I connected my 360 through media center a a few days ago and it all worked fine but I noticed that my signal strength through my wireless network was very week. So i purchased a Linksys Range Extender and that really boosted my
|
| Validation of viewstate MAC failed | 03 Feb 2007 14:52 GMT | 1 |
I am getting this when I run it on asp.net 2.0 but works find on asp.net 1.1 Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate ...
|
| Best practices for moving large amounts of data using WCF ... | 03 Feb 2007 14:33 GMT | 7 |
I am looking for everyone's thoughts on moving large amounts (actually, not very large, but large enough that I'm throwing exceptions using the default configurations). We're doing a proof-of-concept on WCF whereby we have a Windows form client
|
| IntelliSense in .net application | 03 Feb 2007 06:30 GMT | 1 |
i am creating a formula editor and would like to provide intellisense feature to the textbox in formula editor. does any one know how can i do that? thanks
|
| Fatal error upon logon to laptop using xp SP2 | 03 Feb 2007 06:04 GMT | 1 |
HELP! Upon logon I get a blue screen/fatal error. BTW, I am fairly tech-wise. I tried safe mode, etc. Can I use the CD that came w/my Inspiron to resolve? B Blake
|
| [ERROR]Generic Host Process for Win32 Services | 03 Feb 2007 06:04 GMT | 1 |
My OS is: Microsoft Windows XP Media Center Edition Version 2002 Service Pack 2
|
| Event fire order | 03 Feb 2007 05:50 GMT | 1 |
I have written a UserControl for the use as a mini shopping cart/basket on my website, I am saving the items in a Session variable. My problem is that when the add item button is clicked the Page_Load event in the UserControl is fired before the add button_click. So the page has ...
|
| .NET 2.0 Configuration (attempt 2) | 03 Feb 2007 05:25 GMT | 4 |
I was basically wanting to know how to use the System.Configuration namespace to be able to load an arbitrary number of unknown attributes on an element in a custom section in the .config into a NameValueCollection. Basically I want to do something similiar to what occurs with a
|
| References in projects for multiple users... | 02 Feb 2007 20:58 GMT | 1 |
We have a solution which has 18 c# projects in it. These projects all have references to DLLs stored in a common folder in our source control. I notice that VS appears to store a "default" folder in the project properties for a reference path - probably the one that was first ...
|
| VB6 to C# Architecture Question - Best Practice? | 02 Feb 2007 19:36 GMT | 4 |
In VB6, we created a number of ActiveX DLLs that all shared a similar interface. The main application would load these in dynamically (late-bound.) This worked well for our situation because we could update the DLLs independently of the main EXE, and performance was not a problem ...
|
| .Net 2005 Windows App with Reference to Word 2003 DLL | 02 Feb 2007 16:02 GMT | 1 |
Hello: I have a C# Windows App that has a reference to the Word 2003 dll, which from my understanding of things will boil down to the Microsoft.Office.Interop.Word.dll PIA that lives in the GAC of the Development Machine (e.g, my machine), since I have Office 2K3 installed on
|
| Gridview Hidden DateTime column value update problem | 02 Feb 2007 15:44 GMT | 4 |
I have a GridView and a SqlDataSource controls on a page. The SqlDataSource object uses stored procedures to do the CRUD operations. The DataSource has three columns one of which - "Modified" of type DateTime - is hidden since it should not be edited by a user. The system ...
|