If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Software Development

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-05-08, 08:48
ben45 ben45 is offline
Registered User
 
Join Date: Mar 2008
Posts: 1
Software Development

Hi everyone,
I am new in the software field and I want to know how we could download any file from ASP.NET. Please provide a solution for this and also provide me the list of software development companies specializes in the development of custom software applications which deals with custom programming, database design, client-server and internet/intranet software application development on all platforms including windows, Linux, Mac.
Reply With Quote
  #2 (permalink)  
Old 03-05-08, 08:51
patrik12 patrik12 is offline
Registered User
 
Join Date: Mar 2008
Posts: 1
Re: Software Development

Hi Ben

In response to your first question regarding ASP.NET:
You know, some formats (txt, gif etc.) will be shown on the browser rather than downloading when we try. Below is the script which will help you to download any file.
Response.Clear();
Response.AddHeader(“Content-disposition”, “attachment; filename=”);
Response.WriteFile(“C:\”);
Response.End();
In response to your second question:

I have found an interesting site on Software Development.It can deal with all sorts of Software Development.Their application services span a wide range of technologies, platforms and operating systems including Development and Integration, Web Solutions and Application Management Outsourcing.It deals with
Microsoft Technologies:
.Net, C#, VB, VC++/MFC/ATL, COM+, MTS/COM/DCOM, Visual InterDev/ASP, XML, DOM
Java and related technologies:
JDK, J2EE, EJB/JSP, CORBA, RMI, WAP, WML, Websphere, XML, Weblogic, iPlanet
Databases:
Oracle, SQL Server, DB2, Informix, Sybase, MS Access, Borland Database Engine

Low level programming in C, C++

Palmtop/Handheld Computing using Palm OS, Windows CE platforms
Linux:
PHP/Perl, GNU C++, PostGreS, mySQL
ERP:
JD Edwards
Others:
Pro*C, Oracle/D-2K, ColdFusion
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On