Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > request/response question

Reply
Thread Tools

request/response question

 
 
abcd
Guest
Posts: n/a
 
      03-16-2006
I canget the value of the control on a form by using

Request.form("controlName")

is there anyway thru ASP object to set the value to the particular control.

thanks


 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      03-16-2006
abcd wrote:
> I canget the value of the control on a form by using
>
> Request.form("controlName")
>
> is there anyway thru ASP object to set the value to the particular
> control.

ASP generates html that is sent to the client. That, along with processing
the request object, is the ONLY interaction it can have with a page loaded
in the browser.

You can of course, response.write data into the html as the page is loading.

<input name="something" value="<%=20%>">

For anything else, you must use client-side code which is outside the topic
of this newsgroup. Try googling for xmlhttp and post any questions you have
about it to microsoft.public.scripting.jscript.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
question row filter (more of sql query question) =?Utf-8?B?YW5kcmV3MDA3?= ASP .Net 2 10-06-2005 01:07 PM
Quick Question - Newby Question =?Utf-8?B?UnlhbiBTbWl0aA==?= ASP .Net 4 02-16-2005 11:59 AM
Question on Transcender Question :-) eddiec MCSE 6 05-20-2004 06:59 AM
Question re: features of the 831 router (also a 924 question) Wayne Cisco 0 03-02-2004 07:57 PM
Syntax Question - Novice Question sean ASP .Net 1 10-20-2003 12:18 PM



Advertisments