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.
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.
Try the jQuery.post() function.
You can use that to call your ASP.Net page and include request parameters.