On TV.com: HOLLY MADISON photos
9 Resources for

response.write

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

example of Server.Transfer and Context Handler
This is an example of Server.Transfer and Context Handler.Through this we can get the multiple values of previous form.http://www.hanusoftware.comIn this page we are displaying data from previous form. We can use this technique for multiple form registration form.Code (ContextParent.aspx.cs): -private void Button1_Click(object sender,System.EventArgs e) { Server.Transfer("ContextChild.aspx"); } internal Hashtable Value { get { Hashtable objHT = new Hashtable; objHT["Name"]=TextBox1.Text; objHT["FathersName"]=...
Tags: hanuseo@..., Hashtable objHT, Server.Transfer, Response.Write
Discussion threads 2007-09-07
Can't open files in IE7
Hi,I have a asp program which works fine in IE6 and now it does not work in IE7.The problem is that IE7 does not like going to a folder and I just get an error stating that this web page cannot be display.Here is part of the code that makes...
Tags: cthang@..., Response.Write, Microsoft Internet Explorer 7, objRecordSet.Fields
Discussion threads 2007-04-05
Enable my VB arrogance
I've been building VB applications since 1995 but always desktop only or client/server.I've tweaked a few ASP pages along the way but have never built one from the ground up. I now have an opportunity to do that but can't use ASP.Net yet as it has not been adopted here.I'm...
Tags: ASP Page, END, Microsoft ASP, Microsoft Visual Basic, programming, Response.Write, sjohnson175@..., strSubject
Q&A 2005-12-22
ASP/Access Update Table by DropDown Menu
I'm a bit of a newbie when it comes to using a database with a webpage. It is important that I use MSAccess for this.I'm trying to create a business directory that will show results depending on what is chosen in the category list.Inside this database I have a...
Tags: Category, jlindemann@..., Microsoft Access, Microsoft ASP, programming, response.Write
Q&A 2005-05-06
Invalid procedure call or argument: left
I am using an ASP page running on IIS6 using VBScript as the programming language. I am trying to display the first part of body text from a freetext field as part of a news headline section on the home page. The code I have is: if not isnull(objRSNews("tblNewsTitle")) or objRSNews("tblNewsTitle")""...
Tags: munrrob, nBody, objRSNews, programming, response.Write, tblNewsBody, tblNewsTitle
Q&A 2005-02-02
Use these ASP scripting techniques
By Amy Cowen(6/29/99)In VBScript, you don't have to declare variables or explicitly define their type the way you do in other scripting languages. A variable exists the first time you use it. This feature leaves your code wide-open to typos, however. If you mistype a variable name somewhere in the...
Tags: Scripting languages, technique, Microsoft ASP, Dim strName, Using Len, Amy Cowen, Option Explicit, Response.Write
Technical articles 2003-10-02
Put these ASP sample scripts to use
By Amy Cowen(6/29/99)Now that you're ready to dig in, here are some sample scripts you can put to use. You can even use includes to create a master file of these scripts and then add them to several pages.Remember: When you embed HTML code inside an ASP script, you need...
Tags: Scripting languages, Response.Write, Microsoft ASP, strCompany, HTML
Technical articles 2003-10-03
Convert an ASP application to Perl
This article originally appeared as a Web Development Zone e-newsletter.By Phillip PerkinsSome Web Development Zone e-newslettersubscribers have requested examples of applications created in alanguage other than ASP. I do the majority of my Web development inASP; however, you can use other scripting languages to create Websolutions. In this tip, I'll...
Tags: Scripting languages, ASP application, Microsoft ASP, Response.Write, Perl, strConn, Set rs.ActiveConnection
Technical articles 2003-09-29
Get started coding C# in ASP.NET
To truly tap into the power of ASP.NET, you must dig below the surface and realize that everything--everything--is an object. This simple walkthrough illustrates basics of Namespace, class, and some of the platform's other powerful features.Many Web developers embraced Microsoft's Active Server Page ASP technology and have used it widely...
Tags: .NET, Middleware, Programming languages, Microsoft ASP.NET, C#, Hello World, Response.Write
Technical articles 2001-09-29

