-
Assigning values
hello!!! :wave:
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!!
-
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.