want ot request a web page from a win app
-
i want to request a web page with some parameter from a c#.net win app. plz help me.
-
i want to request a web page with some parameter from a c#.net win app. plz help me.
hi System.Diagnostics.Process.Start("iexplore.exe", "http://www.yahoo.com") ;) Tamimi - Code
-
hi System.Diagnostics.Process.Start("iexplore.exe", "http://www.yahoo.com") ;) Tamimi - Code
but i only want to pass some param get a response. thanks for replay.
-
but i only want to pass some param get a response. thanks for replay.
what is the web site that you want to request !! it is your own ?? if yes do the changes(actions that you want to do) on the web page that you are requesting according to the parameters Tamimi - Code
-
what is the web site that you want to request !! it is your own ?? if yes do the changes(actions that you want to do) on the web page that you are requesting according to the parameters Tamimi - Code
i only request a page with like this url :- "www.mysite.com?id=mdn&name=kala" thanks.
-
i want to request a web page with some parameter from a c#.net win app. plz help me.