المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Connect C# win app and ASP.Net/C# website using HttpRequests?



C# Programming
06-30-2009, 03:40 PM
Hello,

Win App:
takes a value from a textbox1 and send it throw parameter to a method in the website called WebDisplay(textbox1.text)

Web App:
WebDisplay method recives the parameter.

so how can i do that..?

thanks!