Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Sending data from client-side script

Reply
Thread Tools

Sending data from client-side script

 
 
Eric
Guest
Posts: n/a
 
      03-07-2005
Hi,

I need to use a VBscript to do client-side data treatment (call of a DLL)
and then I want to send the data to server via a INPUT (with a Form submit).
This works very well with classic HTML, but not when I am using ASP.NET. I
do not succeed in putting data in the INPUT element. For example ,
document.MyForm.MyInput.Value = "abcdefgh"
or
document.MyForm.MyTextBox.Text = "abcdefgh"
failed.

How can I do this ?
Thanks.

Eric




 
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
How to execute a script from another script and other script does notdo busy wait. Rajat Python 3 01-08-2010 02:05 PM
RE: How to execute a script from another script and other script doesnotdo busy wait. VYAS ASHISH M-NTB837 Python 2 01-07-2010 08:18 PM
problem with sending json encoded data via ajax to a php script(internationalization) Pugi! Javascript 6 01-12-2008 06:46 AM
problem sending mail: Sending the email to the following server failed Luke Java 2 03-15-2007 10:54 AM
pls help me when i sent mail, it vil sending twice instead of once ,am using java.mail,am sending my code.... shailajabtech@gmail.com Java 0 09-28-2006 06:38 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57