I want to run a Website in a window base application of ASP.Net
For example i Want to Run http://www.Google.com in a window
Plz help me out with complete codeing.
You mean you just want to open up a web age in a new window?
You can do that without any server side code...
<a href=http://www.google.com target="_blank">Open Google in a new page</a>
__________________ Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
I think u don't understand the problem.
I don't want to make a web application.
I am creating a window application in C#.net
and want to open any site in that window.
Try this again.........