Passing parameter to Smart Client application

  • Thread starter Thread starter Suvendu
  • Start date Start date
S

Suvendu

Hi

I am creating a smart client application. The requirement
is as such....An asp page gets loaded.(NOTE: an asp page
gets loaded not aspx page). This page is actually a search
page in which the user enters some input in a textbox. On
the basis of the value entered, some results are displayed
in form of links.On clicking the link, i want to call a
smart client application by passing in some parameter that
is returned along with the serach results. What i am doing
is on clicking the resulted link, i am calling an aspx
page.(NOTE: i am loading an aspx page. not asp page).
Which in turn calls the smart client application. But the
issue is that i am not able to pass the parameter to the
exe.
I need to do this because my smart client application does
something on the basis of this parameter.

Does anyone has any idea on how to pass parameter to the
exe from the aspx page and how to use the parameter inside
the exe.

Thanks
Suvendu
 
Back
Top