Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Control how data is delivered with ASP.NET
- While HTML is the most common format used on the Internet today, situations often arise when another format is necessary. A client may need XML, a graphic file, or even standard text. The problem is easily solved with a Web page's content-type. Learn more about manipulating the content type of...
- Tags: HTML, Microsoft ASP.NET, Middleware, Tony Patton, CSS, .NET, MIME-type, file extension, content type, .NET Newsletter, HTTP, Problem, Data, Listing B, MIME, Internet Assigned Numbers Authority, ContentType, Software Development, Software/Web Development, Enterprise Software, Software
- Technical articles 2006-01-17
- Control how data is delivered with ASP.NET
- Am i missing something?I tried your code to send the page response output to excel, but each time the page is executed, it is opening and displaying the data as test.aspx instead of test.xls in visual studio along with displaying the html on the page. What am I missing?Append...
- Tags: asp.net, contenttype, Control, dwarsham@..., excel, Microsoft ASP.NET, programming
- Discussion threads 2006-01-18
Additional Resources
- save word from web page
- i need to open a word document inside a browser using asp.net,i used response.contenttype="appliaction/msword" ,it work fine, it opens the document in the same browser itself, when i made any changes to the document inside the browser i need to save the changes, but i canot able to save ,...
- Tags: malar_tms@..., programming, Web, Web browser, web page
- Discussion threads 2005-11-25
- Adding a Footer using ASP
- I have used this Statement to Export to Ms-wordResponse.ContentType = "application/vnd.ms-word"Response.AddHeader "content-disposition", "attachment; filename=Sample.doc"How can i add (Odd/Even) Page footers in word document through this ASP Page (ie., The above statement stores in temporary buffer and opens word document.In this footers should be added)Point value changed by question poster.If you...
- Tags: Adding, Footer, kbmanojkumar@..., Microsoft ASP, Microsoft Word, programming
- Q&A 2005-11-18
- save word from web page using asp.net
- i need to open a word document inside a browser using asp.net,i used response.contenttype="appliaction/msword" ,it work fine, it opens the document in the same browser itself, when i made any changes to the document inside the browser i need to save the changes, but i canot able to save ,...
- Tags: asp.net, malar_tms@..., programming, Web, Web browser, web page
- Discussion threads 2005-11-25
- save word from asp.net
- i need to open a word document inside a browser using asp.net,i used response.contenttype="appliaction/msword" ,it work fine, it opens the document in the same browser itself, when i made any changes to the document inside the browser i need to save the changes, but i canot able to save ,...
- Tags: Web browsers, Microsoft Word, Web browser
- Discussion threads 2005-11-25
- replacing cmos battery in a compaq 7770
- how do i get to the cmos battery in the 7770 series compaq lap top?Most laptops do not have a CMOS battery.They use flash ROM for the BIOS settings, and the regular battery to run the clock.The 7700 series also has an auxiliary rechargeable battery inside the case that is...
- Tags: battery, CMOS, donh762@..., hardware, password
- Q&A 2005-03-20
- XE3 mamximum RAM?
- My buddy has an old HP omnibook xe3 and askd if i could upgrade it, i told him sure, he wants to put the maximum amount of ram it will take, ive tried looking on the HP support page and forum with no luck, some say 1gig is the max...
- Tags: Hewlett-Packard Co., HP website, OmniBook XE, RAM, wannab, Web site
- Q&A 2006-01-09
- Can't run FDISK
- I did a dumb thing I bought a compaq 1540 laptop only thing that come up on screen is the KB. I try run fdisk will not run said no fdisk present Can't installed win95 said If you have NTFS on your hard drive created a partition try...
- Tags: BIOS, Compaq Computer Corp., fulfergirl@..., hard drive, windows
- Q&A 2005-06-14
- Mobilize your apps with WAP and Delphi 6
- Is it time to take some of your applications mobile? Find out about the Wireless Application Protocol and see how easy it is to use. Once you walk through our sample application, you'll be able to get your apps running on your cell phone in no time.We have all...
- Tags: Wi-Fi, Cellular phones, Bob Swart, Delphi 6, Borland Delphi, WAP, wireless, wireless application, WML
- Technical articles 2001-10-04
- Upload users' files to a Web server using ASP.NET
- Most Web sites collect data via Web pages—this includeseverything from collecting user feedback to posting blogcontent. It's good to be able to gather text; however, it's often necessary tocollect more robust elements. For instance, many career sites gather resumesthat job seekers submit as Word documents. The functionality of uploading filesis...
- Tags: HTML, Microsoft ASP.NET, server, Tony Patton, uploaded file, Web server
- Technical articles 2006-02-14
- Add value changing functionality to the HTML file input element
- The HTML file input element is a valuable commodity that can add value to intranet applications. However, it doesn't allow you to change the value of the element. Phillip Perkins shows you a simple coding trick that allows you to get past this drawback. As a means to...
- Tags: HTML, Microsoft Visual Basic, Phillip Perkins, Microsoft development tools, Programming languages, .NET, Web browsers, Web Development Zone Newsletter, Id, Value, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-08-05
- Demystify HTTP by understanding how to control data flow
- This article originally appeared as a Web Development Zone e-newsletter.By Phillip PerkinsI'll probably be criticized for sayingthis, but all data transferred through HTTP is textdata. Understanding how to control this flow of data is the key toopening new doors to your solutions. HTTP allows for different types...
- Tags: Web servers, header, Content-type, HTTP server, server, text/HTML, HTTP, content body
- Technical articles 2003-09-29
- Upload images in classic ASP
- Recently, I worked on a project that focused on moving a warranty claim system to the Web. A major portion of the project involved storing images related to the claims. These items were involved in the process:· A database table to store the images· An ASP page to upload the images· A script...
- Tags: Scripting languages, form element, Edmond Woychowsky, image, claim number, Microsoft ASP
- Technical articles 2003-05-29
- Create a centralized reporting tool
- This article originally appeared as a Web Development Zone e-newsletter.By Phillip PerkinsData and reports go hand in hand. Forinstance, when you have an application for data entry, you'llprobably have a need for reporting. A report can take many forms. Even though oneuser may want a hard copy...
- Tags: XML, Microsoft Office, Microsoft Word, Word processors, mime_type, reporting tool, filename, stored_procedure, report_name, MIME-type, XSL, Microsoft Excel, report_id
- Technical articles 2003-09-29
- Combining XML, ADO, and ASP
- Want to see how you can combine XML, ADO, and ASP? This project, outlined in our Web Development Zone TechMail, uses all three to put together a phone list program.Editor’s note: This article originally appeared in TechRepublic’s Web Development Zone TechMail. Subscribe, and you’ll receive information on Web-development-related projects and...
- Tags: Les Hamilton, XML, Microsoft ASP, XSL
- Technical articles 2001-08-06
- Upload users' files to a Web server using ASP.NET
- Allowing users to submit files via the HTML input control is nothing new; however, ASP.NET simplifies the process and adds features that make it easier to work with submissions. Learn more about working with uploaded files in this .NET column. Most Web sites collect data via Web pages—this includes...
- Tags: HTML, Microsoft ASP.NET, Middleware, Tony Patton, Web servers, .NET, uploaded file, Web server, server, .NET Newsletter, Microsoft .NET Framework, User, MIME, ContentLength Property, FileName Property, SaveAs Method, HtmlInputFile, HttpPostedFile, Software Development, Software/Web Development, Internet, Enterprise Software, Software
- Technical articles 2006-02-14
- Explore ways to pass a Microsoft Excel file to the client side
- Web developers can produce a Microsoft Excel file and pass that file to the client in a variety of ways. To introduce you to some of your options, we'll examine a couple of methods here. Although this tutorial is written in VBScript, it should be simple to convert it into...
- Tags: Microsoft Office, Web browsers, Scripting languages, standard Excel workbook, Microsoft Corp., Greg Griffiths, Microsoft Excel, ActiveX, HTML
- Technical articles 2003-09-24
- << Previous
- page 1 of 1
- Next >>