Hi:
Just for full integration, Can I communicate with javascript? Let's talk about two scenarios:
- My "normal" parent aspx page makes clicks a button (just javascript) ... to see the change in my vwg page in the FormBox should I always make a postback? I would like to avoid it.
- I make something in my vwg page (let's say a tab change)... I would like to "say" to my normal aspx page that something happend (but I don't want a postback)
As you can see, another problem that I have to integrate an normal aspx an vwg is to communicate without postbacks and when I do a callback... to know the context of the FormBox.
Please, help me with that.
Bytheway, Your sample is great !!! thanks a lot, It helped me too much.