I was wondering if anyone knows how to pass a value from a textbox in frame1 to a variable in frame2.
Here's what I'm trying to do:
I have a frameset with 2 frames. I have a save button on frame2 that saves data in that frame to the database. but i would also like to pick a value from frame1 duirng the save process.
my save function is in the code behind.
Does anyone have ideas??
Sam