visual-studio-2003

How to manually populate the datagrid in asp.net 1.1 using vb.net 2003?

Hello, just would like to ask if it is possible to manually populate the datagrid in asp.net 2003 using vb.net we usually populate the datagrid using this code, in this code what it does is it populate the datagrid base on your query , it's automated you can't edit or evaluate the data inside. dataGrid.DataSource = ds dataGrid.DataBind...

How to make Server controls in .NET 1.1 render in compliance with Xhtml

Hey guys I'm "re-skinning" a legacy .NET 1.1 site (i know, don't ask). Anyway, originally it was all horrible html4.0 markup, and the new design is xhtml. How do I change the way server controls render in .NET 1.1 amd Visual Studio 2003? For example, the asp:ImageButton control is rendering without the self closing tag, how do I chan...

Visual Studio 2003 - opening ASP.NET project - getting “The operation timed out” error message

On a Windows 2003 server I installed several versions of Visual Studio, also Visual Studio 2003. On the server I want to develop two different webapplications. One web application is working, but I go problems on the other one. When I try to open the application (after a rebuild), I get the error: "The Web server reported the following ...

Download Visual Studio 2003 ?..

Hi I have an application developed in .NET 1.1 using Visual Studio 2003. I have to add some functionalities to it for which I need Visual Studio 2003 but unable to find it any where. I would really appreciate if any of you could redirect me to a source where I can download Visual Studio 2003 ?? Thanks sbmarya ...

Can I add file in Visual Studio 2003 and make it point to an existing file in another project?

This is a question about using Visual Studio 2003. Sorry it is not strictly a programming question but it does affect my work in a rather annoying way. I have a solution with 3 different projects (let's say MyProgram, UnitTest and PerformanceTest), and there is a file (let's say myclass.h) which needs to be shared between the 3 projects...

recover source files in asp.net 2003

i publish my asp.net web application using copy project option in vs 2003.So there is no cs files.is any de convertion possible? ie can i convert this to actual source files? ...

GDI+ DrawPolygon() excludes points outside viewable area and draws shape incorrectly.

I'm developing an application in MSVC++ 2003 (not using .Net at all) it's an older application uses GDI primarily. A lot of our function prototypes include a reference or pointer to a deviceContext in the parameter list. I figured that within any of those functions I can create a Grpahics object using Graphics.FromHDC(dc) and draw my s...

Visual Studio 2003 not rebuilding, can I only build one dll and transfer it to the server?

Basically it's in the title. There's a bug in a VS2003 website that needs to be fixed but it is not letting us rebuild the entire project and the bug needs to be fixed immediately. Is it possible to only rebuild the dll that has the bug in it, transfer it to the server that's hosting the website and have it work? ...

Accessing a property in a Datagrid in C#

I am loading the output of a database query to a DataGrid. myAdapter.Fill(ds,"AllInfo"); dataGridSearchOutput.DataSource = ds.Tables["AllInfo"].DefaultView; It will fillup the data grid control with multiple records. Suppose the primary key of the data record is "ID". Now I want to generate report. To do that I need to select an item...

Challenges while upgrade to VS 2008/10

Hi, I was previously working in VS 2008 (.net framework 3.5). I have now shifted to VS 2003. I know its not in demand as compared to other .net versions. Please let me know how to keep upgrade with VS 2008/10 (while working on 2003) so that the shift from lower to higher versions is smooth enough. Suggest me the best possible solution a...

Using pthreads in VS .NET 2003

Hi all, I'm having some problems with my program in VS .NET 2003. I initially wrote a module that uses the pthread library to create a number of threads to process something. This runs correctly in VS .NET 2003. Then this module was used by someone else and integrated into another larger program. I'm not sure about the details, but th...

VS 2003: service pack installation confirmation

Hi, How do I confirm that SP1 for Visual studio 2003 is installed on my machine. My About box in VS2003 dev environment shows SP1 for MS .net framework 1.1? How do I confirm for VS2003? ...

Visual studio 2003 web projects.

Hi, I have a requirement to work on a VS2003 web project. I have VS2008,vs2010,vs2003 installed in my system Other System details are Windows Xp professional version 2 service pack 3. IIS 5.1 When i am trying to create a VS 2003 web project giving the localhost as path i am getting the following error. "visual studio noted that spec...

productversion tab in csproj file changed when i build soultion

my solution is in vs 2003 and using many projects and when i have taken latest from source safe(perforce) and build the project it has given some library not finding error i.e. some porjects which are used in the solution are missing because those assemblies are not at those particular location. so in all csproj files where the hard cod...

Where is the "Publish" operation on Visual Studio 2003?

Hi, I've been using the "Publish" operation on Visual Studio 2005 and 2008 (By right-clicking a project under the Solution Explorer and selecting "Publish" on the context menu). Now I was given a ASP.Net web application to modify that was done on Visual Studio 2003. Where can I find the publish operation on Visual Studio 2003? Thanks ...

Visual Studio .NET 2003 on Windows 7 hangs on search

So I have Visual Studio 2003 running on Windows 7 - yeah I am aware it isn't officially supported - and no, unfortunately I can't change that situation :-( For the most part it works OK but I have a specific problem, that I can't figure out. The application hangs if you do a project wide search (Ctrl - Shift - F) for a string. I have ...

vs2003: identify first row in DataRow[]

what is the best way to identify first row in the following code? foreach(DataRow row in myrows) { if (first row ) { ...do this... } else { ....process other than first rows.. } } ...

vs2003: quick snippet tool

I am working on a HUGE vs2003 website. Is there a quick snippet tool that i could use to connect to my dev database and test out different pieces of my code instead of running website over and over again?? ...

VS 2003: Combine data tables with different column names

Hi all, I have method as follows: private DataTable MergeTables(DataTable dt1, DataTable dt2, DataTable dt3, string DateColumn1, string DateColumn2, ...

Does TFS 2010 support Visual Studio 2003 and 2005 connections?

I have been unable to locate any information on compatibility with Visual Studio 2003 or 2005. I currently have TFS 2010 working correctly with Visual Studio 2008, but we have some developers with Visual Studio 2003 and 2005 instances. ...