Results 1 to 2 of 2

Thread: Assigning values

  1. #1

    Thread Starter
    New Member joshi_nitin's Avatar
    Join Date
    Jan 2005
    Posts
    7

    Assigning values

    hello!!!
    A New member to this forum & to .NET as well

    i'm having the code of data inserting (database "sqlserever")..i'm writing this code in .vb file(creating classes,so can be used in any form)....in that i wrote a class for database connection & for other things..BUT i'm having a problem like...the values that has to be inserted in database..are taken from another aspx form.
    so how do i take values form that aspx page & assign to .vb files insert query

    HOW DO I LINK THESE VALUES?

    Thanku!!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Assigning values

    In your classes, create the functions that will do the submitting to the database for you. Pass your values as arguments in the function.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width