Additional Resources

Configuring eHealth Application Response to Monitor Web Applications
eHealth Application Response AR helps you manage the performance of your Web applications by monitoring response times for real users, allowing you to diagnose and fix performance problems before users notice them. AR allows you to write detailed rules for any application, but it also provides out of the box...
Tags: Monitor, Performance, Web Application, Monitoring, Concord Communications Inc., Application Response, E-health, Performance Management, Healthcare, Human Resources, Workforce Management
White papers 2005-05-12
12 Questions a developer must answer in a contract winning RFP response
With rising competition, vendor selection is becoming increasingly complex and more and more clients are using the RFP response as a basis for comparison between different vendors to evaluate the best available option. An effective RFP response is therefore critical to winning new business. This document provides a checklist of...
Tags: Developer, Response, RFP, RFP Response
Download resources 2006-07-19
Coping with rude callers, part II: addressing the issue
What was the response to your letter?If you got one!the CEO DID write back with an apologyHi, thanks for your interest. He did write back. Did I mention that someone in that organization a minister, who reports to that CEO, was formerly a board member of my church?...
Tags: Corporate governance, TheTechMail
Discussion threads 2007-05-21
Writing To A Protected Directory
I am trying to write a file to a protected directory on a file server in java. My code looks like this:HttpServletRequest httpRequest = HttpServletRequest request; HttpServletResponse httpResponse = HttpServletResponse response; PrintWriter out = httpResponse.getWriter;File write...
Tags: elias_barreto@..., File, headER, programming
Q&A 2006-05-22
Support response
How do I get any response about a problem with the techrepublic web site?I have sent repeated questions and the only response has been the autoreply that I will receive an answer in 24 hours. Two months later I am still trying to get a problem solved.
Tags: suncadd@...
Discussion threads 2007-01-12
An Integrating Framework for Modeling and Simulation for Emergency Response
A number of modeling and simulation tools have been developed and more are being developed for emergency response applications. The tools do not attempt to address the overall emergency incident response. A set of tools that can help develop and evaluate coordination among plans for multiple aspects of the response...
Tags: Emergency Response, Tool, NIST, Modeling, Research & Development, Productivity, Security, Business Operations
White papers 2004-09-14
Railroad Barons, Follow-up Cubed
This is a response to a response to a response to an entry by Josh Berkus. To me, this thread or debate or whatever is exactly what blogging is all about: sharing differing viewpoints and opinions. In this particular debate,...This post originally appeared on an external website
Tags: Blogging
Blog posts 2005-11-14
Configuring Application Response to Monitor Custom Applications
Application Response monitors all Web and Windows applications that use the Microsoft TCP-IP protocol, including applications running in a Citrix environment. Application Response also monitors several commonly used applications out-of-the-box. This paper describes the process for configuring eHealth Application Response to monitor the average response times of your business-critical Windows...
Tags: Windows Application, Monitor, Custom Application, Concord Communications Inc., Monitors & Displays, Hardware, Components
White papers 2004-11-01
Create Write-only Folders in Windows
Hi all,I'm trying to create a folder that only allows users to create or modify pst files but restricts them from reading such files.Is there a way to achieve this in folder permission/security settings in Windows 2003?If not, what other way can this be achieved.ThanksPardon this stupid question, but...How will...
Tags: mrdotz, Microsoft Windows
Discussion threads 2007-05-30
12 Questions a developer must answer in a contract winning RFP response
Successful RFP responsesThe downloadable version of this article is available here:http://downloads.techrepublic.com.com/abstract.aspx?docid=240174Did your last RFP response win the contract? Did your response answer these questions? What other questions should your response answer?
Tags: RFP response, RFP
Discussion threads 2006-07-19
QuipBoard (zip)
It displays messages from QuipBoard: an online community letterboard where anyone can write a message, which is then shown to other visitors. Write a poem, draw a picture, talk about your toe fungus. Write what you want. Messages that you write will be saved onto our server for all to...
Tags: Message, Servers, Hardware
Software downloads 2007-08-01
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now

Mobile Computing