views:

20

answers:

1

hi

I have a windows user control hosted in IE.

how can i paas input from webpage ( propably from javascript ) to win forms user control

can any one help me in solving this problem.

it is urgent.

Thanks.

A: 

Try the jQuery.post() function.

You can use that to call your ASP.Net page and include request parameters.

kervin