Hi all,
I’ve run into a bit of a mind bender. I have a web application I’m building using asp.net(c#).
The skinny is like most regular apps it opens windows to gather user input and to do things like save, open etc… The windows opened are of course web page popups that have the built in ability to pass data back to the original application page. They do this using javascript, because that’s how I know how to do it. The only problem I have is when I retrieve information from the database in the windows(web page popups) I have to use asp.net(c#) to do it and I don’t know how to pass this back to the main window. If I could just somehow pass it to the javascript I’d be good to go! Any thoughts? Maybe somehow passing it to a hidden form input? Textarea or
?
any help/thoughts is much appreciated as this is the last bit I need to do. =)
Cheers,
-Colin