G gan Oct 30, 2003 #1 Hi, a simple question here. Can we place webcontrol button in a different frame? Thanks.
A Atrax Oct 30, 2003 #2 there'd be little point in having a webcontrol button there, but you could use a plain HTML button to fire the form's submit() method with javascript, and react to that server-side. ________________________________________ Atrax. MVP, IIS http://rtfm.atrax.co.uk/ newsflash : Atrax.Richedit 1.0 now released. http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/
there'd be little point in having a webcontrol button there, but you could use a plain HTML button to fire the form's submit() method with javascript, and react to that server-side. ________________________________________ Atrax. MVP, IIS http://rtfm.atrax.co.uk/ newsflash : Atrax.Richedit 1.0 now released. http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/
G gan Oct 31, 2003 #3 Hi, but in that case can I still gain the benefit of Button_Click event at the server side?