PDA

View Full Version : Interaction between Asp.net and a browser Toolbar(3rd party s/w)


jmohan
06-14-2008, 04:00 PM
Hi everyone,


Please help me my question below. I am developing my website using asp.net with c#. And I develop a toolbar in the toolbar studio which is a third party software.

I placed a button control in the toolbar. The toolbar is placed in ie browser like google and yahoo toolbar. When I press the button , a data(eg. name: alex) should be transferred to my server(asp.net) page.

This process should be done for each time pressing the button in the toolbar.

I can fetch the toolbar id by using query string in the asp.net code behind using the INCLUDE XML TAG of toolbar studio. But I am not able to get the data when the button is pressed in the toolbar(The page is refreshed while the button pressing).

Simply, my question is how to pass the data from the toolbar to asp.net(client to server).

Please help me. The expected answer would be appreciated.


Thanks,

J. Mohan