|
-
Jan 25th, 2005, 02:14 AM
#1
Thread Starter
New Member
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!!
-
Jan 25th, 2005, 03:43 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|