all groups > dotnet general > march 2006 > threads for friday march 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Project Types...
Posted by Prince at 3/10/2006 9:38:59 PM
Hai all,
I want to create a office projects in Visual Sudio.
I am having VS .NET 2003 and VS .NET 2005, but in both I cant find
"Office project" under project types.
What is the problem?
Please help me... Urgent..
Looking for the response...
Thanx in advance..
... more >>
Single source code to compile over .NET 1.0, 1.1, 2.0 and CF
Posted by Vipul Pathak at 3/10/2006 7:40:09 PM
Hi everyone,
I have a .NET 1.1 application ready to be ported on .NET 2.0.
With some of the features made obsolete in 2.0 and the new recomended
methods are not available in .NET 1.1, It leaved me with a question in mind:
How come I conditionally compile my application with .NET 1.1 and 2.... more >>
.net, asp, dcom, sms rad framework...
Posted by g at 3/10/2006 5:27:40 PM
we are evaluating CRM packages and are looking for information on the
differences/simliarities, pros and cons of these architectures used by
various CRM Vendors.
We have been searching for more information online and have not really found
any comparisons.
Client Server
..NET
ASP
SMS RAD ... more >>
Basic n-tier architecture question...
Posted by Jay Williams at 3/10/2006 10:00:29 AM
I understand that there are a several ways to architect an n-tier solution,
but I think we can keep it simple in our projects...they tend to be pretty
small. I just need to know if I have the right idea.
1) We're building ASP.NET apps and I intend to add WinForm apps to the mix.
2) We're usi... more >>
Issues with double quotes when converting ASPX file (HTML format) to excel spreadsheet
Posted by desi.american NO[at]SPAM gmail.com at 3/10/2006 9:21:46 AM
I have a dynamically generates ASPX page with tables and data.
Depending on user selection, the same page can be viewed as a simple
web page (rendered in HTML) or as an excel spreadsheet.
If the user chooses to view the page as an excel sheet, I attach the
following line of code in C# in the P... more >>
Sharing Classes between Windows App and a Web App
Posted by LCE at 3/10/2006 7:56:29 AM
I have two programs, one is Windows app the other an asp project that share
the same classes. I am using SourceSafe for my source control. We have 2
developers working on the projects and would like to have the classes
centrally located to keep from overwriting each others work. Is there a ... more >>
"getelementbyid" getting error in server 2000 instalation
Posted by New guy.. please help at 3/10/2006 3:57:27 AM
"New guy.. please help" wrote:
Hi, I'm a new kid onthe block.. I have a small company with a website that
was developed in .net by a company for me. I want to work on it myself so I
installed 2000 server at home and the added the .net framework.
I can navigate for page to page w... more >>
Structures vs. Classes
Posted by thomasfarrow NO[at]SPAM gmail.com at 3/10/2006 1:02:26 AM
At work, our development team has a development standards document that
insists Structures should never be used. I'm looking to change this
standard but need a suitable argument in order to make the change. I
know that Structures are value types, sit on the stack, and are
generally more effici... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Determining the Browser and event.keyCode vs. event.which
Posted by Nathan Sokalski at 3/10/2006 12:38:44 AM
I am writing a piece of code for an ASP.NET function that generates an
onKeyPress JavaScript eventhandler that uses the event.keyCode / event.which
properties. I have two situations that I would appreciate any advice on:
1. I know that IE uses event.keyCode to get the key pressed. I have,
howe... more >>
|