Quote:
quote:Originally posted by DARSIN
True why u need the whole aspx page to be executed u can execute some code on server if u neeed
|
Actually i want to execute some C#.net code at server side and this code shall put some data in client cookies. but this shall be done only if the browser opens the corresponding page. that is the reason why i am trying to do it in client side.
Is there any other way to execute .net code from client side.
Thanks in advance,
Sujith Manuel.