S
Sylvie
I have a webform and two userwebcontrol on this webform
Webform.aspx
Grid.ascx
Form.ascx (it has a public method ShowDetail() )
I wanna do that, when user clicks on a grid row, form.asmx 's sehowdetail()
method must be called in order to refresh itself
How can I reach an asmx method from another ascx code part ?
Thanks
Webform.aspx
Grid.ascx
Form.ascx (it has a public method ShowDetail() )
I wanna do that, when user clicks on a grid row, form.asmx 's sehowdetail()
method must be called in order to refresh itself
How can I reach an asmx method from another ascx code part ?
Thanks