WebBrowser Control in ASP.NET
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Well, the closest I can recommend is using iframes. But please explain what exactly you are trying to do?
------------------------------------------- Exam-O-Matic - Online exam conduction tool in ASP.net
-
Well, the closest I can recommend is using iframes. But please explain what exactly you are trying to do?
------------------------------------------- Exam-O-Matic - Online exam conduction tool in ASP.net
I embedded a Web site to iframe.I want from the Web's impact on my web page in IFRAME. Code HTML:
Google dịch anh việt
Code C#
protected void Page_Load(object sender, EventArgs e)
{
translate.Attributes["src"] = "http://translate.google.com.vn";}
I want to change the value in the Web site: http://translate.google.com.vn is embedded IFRAME in my Web