I'm trying to duplicate a Windows Form application with ASP.NET
In the first application I dragged from the toolbox the WebBroswer item and used it in this way to interract with a website:
webBrowser.Navigate("url");
var menu = webBrowser.Document.GetElementById("someItem").InvokeMember("click");
Now on the ASP side, in the toolbar, I don't see this type of element. Is this kind of behaviour replicable with some other item or is this a problem ?
Aucun commentaire:
Enregistrer un commentaire