DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Basheer Guest

    how 2 use same page....


    Hi all
    Iam having one remittance form in this i have some input fields and some
    output fields corresponding to the values of input field my query is.......
    i want to show the output values corresponding to the input values in
    the same form in which the input values r given and once the values r shown
    and if we click the submit button i want to submit all the values to the
    database all these things i wnat to do in single form is it possible ....any
    one having idea pls help me
    thanx in advance....

  2. #2
    kafui Guest

    Re: how 2 use same page....


    I think what you can do is
    use the request object of asp ie
    Request.Form(Formfield name)
    where Formfield is the name you gave to
    the field in your html
    to retrive the the value from the form
    and after which you set a connection
    to the database and execute an sql statement to
    insert the values into your database.

    You could also get enough information
    if you do a search on this site
    http://www.msdn.microsoft.com
    key word: ASP

    Hope i have been of help to you
    kafui




    "Basheer" <basheeronline@hotmail.com> wrote:
    >
    >Hi all
    > Iam having one remittance form in this i have some input fields and some
    >output fields corresponding to the values of input field my query is.......
    > i want to show the output values corresponding to the input values in
    >the same form in which the input values r given and once the values r shown
    >and if we click the submit button i want to submit all the values to the
    >database all these things i wnat to do in single form is it possible ....any
    >one having idea pls help me
    >thanx in advance....



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links